2012-12-14 |
Alexandre Julliard | gdi32: Add a helper function to order the points of... |
tree | commitdiff |
2012-12-11 |
Alexandre Julliard | gdi32: Add a level of pointers to the glyph cache to... |
tree | commitdiff |
2012-12-10 |
Alexandre Julliard | gdi32: Fix handling of font orientation in advanced... |
tree | commitdiff |
2012-12-07 |
Francois Gouget | gdi32: Make make_rgb_colorref() static. |
tree | commitdiff |
2012-12-05 |
Alexandre Julliard | gdi32: Support caching glyphs by character code and... |
tree | commitdiff |
2012-12-03 |
Alexandre Julliard | gdi32: Don't copy unnecessary rows when shrinking in... |
tree | commitdiff |
2012-12-03 |
Alexandre Julliard | gdi32: Avoid binary ROPs when shrinking in DELETESCANS... |
tree | commitdiff |
2012-12-03 |
Alexandre Julliard | gdi32: Avoid binary ROPs when stretching in DELETESCANS... |
tree | commitdiff |
2012-11-30 |
Alexandre Julliard | gdi32: Avoid computing grayscale glyph intensities... |
tree | commitdiff |
2012-11-30 |
Alexandre Julliard | gdi32: Use the faster memset for vertical gradients. |
tree | commitdiff |
2012-11-30 |
Alexandre Julliard | gdi32: Make blend_subpixel inline. |
tree | commitdiff |
2012-11-29 |
Alexandre Julliard | gdi32: Avoid creating a copy of the pattern bits for... |
tree | commitdiff |
2012-11-29 |
Alexandre Julliard | gdi32: Add faster implementation of the pattern_rects... |
tree | commitdiff |
2012-11-29 |
Alexandre Julliard | gdi32: Add assembly helpers for filling solid rectangles. |
tree | commitdiff |
2012-11-29 |
Alexandre Julliard | gdi32: Add faster implementations of the solid_rects... |
tree | commitdiff |
2012-11-28 |
Alexandre Julliard | gdi32: Add a font glyph cache in the DIB engine. |
tree | commitdiff |
2012-11-19 |
Alexandre Julliard | gdi32: Fix coordinate mapping of arc limits. |
tree | commitdiff |
2012-11-07 |
Alexandre Julliard | gdi32: Avoid using the system GL headers. |
tree | commitdiff |
2012-11-02 |
Alexandre Julliard | gdi32: Disable anti-aliasing when necessary in the... |
tree | commitdiff |
2012-11-02 |
Alexandre Julliard | gdi32: Store the anti-aliasing flags in the DC when... |
tree | commitdiff |
2012-10-30 |
Huw Davies | gdi32: Implement sub-pixel glyph smoothing. |
tree | commitdiff |
2012-10-19 |
Huw Davies | gdi32: Move the string rendering code to a common function. |
tree | commitdiff |
2012-10-19 |
Huw Davies | gdi32: Use the helper to draw the glyphs. |
tree | commitdiff |
2012-10-19 |
Huw Davies | gdi32: Pass individual x, y co-ords to draw_glyph rathe... |
tree | commitdiff |
2012-10-19 |
Huw Davies | gdi32: Pass a dib_info structure to draw_glyph. |
tree | commitdiff |
2012-10-18 |
Huw Davies | gdi32: Make get_glyph_bitmap return a dib_info structur... |
tree | commitdiff |
2012-10-15 |
Alexandre Julliard | gdi32: Always return the full DIB surface in GetImage... |
tree | commitdiff |
2012-10-10 |
Alexandre Julliard | gdi32: Handle a missing source alpha directly in the... |
tree | commitdiff |
2012-10-10 |
Alexandre Julliard | gdi32: Use BI_BITFIELDS to indicate that a 32-bpp DIB... |
tree | commitdiff |
2012-10-10 |
Alexandre Julliard | gdi32: Return the full DIB height in GetImage instead... |
tree | commitdiff |
2012-10-01 |
Francois Gouget | gdi32: Make dibdrv_wgl{Describe,Set}PixelFormat() static. |
tree | commitdiff |
2012-09-10 |
Alexandre Julliard | gdi32: Move the SwapBuffers entry point to the OpenGL... |
tree | commitdiff |
2012-09-06 |
Alexandre Julliard | gdi32: Add a graphics driver to render windows contents... |
tree | commitdiff |
2012-08-20 |
Dmitry Timoshkov | gdi32: Make sure that pattern info is initialized befor... |
tree | commitdiff |
2012-07-31 |
Alexandre Julliard | gdi32: Compute the line parameters using the cropped... |
tree | commitdiff |
2012-07-30 |
Alexandre Julliard | gdi32: Move DescribePixelFormat and SetPixelFormat... |
tree | commitdiff |
2012-07-30 |
Alexandre Julliard | gdi32: Clip solid pen regions to the DIB rectangle... |
tree | commitdiff |
2012-07-30 |
Alexandre Julliard | gdi32: Limit line drawing coordinates to reasonable... |
tree | commitdiff |
2012-07-30 |
Alexandre Julliard | gdi32: Add a helper function to initialize Bresenham... |
tree | commitdiff |
2012-07-27 |
Alexandre Julliard | gdi32: Support OpenGL in bitmaps through libOSMesa. |
tree | commitdiff |
2012-07-19 |
Alexandre Julliard | gdi32: Remove left-over debug trace. |
tree | commitdiff |
2012-07-19 |
Alexandre Julliard | gdi32: PatBlt needs to bypass the brush for ROPs that... |
tree | commitdiff |
2012-06-28 |
Alexandre Julliard | gdi32: Remove the remaining OpenGL entry points from... |
tree | commitdiff |
2012-06-28 |
Alexandre Julliard | opengl32: Add the concept of a WGL driver. |
tree | commitdiff |
2012-06-25 |
Alexandre Julliard | gdi32: Remove OpenGL functions that don't use an HDC... |
tree | commitdiff |
2012-06-04 |
Alexandre Julliard | gdi32: Clip output to both the DIB visible rectangle... |
tree | commitdiff |
2012-06-04 |
Alexandre Julliard | gdi32: Take into account the DIB rectangles when determ... |
tree | commitdiff |
2012-05-31 |
Alexandre Julliard | gdi32: Don't implement the gamma ramp functions in... |
tree | commitdiff |
2012-05-30 |
Alexandre Julliard | gdi32: Make sure the bounds are always updated in ExtTe... |
tree | commitdiff |
2012-05-29 |
Alexandre Julliard | gdi32: Remove the CreateBitmap and DeleteBitmap driver... |
tree | commitdiff |
2012-05-29 |
Alexandre Julliard | gdi32: Remove the bitmap parameter from the Get/PutImag... |
tree | commitdiff |
2012-05-29 |
Alexandre Julliard | gdi32: Add a helper function that implements PutImage... |
tree | commitdiff |
2012-05-29 |
Alexandre Julliard | gdi32: Add a helper function that implements GetImage... |
tree | commitdiff |
2012-05-29 |
Alexandre Julliard | gdi32: Improve support of bitmaps without a color table... |
tree | commitdiff |
2012-05-24 |
Alexandre Julliard | gdi32: Remove the CopyBitmap driver entry point. |
tree | commitdiff |
2012-05-24 |
Alexandre Julliard | gdi32: Always store a copy of the bitmap bits for patte... |
tree | commitdiff |
2012-05-23 |
Alexandre Julliard | gdi32: Don't use the DC colors when drawing a monochrom... |
tree | commitdiff |
2012-05-23 |
Alexandre Julliard | gdi32: Implement dithering of solid brushes when drawin... |
tree | commitdiff |
2012-05-23 |
Alexandre Julliard | gdi32: Don't store the default color table in dib_info... |
tree | commitdiff |
2012-05-23 |
Alexandre Julliard | gdi32: Use the default color table when mapping colors... |
tree | commitdiff |
2012-05-23 |
Alexandre Julliard | gdi32: Simplify creation of hatch masks and avoid endia... |
tree | commitdiff |
2012-05-22 |
Alexandre Julliard | gdi32: Add a helper function to allocate the brush... |
tree | commitdiff |
2012-05-22 |
Alexandre Julliard | gdi32: Pass a rop_mask_bits object to the pattern_rects... |
tree | commitdiff |
2012-05-22 |
Alexandre Julliard | gdi32: Use a rop_mask_bits object to store the brush... |
tree | commitdiff |
2012-05-22 |
Alexandre Julliard | gdi32: Add support for dithering pattern brushes when... |
tree | commitdiff |
2012-05-15 |
Francois Gouget | Assorted typo, spelling, wording and case fixes. |
tree | commitdiff |
2012-05-09 |
Alexandre Julliard | gdi32: Pass OpenGL calls through to the display driver... |
tree | commitdiff |
2012-05-08 |
Alexandre Julliard | winex11: Implement wglGetPbufferDCARB with a DC escape... |
tree | commitdiff |
2012-05-08 |
Alexandre Julliard | gdi32: Add a priority mechanism for pushing drivers... |
tree | commitdiff |
2012-05-01 |
Alexandre Julliard | gdi32: Support drawing to a visible rectangle smaller... |
tree | commitdiff |
2012-05-01 |
Alexandre Julliard | gdi32: Always pass the actual coordinates to the get_pi... |
tree | commitdiff |
2012-04-30 |
Jeff Muizelaar | gdi32: Improve performance of common case of AlphaBlend. |
tree | commitdiff |
2012-04-27 |
Alexandre Julliard | gdi32: Store the bounds rectangle as a pointer in the... |
tree | commitdiff |
2012-04-27 |
Alexandre Julliard | gdi32: Add a SetBoundsRect driver entry point. |
tree | commitdiff |
2012-04-24 |
Alexandre Julliard | gdi32: Fix coordinates for row copies in mirrored verti... |
tree | commitdiff |
2012-04-23 |
Alexandre Julliard | gdi32: Fix some typos in the 4-bpp shrink_row function. |
tree | commitdiff |
2012-04-18 |
Daniel Lehman | gdi32: Don't add_join if points are coincident in wide_... |
tree | commitdiff |
2012-04-16 |
Alexandre Julliard | gdi32: Add bounds tracking to all the DIB engine entry... |
tree | commitdiff |
2012-04-16 |
Alexandre Julliard | gdi32: Add a GetBoundsRect driver entry point. |
tree | commitdiff |
2012-04-13 |
Alexandre Julliard | gdi32: Avoid redundant computation of the gradient... |
tree | commitdiff |
2012-04-13 |
Alexandre Julliard | gdi32: Map all the points at once in PolyPolyline,... |
tree | commitdiff |
2012-04-13 |
Alexandre Julliard | gdi32: Move the pen/brush_region helpers to graphics... |
tree | commitdiff |
2012-02-24 |
Alexandre Julliard | gdi32: Use 64-bit values when computing ellipses to... |
tree | commitdiff |
2012-02-22 |
Alexandre Julliard | gdi32: Avoid overflows for invalid coordinates in line... |
tree | commitdiff |
2012-02-19 |
Alexandre Julliard | gdi32: Paint everything in ExtFloodFill when the DIB... |
tree | commitdiff |
2012-01-19 |
Huw Davies | gdi32: The clip region should stop the flooding. |
tree | commitdiff |
2012-01-18 |
Huw Davies | gdi32: Implement ExtFloodFill. |
tree | commitdiff |
2012-01-18 |
Huw Davies | gdi32: Use separate x and y parameters in the get_pixel... |
tree | commitdiff |
2012-01-10 |
Alexandre Julliard | gdi32: Get rid of the CreateDIBSection driver entry... |
tree | commitdiff |
2012-01-10 |
Alexandre Julliard | gdi32: Use the bitmap part of the DIBSECTION structure... |
tree | commitdiff |
2012-01-10 |
Alexandre Julliard | gdi32: Always store a DIBSECTION structure in the bitma... |
tree | commitdiff |
2012-01-09 |
Huw Davies | gdi32: Don't create the outline region twice. |
tree | commitdiff |
2012-01-09 |
Alexandre Julliard | gdi32: Stop forwarding object selection calls to x11drv. |
tree | commitdiff |
2012-01-07 |
Alexandre Julliard | gdi32: Get rid of the SetDIBColorTable driver entry... |
tree | commitdiff |
2012-01-06 |
Alexandre Julliard | gdi32: Add an empty ExtEscape DIB driver entry point. |
tree | commitdiff |
2012-01-06 |
Alexandre Julliard | gdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or... |
tree | commitdiff |
2012-01-06 |
Alexandre Julliard | gdi32: Add a stub for the ExtFloodFill entry point. |
tree | commitdiff |
2012-01-06 |
Alexandre Julliard | gdi32: Implement Arc, ArcTo, Chord, and Pie, using... |
tree | commitdiff |
2012-01-06 |
Alexandre Julliard | gdi32: Add a helper function for computing the device... |
tree | commitdiff |
2012-01-06 |
Alexandre Julliard | gdi32: Implement Ellipse and RoundRect, using line... |
tree | commitdiff |
next |