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 |