Huw Davies
|
b4430319f1
|
gdi32: Use a separate variable to indicate the default has been retrieved.
|
2011-09-28 17:25:10 +02:00 |
Huw Davies
|
9b7ea6f417
|
gdi32: Forward StretchBlt calls from the dib driver to the null driver.
|
2011-09-27 18:46:16 +02:00 |
Huw Davies
|
268b8382cd
|
gdi32: Implement stretch_bitmapinfo.
|
2011-09-27 18:46:04 +02:00 |
Huw Davies
|
15c4754e80
|
gdi32: stretch_bitmapinfo may need to adjust the dst visrect.
|
2011-09-27 18:15:23 +02:00 |
Huw Davies
|
c6e483cbd1
|
gdi32: Make clip_line external.
|
2011-09-27 18:15:21 +02:00 |
Francois Gouget
|
3de330db54
|
tests: Remove unneeded assert.h includes.
|
2011-09-27 10:59:56 +02:00 |
Francois Gouget
|
262a77057d
|
gdi32: The GetKerningPairsA() test should pass on all the platforms we care about now.
|
2011-09-27 10:59:46 +02:00 |
Francois Gouget
|
a87797fbe2
|
gdi32/tests: Use if(0) instead of #if 0 to make sure code still compiles.
|
2011-09-27 10:58:26 +02:00 |
Alexandre Julliard
|
922d9f5cf7
|
winex11: Force the alpha channel to zero for mono->color blits.
|
2011-09-26 15:25:05 +02:00 |
André Hentschel
|
3373e1e587
|
gdi32: Add traces for the gamma functions.
|
2011-09-26 12:20:35 +02:00 |
Alexandre Julliard
|
7029559ed6
|
gdi32: Avoid rounding errors with visible rectangles in mirroring blits.
|
2011-09-23 14:17:05 +02:00 |
Michael Stefaniuc
|
a68cbe98d4
|
gdi32/tests: Remove casts to the type of the casted expression.
|
2011-09-22 19:51:49 +02:00 |
Huw Davies
|
4156460d49
|
gdi32/tests: Add some tests to show the 1 pixel dst sizes are a special case.
|
2011-09-22 19:51:34 +02:00 |
Huw Davies
|
abc76c27a7
|
gdi32/tests: Update the StretchBlt tests to use a 16x16 bitmap.
|
2011-09-22 17:24:42 +02:00 |
Alexandre Julliard
|
0e91f9990e
|
gdi32/tests: Add some tests for overlapping blits.
|
2011-09-22 13:14:08 +02:00 |
Alexandre Julliard
|
7bcd8fa20e
|
gdi32: Copy bits in the correct order for the overlap case in the individual copy_rect functions.
|
2011-09-22 10:22:56 +02:00 |
Alexandre Julliard
|
5fd305c31f
|
gdi32: Add helper functions for copying a DIB line.
|
2011-09-22 10:18:14 +02:00 |
Alexandre Julliard
|
3ace501190
|
gdi32: Copy DIB rectangles in the correct order when source and destination overlap.
|
2011-09-22 10:11:27 +02:00 |
Huw Davies
|
7a356abeb6
|
gdi32/tests: Remove legacy support from the StretchBlt tests and fix the expected results in the one case that used it.
|
2011-09-21 17:13:15 +02:00 |
Alexandre Julliard
|
b6153354dd
|
gdi32/tests: Add a test for alpha channel handling in StretchBlt.
|
2011-09-20 20:06:31 +02:00 |
Alexandre Julliard
|
514b006df2
|
gdi32: Force colors to black and white for 1-bpp source in AlphaBlend.
|
2011-09-20 16:21:40 +02:00 |
André Hentschel
|
61034406db
|
gdi32/tests: Add a second test about non-uniform ramps.
|
2011-09-20 16:21:37 +02:00 |
André Hentschel
|
321224d2f6
|
winex11: Multiply the error tolerance by the table caused error magnification.
|
2011-09-19 13:20:05 +02:00 |
André Hentschel
|
0644fd499f
|
gdi32/tests: Add a test about non-uniform ramps.
|
2011-09-19 13:19:59 +02:00 |
Alexandre Julliard
|
c819e4bdea
|
gdi32: Add a null driver fallback for AlphaBlend, using a new BlendImage driver entry point.
|
2011-09-14 11:57:45 +02:00 |
Alexandre Julliard
|
27516babd6
|
gdi32: Add a couple of helper functions for converting and stretching DIBs.
|
2011-09-14 11:25:19 +02:00 |
Alexandre Julliard
|
7696168dce
|
gdi32: Add a placeholder function for DIB stretching.
|
2011-09-14 11:17:02 +02:00 |
Alexandre Julliard
|
497c3982b6
|
gdi32: Move coordinate checks into the common part of GdiAlphaBlend.
|
2011-09-13 17:17:52 +02:00 |
Josh Juran
|
b27e814de6
|
gdi32: Simplify logic in WineEngGetFontData().
|
2011-09-12 10:07:21 +02:00 |
Huw Davies
|
fcea548464
|
gdi32: The offsets should be signed.
|
2011-09-09 17:33:11 +02:00 |
Huw Davies
|
5bd003edaa
|
gdi32: When creating a dib_info from a ddb, always make a copy of the colour map.
|
2011-09-08 11:10:55 +02:00 |
Alexandre Julliard
|
2a5cabc22d
|
gdi32: Move DIB driver definitions to dibdrv.h.
|
2011-09-08 10:41:35 +02:00 |
Alexandre Julliard
|
d12d98511c
|
gdi32: Allocate the DIB driver on first use, and free it only upon DC destruction.
|
2011-09-08 10:41:19 +02:00 |
Alexandre Julliard
|
a28ddddcbc
|
gdi32: Leave it up to the driver to push the new device on the DC stack in CreateDC.
|
2011-09-07 18:13:29 +02:00 |
Alexandre Julliard
|
c331a1a6cd
|
gdi32: Don't allow CreateCompatibleDC on a metafile DC.
|
2011-09-07 18:13:28 +02:00 |
Alexandre Julliard
|
cef1832bfb
|
gdi32: Add a driver entry point for CreateCompatibleDC.
|
2011-09-07 18:13:06 +02:00 |
Alexandre Julliard
|
901c1997cb
|
gdi32: Make the push/pop_dc_driver functions available to the drivers.
|
2011-09-07 14:39:46 +02:00 |
Alexandre Julliard
|
9a63a25b9d
|
gdi32: Don't free a driver when it's popped from the stack.
|
2011-09-07 12:08:16 +02:00 |
Alexandre Julliard
|
f4e9bdb904
|
gdi32: Always set biClrUsed in internal BITMAPINFO structures.
|
2011-09-07 12:07:15 +02:00 |
Alexandre Julliard
|
6ae21b9345
|
gdi32: Add RLE support in SetDIBitsToDevice.
|
2011-09-06 14:44:47 +02:00 |
Alexandre Julliard
|
3a260497be
|
winex11: Get rid of the SetDIBitsToDevice implementation.
|
2011-09-06 14:44:11 +02:00 |
Alexandre Julliard
|
6f275874f3
|
gdi32: Add a SetDIBitsToDevice implementation in the null driver using PutImage.
|
2011-09-06 14:38:25 +02:00 |
Alexandre Julliard
|
4266fcb28d
|
gdi32: Fix coordinate mapping in Get/SetBoundsRect, with tests.
|
2011-09-04 16:47:38 +02:00 |
Alexandre Julliard
|
a0f1b20464
|
gdi32: Make the BITMAPINFO parameters non-const in driver entry points since we are always passing a copy.
|
2011-09-02 15:56:01 +02:00 |
Dmitry Timoshkov
|
dfb4d2e960
|
gdi32: Add a buch of CreateScalableFontResource() tests.
|
2011-09-01 18:06:39 +02:00 |
Alexandre Julliard
|
bcc21c9b79
|
winex11: Fix SetDIBitsToDevice coordinate mapping for negative values.
|
2011-09-01 18:06:18 +02:00 |
Alexandre Julliard
|
e1ca5c38e2
|
winex11: Fix SetDIBitsToDevice coordinate mapping in RTL mode.
|
2011-09-01 12:41:00 +02:00 |
Alexandre Julliard
|
67b1f29d61
|
gdi32/tests: Add some SetDIBitsToDevice tests, based on the similar SetDIBits tests.
|
2011-09-01 12:39:15 +02:00 |
Alexandre Julliard
|
e7c523b135
|
gdi32: Use SetDIBits to set the initial bits of a DDB.
|
2011-08-31 11:36:23 +02:00 |
Alexandre Julliard
|
5f35075c8b
|
gdi32: Only use the hdc parameter in SetDIBits when needed.
|
2011-08-31 11:36:23 +02:00 |