Frédéric Delanoy
|
adee328a50
|
gdi32: Use BOOL type where appropriate.
|
2013-11-07 13:13:05 +01:00 |
Alexandre Julliard
|
4c0779006e
|
opengl32: Move the wgl functions to the main OpenGL function table.
|
2012-07-19 22:50:37 +02:00 |
Francois Gouget
|
7b782d435e
|
gdi32: Remove an unused wgl debugging channel.
|
2012-07-11 10:00:47 -05:00 |
Alexandre Julliard
|
edfc7f0de0
|
opengl32: Move wglGetProcAddress to the WGL driver.
|
2012-06-28 16:14:55 +02:00 |
Alexandre Julliard
|
8a13afedd6
|
opengl32: Move GetPixelFormat to the WGL driver.
|
2012-06-28 15:53:14 +02:00 |
Alexandre Julliard
|
bbdf77a311
|
opengl32: Move wglCreateContext to the WGL driver.
|
2012-06-28 15:47:31 +02:00 |
Alexandre Julliard
|
3bcb8057a1
|
opengl32: Move wglCreateContextAttribsARB to the WGL driver.
|
2012-06-28 15:07:44 +02:00 |
Alexandre Julliard
|
7a031d9b92
|
opengl32: Add the concept of a WGL driver.
|
2012-06-28 14:37:31 +02:00 |
Alexandre Julliard
|
db25d4022a
|
winex11: Simplify wglSetPixelFormatWINE and export it as a standard extension function.
|
2012-06-28 13:13:01 +02:00 |
Alexandre Julliard
|
4a367c5719
|
winex11: Export wglMakeCurrent and wglMakeContextCurrentARB as standard extension functions.
|
2012-06-28 01:44:03 +02:00 |
Alexandre Julliard
|
67e7eda96c
|
gdi32: Forward SwapBuffers to opengl32 which in turn calls GdiSwapBuffers.
|
2012-06-26 12:24:15 +02:00 |
Alexandre Julliard
|
c013945728
|
gdi32: Forward SetPixelFormat to opengl32 which in turn calls GdiSetPixelFormat.
|
2012-06-26 12:24:15 +02:00 |
Alexandre Julliard
|
e9f270bd41
|
gdi32: Forward DescribePixelFormat to opengl32 which in turn calls GdiDescribePixelFormat.
|
2012-06-26 12:24:14 +02:00 |
Alexandre Julliard
|
81cd178ae1
|
winex11: Move ChoosePixelFormat implementation to opengl32 and base it on DescribePixelFormat.
|
2012-06-26 12:24:09 +02:00 |
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
|
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
|
6d9ebd05a5
|
gdi32: Add null driver entry points for the OpenGL functions.
|
2011-03-10 12:39:03 +01:00 |
Andrew Nguyen
|
c4a8de92c4
|
winex11.drv: Ensure that the WGL context is removed from the context list in wglDeleteContext.
|
2010-11-08 18:12:58 +01:00 |
Francois Gouget
|
4874d84ac1
|
gdi32: Make wglCreateContextAttribsARB() static.
|
2009-11-24 15:53:36 +01:00 |
Roderick Colenbrander
|
41f061ea1b
|
wgl: Add initial WGL_ARB_create_context support.
|
2009-11-18 11:39:57 +01:00 |
Roderick Colenbrander
|
f4b88e34ec
|
wgl: Get rid of delayed GLX context creation. Instead attempt to re-create a context when wglShareLists is called.
|
2009-11-16 17:42:54 +01:00 |
Rico Schüller
|
43ce10d168
|
gdi32: Check the current context in wglMakeCurrent().
|
2009-09-22 17:47:10 +02:00 |
Andrew Nguyen
|
4569eb2e66
|
gdi32: Fix the type of a few return values.
|
2009-08-06 17:26:29 +02:00 |
Alexandre Julliard
|
7e2e30bade
|
gdi32: Make sure the DC is up-to-date before accessing the pixel format.
|
2008-05-12 19:58:23 +02:00 |
Roderick Colenbrander
|
f0307d9366
|
wgl: Add a wine specific WGL extension which allows you to change the pixel format multiple times.
|
2008-04-24 12:32:38 +02:00 |
Roderick Colenbrander
|
8295c547f3
|
wgl: Add wglCopyContext support.
|
2007-11-12 14:16:44 +01:00 |
Alexandre Julliard
|
2e2df3faf3
|
gdi32: Don't hold the GDI lock while calling the driver OpenGL functions.
|
2007-09-24 18:17:21 +02:00 |
Alexandre Julliard
|
9aee0b4157
|
gdi32: Update the DC in most OpenGL functions.
|
2007-09-18 09:34:08 +02:00 |
Alexandre Julliard
|
99a258311c
|
gdi32: Replace remaining instance of DC_GetDCUpdate by get_dc_ptr+update_dc.
|
2007-09-18 09:34:08 +02:00 |
Roderick Colenbrander
|
e6f6d5fe95
|
gdi32: Print the function name in wglGetProcAddress.
|
2007-08-29 11:58:59 +02:00 |
Alexandre Julliard
|
1476e34645
|
gdi32: Add separate functions for releasing/freeing DCs to replace the standard GDI ones.
This should make it possible to use a different locking mechanism for DCs.
|
2007-08-21 21:37:40 +02:00 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
Stefan Huehner
|
51a7ca3440
|
Change some functions arguments from () -> (void).
|
2007-03-12 12:25:31 +01:00 |
Ulrich Czekalla
|
4d8135e0c8
|
winex11.drv: Avoid grabbing syslevel locks in the wrong order.
|
2006-12-15 13:43:14 +01:00 |
Alexandre Julliard
|
75b8f88875
|
gdi32: Get rid of the gdi.h include.
|
2006-11-17 14:52:07 +01:00 |
Roderick Colenbrander
|
1d4effcaa5
|
wgl: Fix WoW screen flickering.
|
2006-11-06 12:13:09 +01:00 |
Roderick Colenbrander
|
2506677c60
|
winex11.drv: Route wglMakeContextCurrentARB through gdi32.
|
2006-10-31 21:34:36 +01:00 |
Roderick Colenbrander
|
88ad69f9bd
|
wgl: Move part of wglGetProcAddress to gdi32.
|
2006-10-27 12:43:31 +02:00 |
Alexandre Julliard
|
7dfc447741
|
gdi32: Renamed the gdi directory to gdi32.
|
2006-10-20 12:25:29 +02:00 |