Alexandre Julliard
|
bde5156876
|
winex11: Get the current pixel format from the drawable structure in wglMakeContextCurrentARB.
|
2012-09-07 16:19:17 +02:00 |
Alexandre Julliard
|
11013af0a1
|
winex11: Get the current pixel format from the drawable structure in wglMakeCurrent.
|
2012-09-07 16:19:16 +02:00 |
Alexandre Julliard
|
d52c2de7da
|
winex11: Get the current pixel format from the drawable structure in wglCreateContextAttribsARB.
|
2012-09-07 16:19:15 +02:00 |
Alexandre Julliard
|
c01d723a4f
|
winex11: Get the current pixel format from the drawable structure in wglCreateContext.
|
2012-09-07 16:01:14 +02:00 |
Alexandre Julliard
|
356f9897cd
|
winex11: Store a format pointer instead of an index in the drawable structures.
|
2012-09-07 16:01:13 +02:00 |
Alexandre Julliard
|
bf5e1b6a05
|
winex11: Get the current pixel format from the drawable structure in wglGetPixelFormat.
|
2012-09-07 16:01:10 +02:00 |
Alexandre Julliard
|
4df8f15ff9
|
winex11: Store a drawable structure also for pbuffer contexts.
|
2012-09-07 16:01:03 +02:00 |
Alexandre Julliard
|
ecc8559fe8
|
winex11: Get the current pixel format from the drawable structure for wglSetPixelFormat.
|
2012-09-07 16:00:59 +02:00 |
Alexandre Julliard
|
6f1d43b16e
|
winex11: Check for changes in min/maximize state even when the window rectangle didn't change.
|
2012-09-06 14:09:06 +02:00 |
Alexandre Julliard
|
2eebedf38e
|
winex11: Handle Expose events by refreshing from the window surface.
|
2012-09-06 14:08:37 +02:00 |
Alexandre Julliard
|
33ac850c80
|
winex11: Use window surfaces for rendering top-level windows.
It can be disabled by setting "ClientSideGraphics"="n".
|
2012-09-06 12:44:54 +02:00 |
Alexandre Julliard
|
a5ef549c6e
|
user32: Add support for managing a DIB surface for a window.
|
2012-09-06 12:35:32 +02:00 |
Alexandre Julliard
|
514eb69584
|
winex11: Store the rectangle of the GL drawable and use it when updating the window size.
|
2012-09-04 15:03:04 +02:00 |
Alexandre Julliard
|
ea07c310ec
|
winex11: Create the whole window at window creation time.
|
2012-09-04 14:11:16 +02:00 |
Alexandre Julliard
|
9f042298f7
|
winex11: Move the GL drawable management to opengl.c.
|
2012-09-03 16:45:51 +02:00 |
Alexandre Julliard
|
ef034e71e2
|
winex11: Treat the client window as an OpenGL drawable.
|
2012-09-03 16:45:51 +02:00 |
Alexandre Julliard
|
fbac3194a5
|
winex11: Store the OpenGL drawable in a separate structure with its own context.
|
2012-09-03 16:45:51 +02:00 |
Alexandre Julliard
|
d596b62d95
|
winex11: Only create the client window when the pixel format is changed.
|
2012-09-03 16:45:50 +02:00 |
Alexandre Julliard
|
044f790bcb
|
winex11: Always paint to the whole window.
|
2012-08-30 19:02:27 +02:00 |
Alexandre Julliard
|
2967599286
|
winex11: Don't select for mouse events on the client window.
|
2012-08-30 12:57:45 +02:00 |
Alexandre Julliard
|
e280527f6b
|
winex11: Never attempt to create the window data from a different thread.
|
2012-08-30 12:11:58 +02:00 |
Alexandre Julliard
|
d35fc4369f
|
user32: Always go through set_window_pos when the WS_VISIBLE style is changed.
|
2012-08-29 20:09:28 +02:00 |
Henri Verbeet
|
e426fa9cb9
|
winex11: Try harder to get usable RandR screen resources.
|
2012-08-20 11:00:29 +02:00 |
Henri Verbeet
|
28a9b39372
|
winex11: Try XRandR 1.0 if 1.2 fails.
|
2012-08-20 10:59:52 +02:00 |
Alexandre Julliard
|
03d377eae7
|
winex11: Release the keyboard lock before sending input to the server.
|
2012-08-17 10:06:41 +02:00 |
Alexandre Julliard
|
9980868b81
|
winex11: Get rid of the X11 locking functions.
|
2012-08-16 16:52:31 +02:00 |
Alexandre Julliard
|
cf1be58706
|
winex11: Remove the remaining X11 locking calls.
|
2012-08-16 16:48:00 +02:00 |
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 |