gdi32: Implement 16-bpp gradient dithering.
[wine] / dlls / gdi32 / dibdrv / primitives.c
2011-11-29  Alexandre Julliardgdi32: Implement 16-bpp gradient dithering.
2011-11-29  Alexandre Julliardgdi32: Implement rectangular gradients in the DIB engine.
2011-11-21  Huw Daviesgdi32: Add solid_line primitives.
2011-11-14  Huw Daviesgdi32: Add draw_glyph primitives.
2011-10-19  Huw Daviesgdi32: Add get_pixel primitives.
2011-10-19  Huw Daviesgdi32: Add pixel_to_colorref primitives.
2011-10-14  Alexandre Julliardgdi32: Implement a BlendImage entry point in the DIB...
2011-10-13  Alexandre Julliardgdi32: Use a reduced precision for RGB to palette mappi...
2011-10-13  Alexandre Julliardgdi32: Add a helper for RGB to color index mapping...
2011-10-13  Alexandre Julliardgdi32: Get rid of the return value in DIB conversion...
2011-10-13  Alexandre Julliardgdi32: Add support for arbitrary DIB bitfields for...
2011-10-13  Alexandre Julliardgdi32: Add support for arbitrary DIB bitfields for...
2011-10-12  Alexandre Julliardgdi32: Add a helper function to look up color table...
2011-10-12  Alexandre Julliardgdi32: Move some common code out of the individual...
2011-09-27  Huw Daviesgdi32: Implement stretch_bitmapinfo.
2011-09-22  Alexandre Julliardgdi32: Copy bits in the correct order for the overlap...
2011-09-22  Alexandre Julliardgdi32: Add helper functions for copying a DIB line.
2011-08-22  Huw Daviesgdi32: Use the gdi_image_bits structure to maintain...
2011-08-22  Huw Daviesgdi32: Avoid directly accessing the bits ptr where...
2011-08-02  Huw Daviesgdi32: Add a copy_rect primitive.
2011-07-20  Alexandre Julliardgdi32: Add a special case for converting dibs to 1...
2011-07-15  Huw Daviesgdi32: Zero-pad the end of the scanlines.
2011-07-13  Huw Daviesgdi32: Add conversion routines for source dibs with...
2011-07-13  Huw Daviesgdi32: Add conversion routines for source dibs with...
2011-07-13  Huw Daviesgdi32: Implement the conversion between two identical...
2011-06-17  Huw Daviesgdi32: Add support for hatched brushes.
2011-06-15  Huw Daviesgdi32: Add support for 1 bpp brushes.
2011-06-15  Huw Daviesgdi32: Add support for 1 bpp dibs.
2011-06-01  Huw Daviesgdi32: Fix an error in the blue channel of the 32 ...
2011-06-01  Huw Daviesgdi32: Add support for 24 bpp brushes.
2011-06-01  Huw Daviesgdi32: Add support for 24 bpp dibs.
2011-05-31  Huw Daviesgdi32: Add support for 4 bpp brushes.
2011-05-31  Huw Daviesgdi32: Add support for 4 bpp dibs.
2011-05-27  Huw Daviesgdi32: Add support for 8 bpp brushes.
2011-05-27  Huw Daviesgdi32: Add support for 8 bpp dibs.
2011-05-27  Huw Daviesgdi32: Add conversion routines to the primitive functions.
2011-05-27  Huw Daviesgdi32: Add support for 16 bpp dibs.
2011-05-12  Huw Daviesgdi32: Add support for DIB pattern brush fills.
2011-05-11  Huw Daviesgdi32: Add a missing const.
2011-04-07  Huw Daviesgdi32: Add a solid_rects primitive.
2011-04-05  Huw Daviesgdi32: Add support for 32 bpp BI_BITFIELDS.
2011-04-05  Huw Daviesgdi32: Add a dib primitive function table.