Roderick Colenbrander
|
5fc017c497
|
winex11: Use ColorShifts from physDev in X11DRV_PALETTE_ToPhysical.
|
2009-09-02 16:08:36 +02:00 |
Michael Stefaniuc
|
a2187cad1f
|
winex11.drv: Remove superfluous pointer casts.
|
2009-01-19 13:36:25 +01:00 |
Maarten Lankhorst
|
131d0a79a1
|
gdi32/winex11.drv: Change all gdi/opengl operations to use CDECL calling convention.
|
2008-12-23 13:02:33 +01:00 |
Alexandre Julliard
|
77416b8668
|
winex11: Add a trace in ExtEscape to make wgl problems easier to diagnose.
|
2008-06-09 16:57:38 +02:00 |
Alexandre Julliard
|
2d9b38133b
|
winex11: Add support for performing GL calls on a top-level window DC.
|
2008-05-28 17:52:06 +02:00 |
James Hawkins
|
c29c740de0
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:17:10 +01:00 |
Alexandre Julliard
|
3bd142e907
|
winex11: Use GetDCHook to retrieve the dce pointer instead of storing it in the physdev structure.
|
2008-02-18 12:08:55 +01:00 |
Stefan Dösinger
|
ccab10bd46
|
winex11: Distinguish between bpp and depth.
|
2007-12-17 12:24:51 +01:00 |
Francois Gouget
|
860cf251f6
|
winex11.drv: The 'lossy' parameter is always false so remove it.
|
2007-10-15 12:04:54 +02:00 |
Alexandre Julliard
|
771d61a886
|
winex11: Use ExtEscape to flush the GL drawable to the physdev.
Based on a patch by Chris Robinson.
|
2007-10-10 17:33:35 +02:00 |
Chris Robinson
|
37d835bf9a
|
winex11: Use a GLXPixmap for offscreen OpenGL rendering when XComposite isn't available.
|
2007-10-03 11:56:55 +02:00 |
Chris Robinson
|
a8124f97e6
|
winex11: Store a GL-specific drawable with the window.
|
2007-10-03 11:39:07 +02:00 |
Alexandre Julliard
|
809af590a1
|
winex11.drv: Don't call GDI functions while holding the X11 lock.
|
2007-09-27 18:02:26 +02:00 |
Chris Robinson
|
d9571c9e6f
|
wgl: Store the fbconfig id with the window when a pixel format is set.
|
2007-09-18 09:28:06 +02:00 |
Michael Stefaniuc
|
02933a11de
|
dlls: Remove unreachable break after return/break. Found by Smatch.
|
2007-07-19 11:57:49 +02:00 |
Andrew Riedi
|
23e2cb1f59
|
winex11.drv: Add Xcursor support for 32 bit cursors.
Based on patch by Henri Verbeet.
|
2007-03-28 11:17:13 +02:00 |
Alexandre Julliard
|
21635133fb
|
winex11.drv: Implemented DESKTOPHORZ/VERTRES device caps.
|
2006-12-12 14:59:55 +01:00 |
Alexandre Julliard
|
d302db41aa
|
winex11.drv: Make sure the drawable rect is always updated and use it where appropriate.
|
2006-12-12 13:46:15 +01:00 |
Ulrich Czekalla
|
4bdf4345b8
|
winex11.drv: Store window and drawable rects in X11DRV_PDEVICE.
|
2006-12-12 13:45:10 +01:00 |
Alexandre Julliard
|
145e06040d
|
winex11.drv: Comment out the XCloseDisplay call on process detach.
It has a tendency to trigger X11 bugs, and it's not really useful anyway.
|
2006-08-03 19:29:44 +02:00 |
Huw Davies
|
f4e8169e9a
|
winex11: Introduce a function to retrieve the glx drawable and have
both the GET_GLX_DRAWABLE Escape and SwapBuffers call it.
|
2006-06-26 12:36:02 +02:00 |
Alexandre Julliard
|
bdb4fab7a7
|
x11drv: Renamed the x11drv directory to winex11.drv.
|
2006-06-16 09:57:50 +02:00 |