Alexandre Julliard
|
0e3bfb8951
|
winex11: Move handling of negative width/height into the XRender blit helper functions.
|
2012-01-18 16:03:33 +01:00 |
Alexandre Julliard
|
5112699a6b
|
winex11: Store the XRender format in the bitmap structure.
|
2012-01-10 21:06:45 +01:00 |
Alexandre Julliard
|
3e85a7c2a7
|
winex11: Avoid some references to the X11 device from XRender.
|
2012-01-10 20:56:06 +01:00 |
Alexandre Julliard
|
7d447d7b9a
|
winex11: Create XRender colors from the original COLORREF and add support for PALETTEINDEX colors.
|
2012-01-10 20:54:40 +01:00 |
Alexandre Julliard
|
a680644da6
|
winex11: Remove the global XRender installed flag.
|
2012-01-10 20:12:56 +01:00 |
Alexandre Julliard
|
5b11c96fa1
|
winex11: Get rid of the DIB section support.
|
2012-01-10 20:12:31 +01:00 |
Alexandre Julliard
|
fbbf3ba408
|
gdi32: Get rid of the CreateDIBSection driver entry point.
|
2012-01-10 16:13:29 +01:00 |
Alexandre Julliard
|
40bf321e5a
|
winex11: Remove the remainining DIB section locking calls.
|
2012-01-10 16:13:24 +01:00 |
Alexandre Julliard
|
dc1aeeb2f8
|
gdi32: Get rid of the SetDIBColorTable driver entry point.
|
2012-01-07 13:27:08 +01:00 |
Alexandre Julliard
|
bcc65899f8
|
winex11: Remove DIB locking calls from all graphics functions.
|
2012-01-06 19:24:26 +01:00 |
Alexandre Julliard
|
f85bb35280
|
gdi32: Pass a brush_pattern structure to the SelectBrush entry point.
|
2011-12-30 11:04:26 +01:00 |
Alexandre Julliard
|
4066587f19
|
winex11: Remove DIB locking calls from all blitting entry points.
|
2011-12-19 20:15:42 +01:00 |
Alexandre Julliard
|
59f790af04
|
winex11: Add missing initialization of pattern brush style.
|
2011-12-14 17:54:45 +01:00 |
Alexandre Julliard
|
2453b6a896
|
winex11: Add some sanity checks on bitmap formats before creating a pixmap.
|
2011-12-08 18:00:03 +01:00 |
Alexandre Julliard
|
b036c8a38d
|
winex11: Don't call get_xrender_picture inside the X11 lock.
|
2011-12-07 17:57:32 +01:00 |
Alexandre Julliard
|
8d6354c5b2
|
winex11: Allow the visible region to be zero when not clipping.
|
2011-12-06 15:51:00 +01:00 |
Alexandre Julliard
|
7534d47b1b
|
gdi32: Pass the total visible region in the SetDeviceClipping driver entry point.
|
2011-12-06 15:51:00 +01:00 |
Alexandre Julliard
|
abd5d5a3a9
|
winex11: Always refresh the picture clipping when we have an additional clip region.
|
2011-12-05 17:21:17 +01:00 |
Alexandre Julliard
|
7ea59c107f
|
gdi32: Use dithering also for 1-bpp gradients.
|
2011-12-05 16:36:08 +01:00 |
Alexandre Julliard
|
e332ebb200
|
winex11: Always ignore alpha channel with XRender gradients.
|
2011-12-02 14:12:07 +01:00 |
Alexandre Julliard
|
76358216f4
|
winex11: Implement rectangular gradients using XRender if supported.
|
2011-11-30 14:25:29 +01:00 |
Gerald Pfeifer
|
ef6f8a58c5
|
winex11.drv: Move a conditionally used label into the condition in X11DRV_XRender_Init.
|
2011-11-28 16:40:48 +01:00 |
Alexandre Julliard
|
9efb9d480d
|
winex11: Don't allocate the glyph cache without Xrender, and cleanup initialization.
|
2011-11-21 12:17:56 +01:00 |
Alexandre Julliard
|
b61a534853
|
winex11: Get rid of the non-Xrender client-side font rendering.
|
2011-11-21 12:17:31 +01:00 |
Alexandre Julliard
|
4612d61b5e
|
winex11: Fix selecting a pattern brush into a DIB section device.
|
2011-11-17 17:33:50 +01:00 |
Francois Gouget
|
06646b7aa2
|
winex11: Delete the palette and xrender static critical sections when unloading the dll.
|
2011-11-17 11:38:10 +01:00 |
Alexandre Julliard
|
1ff5f3d56f
|
winex11: Remove check for DIB color table in ExtTextOut.
|
2011-11-14 21:25:47 +01:00 |
Alexandre Julliard
|
d9a45745a7
|
winex11: Implement the CopyBitmap entry point.
|
2011-11-08 19:26:13 +01:00 |
Alexandre Julliard
|
9391c6a757
|
gdi32: Add a CopyBitmap driver entry point.
|
2011-11-08 19:25:05 +01:00 |
Alexandre Julliard
|
a16dbbe3d8
|
winex11: Implement a SelectBrush entry point in the XRender driver.
|
2011-11-07 20:54:01 +01:00 |
Alexandre Julliard
|
95cba0c0f4
|
gdi32: Add a DC driver entry point for GdiGradientFill.
|
2011-10-31 23:51:38 +01:00 |
Alexandre Julliard
|
171183c77b
|
winex11: Mask FPU exceptions around fontconfig calls.
|
2011-10-28 12:41:47 +02:00 |
André Hentschel
|
d63651fe18
|
winex11.drv: Remove remaining pixmap prefix to fix compilation without libxrender.
|
2011-10-25 20:13:42 +02:00 |
Alexandre Julliard
|
a8444d7fd1
|
gdi32: Add driver entry points for a number of font functions.
|
2011-10-24 23:45:37 +02:00 |
Alexandre Julliard
|
2b1b11d681
|
gdi32: Rename the EnumDeviceFonts entry point to EnumFonts since it's not limited to device fonts.
|
2011-10-24 23:34:33 +02:00 |
Alexandre Julliard
|
ef0fe44327
|
gdi32: Implement SelectFont as a standard driver entry point.
|
2011-10-19 18:22:05 +02:00 |
Alexandre Julliard
|
125529fabe
|
winex11: Get rid of the client-side DIB optimization in AlphaBlend.
|
2011-10-11 15:34:50 +02:00 |
Alexandre Julliard
|
d36b7a7f24
|
winex11: Require an A8R8G8B8 format for blending with a source alpha.
|
2011-10-11 13:17:17 +02:00 |
Alexandre Julliard
|
8abe262fd2
|
winex11: Force alpha channel to 0 when doing color conversion in PutImage.
|
2011-10-03 16:49:12 -05:00 |
Alexandre Julliard
|
e502ae4d1f
|
winex11: Remove no longer needed support for a source DIB color map in XRender StretchBlt.
|
2011-10-03 16:24:01 -05:00 |
Marcus Meissner
|
aee645dfc0
|
winex11.drv: Mark xrenderdrv_ExtTextOut as static.
|
2011-10-03 15:51:58 -05:00 |
Huw Davies
|
ea3895e133
|
winex11: Remove some unused function ptrs.
|
2011-10-03 09:46:52 -05:00 |
Alexandre Julliard
|
6e80c49fc9
|
winex11: Get rid of the client-side DIB optimization in StretchBlt.
|
2011-09-28 11:12:14 +02:00 |
Alexandre Julliard
|
f5307025fc
|
winex11: Pre-compute the color shifts for the supported XRender formats.
|
2011-09-26 16:56:55 +02:00 |
Alexandre Julliard
|
46f1d2a48a
|
winex11: Remove redundant pixmap prefix in X_PHYSBITMAP field names.
|
2011-09-26 15:29:28 +02:00 |
Alexandre Julliard
|
f3f315ed61
|
winex11: Avoid recomputing the DC format when it hasn't changed.
|
2011-09-26 15:25:35 +02:00 |
Alexandre Julliard
|
922d9f5cf7
|
winex11: Force the alpha channel to zero for mono->color blits.
|
2011-09-26 15:25:05 +02:00 |
Alexandre Julliard
|
ff2805cae0
|
winex11: Forward AlphaBlend with a DIB section as source to the null driver.
|
2011-09-21 11:35:36 +02:00 |
Alexandre Julliard
|
094d9fe48e
|
winex11: Fix handling of 1-bpp source bitmaps in AlphaBlend.
|
2011-09-20 20:23:22 +02:00 |
Alexandre Julliard
|
4ad9e7bbcd
|
winex11: Move locking and handling of fg/bg colors into xrender_mono_blit.
|
2011-09-20 20:22:34 +02:00 |