Alexandre Julliard
|
ee21554893
|
gdi32: Remove OpenGL functions that don't use an HDC from the driver entry points.
|
2012-06-25 16:25:57 +02:00 |
Alexandre Julliard
|
66a5995e11
|
winex11: Move wglGetCurrentContext and wglGetCurrentDC to the internal OpenGL extension functions.
|
2012-06-25 16:25:44 +02:00 |
Alexandre Julliard
|
08efea0218
|
winex11: Move wglCopyContext and wglDeleteContext to the internal OpenGL extension functions.
|
2012-06-25 13:52:10 +02:00 |
Alexandre Julliard
|
beeba895d3
|
winex11: Move wglShareLists to the internal OpenGL extension functions.
|
2012-06-25 13:52:01 +02:00 |
Alexandre Julliard
|
1bca4fb5ae
|
winex11: Move the wglUseFontBitmaps implementation to opengl32, it's no longer driver-dependent.
|
2012-06-25 11:58:53 +02:00 |
Roderick Colenbrander
|
c754f28f17
|
winex11.drv: Remove GLX_ATI_render_texture support.
|
2012-06-25 10:39:02 +02:00 |
Ken Thomases
|
51d5a48c37
|
winex11: Fix correspondence between main_key_LT_B and main_key_vkey_qwerty.
|
2012-06-12 10:27:24 +02:00 |
Roderick Colenbrander
|
9e73f7a6df
|
winex11.drv: Limit formats to nMaxFormats in wglChoosePixelFormatARB.
|
2012-06-07 10:36:03 +02:00 |
Alexandre Julliard
|
1adbfe921b
|
winex11: Don't free a variable that is no longer allocated on the heap.
|
2012-06-04 12:17:55 +02:00 |
Ken Thomases
|
43984f355a
|
winex11: Be more conservative when matching keys from built-in layout tables.
|
2012-06-01 14:29:12 +02:00 |
Alexandre Julliard
|
c8a22a4d1f
|
winex11: Use XGetKeyboardMapping instead of XKeycodeToKeysym.
|
2012-06-01 14:29:02 +02:00 |
Alexandre Julliard
|
191cd77320
|
winex11: Remove the support for device-dependent bitmaps.
|
2012-05-29 21:22:23 +02:00 |
Alexandre Julliard
|
73919154bf
|
winex11: Always allocate a new GC for bitmap operations.
|
2012-05-29 21:12:39 +02:00 |
Alexandre Julliard
|
567340f0c5
|
winex11: XRender repeat mode is no longer needed in functions that use a DC.
|
2012-05-29 21:11:14 +02:00 |
Alexandre Julliard
|
93758c43fd
|
gdi32: Remove the CreateBitmap and DeleteBitmap driver entry points.
|
2012-05-29 21:06:41 +02:00 |
Alexandre Julliard
|
1416d0e6f1
|
gdi32: Remove the bitmap parameter from the Get/PutImage entry points.
|
2012-05-29 21:05:52 +02:00 |
Alexandre Julliard
|
fdc4682e31
|
gdi32: Remove the CopyBitmap driver entry point.
|
2012-05-24 22:09:19 +02:00 |
Alexandre Julliard
|
995e2104df
|
winex11: Always create the brush pixmap from the pattern bits.
|
2012-05-24 19:53:24 +02:00 |
Alexandre Julliard
|
c2073b7ba2
|
winex11: Use the create_pixmap_from_image helper to create window icons.
|
2012-05-15 20:58:39 +02:00 |
Alexandre Julliard
|
8ee12778f9
|
winex11: Use the create_pixmap_from_image helper to create monochrome cursors.
|
2012-05-15 17:02:09 +02:00 |
Alexandre Julliard
|
70a9bb9518
|
winex11: Use the create_pixmap_from_image helper to create color cursors.
|
2012-05-15 17:02:08 +02:00 |
Alexandre Julliard
|
e85895e4c5
|
winex11: Use the create_pixmap_from_image helper to export XA_PIXMAP clipboard formats.
|
2012-05-15 17:02:08 +02:00 |
Alexandre Julliard
|
bf2ad337b5
|
winex11: Use the create_pixmap_from_image helper to select DIB pattern brushes.
|
2012-05-15 17:02:08 +02:00 |
Alexandre Julliard
|
3e8ad9a064
|
winex11: Add a helper to create a pixmap from an image.
|
2012-05-15 17:02:07 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Alexandre Julliard
|
95de085e5e
|
winex11: Use the get_pixmap_image helper to import XA_PIXMAP clipboard formats.
|
2012-05-14 14:17:29 +02:00 |
Alexandre Julliard
|
f99af0bb8f
|
winex11: Add a helper to retrieve an image from a pixmap.
|
2012-05-14 14:17:25 +02:00 |
Alexandre Julliard
|
305b10aba6
|
winex11: Use an XVisualInfo structure to store color formats in Get/PutImage.
|
2012-05-14 14:16:46 +02:00 |
Alexandre Julliard
|
b082b3acba
|
winex11: Use an intermediate pixmap also for DDBs to handle format mismatches.
|
2012-05-09 17:37:36 +02:00 |
Alexandre Julliard
|
ba7db0998c
|
winex11: Add support for OpenGL rendering in DIBs using an intermediate pixmap.
|
2012-05-09 17:37:36 +02:00 |
Alexandre Julliard
|
791a46658a
|
winex11: Store the GL-specific information in the GL driver physdev.
|
2012-05-08 14:35:44 +02:00 |
Alexandre Julliard
|
147174ff1c
|
winex11: Implement wglGetPbufferDCARB with a DC escape and remove it from the GDI driver interface.
|
2012-05-08 14:35:44 +02:00 |
Alexandre Julliard
|
5f99b59e77
|
winex11: Add an OpenGL GDI driver.
|
2012-05-08 14:35:42 +02:00 |
Alexandre Julliard
|
e94d3b4e08
|
gdi32: Add a priority mechanism for pushing drivers on the stack in a defined order.
|
2012-05-08 12:16:50 +02:00 |
Dmitry Timoshkov
|
8ed11d8bb1
|
winex11.drv: Use XK_KP_Decimal as a fallback if XK_KP_Separator doesn't work.
|
2012-05-08 09:43:45 +02:00 |
Alexandre Julliard
|
00bb726af8
|
winex11: Use a standard Wine list for the OpenGL context list.
|
2012-05-07 13:10:22 +02:00 |
Alexandre Julliard
|
a708448725
|
winex11: Define an enum to manage the various types of GL device contexts.
|
2012-05-07 13:10:18 +02:00 |
Alexandre Julliard
|
07bc017ff1
|
winex11: Give XInitThreads yet another chance.
|
2012-05-05 13:36:22 +02:00 |
Alexandre Julliard
|
096757c3dd
|
winex11: Remove redundant code in ChoosePixelFormat.
|
2012-05-03 20:44:07 +02:00 |
Alexandre Julliard
|
416e79f3e6
|
winex11: Always store the GL drawable in the device context.
|
2012-05-03 20:44:07 +02:00 |
Alexandre Julliard
|
70f776d3b8
|
winex11: Update the pixel format through the DCE hook for window DCs to avoid races.
|
2012-05-03 20:44:01 +02:00 |
Alexandre Julliard
|
416240b781
|
winex11: Remove obsolete escapes.
|
2012-05-03 12:50:52 +02:00 |
Alexandre Julliard
|
54170fe867
|
winex11: Remove support for the no longer used GET_GLX_DRAWABLE escape.
|
2012-05-03 12:50:27 +02:00 |
Alexandre Julliard
|
bc6f2f8615
|
winex11: Store the DC bounds rectangle as a pointer.
|
2012-04-27 12:51:43 +02:00 |
Alexandre Julliard
|
3009e03df7
|
gdi32: Add a SetBoundsRect driver entry point.
|
2012-04-27 12:41:43 +02:00 |
Dmitry Timoshkov
|
bdae6d7dc0
|
winex11.drv: Windows always generates VK_DECIMAL for Del/. on a keypad.
|
2012-04-24 19:12:32 +02:00 |
Alexandre Julliard
|
4a87722144
|
winex11: Add bounds rectangle tracking to all graphics entry points.
|
2012-04-18 13:50:56 +02:00 |
Alexandre Julliard
|
bb62ddeba7
|
winex11: Remove support for server-side fonts.
|
2012-04-18 13:07:17 +02:00 |
Alexandre Julliard
|
a9b786728c
|
winex11: ExtFloodFill does take the current ROP into account.
|
2012-04-17 16:40:47 +02:00 |
Alexandre Julliard
|
dedd9fe23e
|
winex11: Convert all points to device coordinates at once for polylines and polygons.
|
2012-04-17 14:39:05 +02:00 |