Alexandre Julliard
|
26fb3d4a69
|
winex11: Add a critical section to protect the keyboard mapping tables.
|
2012-08-16 16:43:19 +02:00 |
Alexandre Julliard
|
c970621d90
|
winex11: Create contexts at initialization time to avoid the need for locks.
|
2012-08-16 14:34:00 +02:00 |
Alexandre Julliard
|
ff60249cab
|
winex11: Use the labels to find the mouse motion valuators for XInput2.
|
2012-08-16 10:27:19 +02:00 |
Alexandre Julliard
|
f579091380
|
winex11: Store XInput2 device info in the thread data.
|
2012-08-16 10:25:49 +02:00 |
Alexandre Julliard
|
5e932efbf6
|
winex11: Remove the redundant pixel format index from the pixel format object.
|
2012-08-15 15:44:00 +02:00 |
Alexandre Julliard
|
451828e169
|
winex11: Make pixel format objects const and get rid of the WineGLPixelFormat typedef.
|
2012-08-15 15:38:05 +02:00 |
Alexandre Julliard
|
b908a72635
|
winex11: Initialize the OpenGL format list at startup and simplify the conversion routines.
|
2012-08-15 15:32:24 +02:00 |
Alexandre Julliard
|
b8cc4d50ef
|
winex11: Add a critical section to protect the OpenGL context list.
|
2012-08-15 14:41:57 +02:00 |
Alexandre Julliard
|
f9a383323f
|
winex11: Remove unnecessary cleanups on process exit.
|
2012-08-15 14:24:20 +02:00 |
Alexandre Julliard
|
6f6217e9a4
|
winex11: Remove remaining X11 locking around graphics calls.
|
2012-08-14 15:13:21 +02:00 |
Alexandre Julliard
|
6bfcb347bf
|
winex11: Remove X11 locking around simple X calls.
|
2012-08-14 15:13:08 +02:00 |
Henri Verbeet
|
292869b969
|
winex11: Explicitly clear virtual desktop maximized state.
|
2012-08-13 16:28:50 +02:00 |
Henri Verbeet
|
13820b6f94
|
winex11: Don't set MWM decorations either for fullscreen virtual desktops.
|
2012-08-13 16:28:50 +02:00 |
Michael Stefaniuc
|
43b8858986
|
winex11.drv: Avoid TRUE:FALSE conditional expressions.
|
2012-07-31 12:36:42 +02:00 |
Alexandre Julliard
|
96e80c2623
|
gdi32: Move DescribePixelFormat and SetPixelFormat to the WGL driver.
|
2012-07-30 22:12:13 +02:00 |
Alexandre Julliard
|
917fe72bb0
|
winex11: Get rid of the OpenGL bitmap support.
|
2012-07-27 17:05:29 +02:00 |
Alexandre Julliard
|
5f157e18e2
|
opengl32: Store the context current DCs on the opengl32 side.
|
2012-07-25 16:11:05 +02:00 |
Alexandre Julliard
|
f3e1e46c85
|
winex11: Add a helper function to correctly check extension strings.
|
2012-07-24 17:37:50 +02:00 |
Francois Gouget
|
baf0a74b11
|
winex11.drv: Don't include wgl_driver.h if OpenGL is not supported.
|
2012-07-23 19:53:49 +02:00 |
Alexandre Julliard
|
72e873873e
|
winex11: Get rid of the glGetIntegerv wrapper.
|
2012-07-20 13:21:25 +02:00 |
Alexandre Julliard
|
76ae99a426
|
winex11: Remove unused fields in the PBuffer object.
|
2012-07-20 12:36:44 +02:00 |
Alexandre Julliard
|
6a3aa4eb49
|
opengl32: Use proper handles for PBuffers instead of raw pointers.
|
2012-07-20 12:36:41 +02:00 |
Alexandre Julliard
|
1b9455e65d
|
opengl32: Add supported wgl extension functions to the OpenGL function table.
|
2012-07-20 00:40:42 +02:00 |
Alexandre Julliard
|
4c0779006e
|
opengl32: Move the wgl functions to the main OpenGL function table.
|
2012-07-19 22:50:37 +02:00 |
Alexandre Julliard
|
101bdf425b
|
winex11: Use the function table pointer to call dynamically loaded OpenGL functions.
|
2012-07-18 19:51:09 +02:00 |
Alexandre Julliard
|
df91c7bc83
|
opengl32: Redirect standard OpenGL functions through the TEB function table.
|
2012-07-18 17:12:29 +02:00 |
Alexandre Julliard
|
33ca17e1e9
|
winex11: Fill a function table with the standard OpenGL functions and store it in the TEB.
|
2012-07-18 17:11:42 +02:00 |
Henri Verbeet
|
2b4a7912ec
|
winex11: Add support for XRandR 1.3.
|
2012-07-16 14:26:11 +02:00 |
Henri Verbeet
|
cf6f8d2eb5
|
winex11: Add support for XRandR 1.2.
|
2012-07-16 14:25:42 +02:00 |
Henri Verbeet
|
ed331cb0a5
|
winex11: Properly calculate the virtual screen rect in xinerama_init().
|
2012-07-16 14:23:20 +02:00 |
Henri Verbeet
|
401d12085b
|
winex11: Fix the virtual desktop check in update_desktop_fullscreen().
|
2012-07-13 10:31:52 -05:00 |
Henri Verbeet
|
92e04256a9
|
winex11: Simplify the XRandR mode matching code a bit.
|
2012-07-13 10:30:21 -05:00 |
Alexandre Julliard
|
4b0f27f664
|
winex11: Get rid of the no longer needed drawable rect in the X11 device.
|
2012-07-12 16:05:37 -05:00 |
Henri Verbeet
|
b4a31d0a9e
|
winex11: Get rid of some needless globals.
|
2012-07-11 11:17:21 -05:00 |
Henri Verbeet
|
5ed890904b
|
winex11: Simplify X11DRV_XRandR_Init() error handling a bit.
|
2012-07-11 11:17:18 -05:00 |
Francois Gouget
|
98c605d6c7
|
winex11.drv: We must include Xlib.h before Xrandr.h.
|
2012-07-11 10:00:51 -05:00 |
Henri Verbeet
|
3e5c76bd09
|
winex11: Introduce a separate function for initializing the list of XRandR display modes.
|
2012-07-10 10:40:17 -05:00 |
Henri Verbeet
|
76725f9885
|
winex11: Remove some unused includes from xrandr.c.
|
2012-07-10 10:40:08 -05:00 |
Henri Verbeet
|
6c4465f4ac
|
winex11: Get rid of xrandr.h.
|
2012-07-09 15:05:02 -04:00 |
Henri Verbeet
|
eafc8d0b34
|
winex11: Get rid of xvidmode.h.
|
2012-07-09 15:04:48 -04:00 |
Dmitry Timoshkov
|
6173e6bfb6
|
winex11.drv: Avoid conflicting definitions of WINGDIAPI.
|
2012-07-09 09:59:32 -04:00 |
Alexandre Julliard
|
241ab9257c
|
winex11: Use the correct drawable with the X11DRV_GET_DRAWABLE escape.
|
2012-07-03 16:56:40 +02:00 |
Henri Verbeet
|
3ea8de2637
|
winex11: Use our own structure for mode information.
|
2012-07-03 14:57:07 +02:00 |
Henri Verbeet
|
0fda9d95a5
|
winex11: Get rid of some unused prototypes.
|
2012-07-02 19:18:01 +02:00 |
Alexandre Julliard
|
39819d1e8b
|
winex11: Replace wgl.h by the official wglext.h from the OpenGL registry.
|
2012-07-02 19:17:41 +02:00 |
Alexandre Julliard
|
19fcc230d0
|
winex11: Move GLX definitions out of wgl.h.
|
2012-07-02 13:21:54 +02:00 |
Alexandre Julliard
|
83be88953b
|
opengl32: Make the WGL driver context-specific.
|
2012-06-29 20:41:36 +02:00 |
Alexandre Julliard
|
d89f7f2563
|
opengl32: Move checks of the context thread id to opengl32.
|
2012-06-29 20:41:35 +02:00 |
Alexandre Julliard
|
0045ec9dfb
|
opengl32: Use proper handles for GL contexts and pass a context pointer to the WGL driver functions.
|
2012-06-29 20:41:34 +02:00 |
Alexandre Julliard
|
e059d565ab
|
gdi32: Add a null WGL driver.
|
2012-06-28 18:52:27 +02:00 |