Stefan Dösinger
|
4901291990
|
opengl32: Give wglSwapBuffers a real function, make it hookable.
|
2009-10-15 14:10:06 +02:00 |
Michael Stefaniuc
|
d2fdc2d10b
|
opengl32: Remove superfluous pointer casts.
|
2009-04-14 11:29:41 -05:00 |
Francois Gouget
|
822ab7b404
|
opengl32: Remove WINAPI on static functions where not needed.
|
2008-11-26 12:10:43 +01:00 |
Massimo Del Fedele
|
d6a6b88f19
|
opengl32: glGetString() should return NULL on NULL context.
|
2008-07-04 19:34:45 +02:00 |
Alexandre Julliard
|
06640efa61
|
opengl32: Dynamically load libGLU.
Based on a patch by Roderick Colenbrander.
|
2008-05-01 14:44:49 +02:00 |
Alexandre Julliard
|
ad79873527
|
configure: Improve the check for the GLU library.
|
2008-05-01 13:29:02 +02:00 |
Roderick Colenbrander
|
18e704f9aa
|
opengl32: Get rid of X/GLX leftovers.
|
2008-05-01 10:57:34 +02:00 |
Markus Amsler
|
f34efcb839
|
opengl: Allocate DisabledExtensions buffer.
|
2008-03-24 12:56:49 +01:00 |
Roderick Colenbrander
|
8295c547f3
|
wgl: Add wglCopyContext support.
|
2007-11-12 14:16:44 +01:00 |
Chris Robinson
|
ebfba49e27
|
wgl: Remove GL scissors/viewport override.
|
2007-10-03 11:40:12 +02:00 |
Chris Robinson
|
665a8add92
|
wgl: Override glFinish and glFlush.
|
2007-09-25 13:33:37 +02:00 |
Roderick Colenbrander
|
802c87d066
|
opengl32: Relax extension checking.
|
2007-07-26 11:49:20 +02:00 |
Alexandre Julliard
|
5a95cfbd9c
|
configure: Export the shared library extension instead of hardcoding .so.
|
2007-07-02 14:35:05 +02:00 |
Andrew Talbot
|
cde845fec5
|
opengl32: Exclude unused header.
|
2007-05-16 11:56:01 +02:00 |
Stefan Huehner
|
4d1d01f266
|
Mark several functions as static.
|
2007-03-13 13:35:12 +01:00 |
Jan Zerebecki
|
cfaf5059b2
|
opengl32: Remove redundant const.
|
2007-01-25 11:06:03 +01:00 |
Roderick Colenbrander
|
bef91cd580
|
opengl32: Fix wglGetProcAddress typo.
|
2006-12-29 12:49:41 +01:00 |
Roderick Colenbrander
|
402d277765
|
wgl: Fix wglGetProcAddress bug.
|
2006-12-28 12:22:08 +01:00 |
Alexandre Julliard
|
fdcd9859b4
|
winex11.drv: Get rid of the display pointer in the GL context.
|
2006-12-12 18:23:34 +01:00 |
Alexandre Julliard
|
6e01e4aa51
|
opengl32: Don't use ENTER_GL/LEAVE_GL around calls to driver functions.
This causes lock inversions when the driver accesses the DC.
|
2006-12-12 18:21:01 +01:00 |
Alexandre Julliard
|
de154e738a
|
opengl32: Avoid generating a wrapper for internal functions when we can call the internal one directly.
|
2006-12-12 17:59:44 +01:00 |
Ulrich Czekalla
|
715d0e8409
|
winex11.drv: Correctly position and clip opengl child windows.
|
2006-12-12 17:28:12 +01:00 |
Francois Gouget
|
b2656633a6
|
Add some documentation headers to make winapi_check happy.
|
2006-11-13 13:01:15 +01:00 |
Alexandre Julliard
|
879da0436a
|
opengl32: Hack to make sure winex11 is loaded before getting function pointers.
|
2006-11-10 12:37:04 +01:00 |
Francois Gouget
|
30e44c85c8
|
Assorted spelling fixes.
|
2006-11-07 15:25:24 +01:00 |
Roderick Colenbrander
|
6c4267a1cf
|
opengl32: Use HKCU instead of HKLM.
|
2006-11-06 12:13:14 +01:00 |
Roderick Colenbrander
|
1ef0d0a61a
|
opengl32: Remove glx context.
|
2006-11-04 12:01:55 +01:00 |
Roderick Colenbrander
|
2f8a05e27e
|
wgl: Add extension checking code / glxGetProcAddress protection.
|
2006-11-03 21:00:29 +01:00 |
Roderick Colenbrander
|
88ad69f9bd
|
wgl: Move part of wglGetProcAddress to gdi32.
|
2006-10-27 12:43:31 +02:00 |
Roderick Colenbrander
|
7eea8b9312
|
wgl: Move wglDeleteContext to gdi32.
|
2006-10-17 11:14:07 +02:00 |
Roderick Colenbrander
|
92e6e46ca9
|
wgl: Move wglShareLists to gdi32.
|
2006-10-16 12:05:32 +02:00 |
Roderick Colenbrander
|
8c32dd77a3
|
wgl: Move wglGetCurrentDC to gdi32.
|
2006-10-16 12:05:20 +02:00 |
Roderick Colenbrander
|
ad7bc71c0c
|
wgl: Move wglGetCurrentContext to gdi32.
|
2006-10-16 12:03:47 +02:00 |
Michael Stefaniuc
|
d421935df7
|
opengl32: Win64 printf format warning fixes.
|
2006-10-05 11:33:17 +02:00 |
Roderick Colenbrander
|
95a67ab373
|
gdi32: Route WGL font code through gdi32.dll.
|
2006-10-04 10:10:03 +02:00 |
Roderick Colenbrander
|
4b212dc401
|
gdi32: Route WGL context code through gdi32.dll.
|
2006-10-04 10:07:33 +02:00 |
Roderick Colenbrander
|
272196f514
|
winex11.Drv: Remove unneeded wgl exports.
|
2006-09-26 11:41:46 +02:00 |
Roderick Colenbrander
|
b669fcaf7b
|
opengl: Move wgl font code to winex11.drv.
|
2006-09-21 11:45:08 +02:00 |
Roderick Colenbrander
|
4287bf392b
|
opengl32: Remove unused code.
|
2006-09-12 14:35:31 +02:00 |
Roderick Colenbrander
|
12dbce5c93
|
winex11.drv: Move WGL extension code to winex11.drv.
|
2006-09-12 14:35:31 +02:00 |
Roderick Colenbrander
|
2b36c4a4c3
|
winex11.drv: Import glx makecurrent/wglsharelists.
|
2006-09-11 11:33:02 +02:00 |
Roderick Colenbrander
|
9377c23eff
|
winex11.drv: Import glx context code.
|
2006-09-11 11:31:13 +02:00 |
Francois Gouget
|
06f9532dda
|
Assorted spelling fixes.
|
2006-09-08 11:04:53 +02:00 |
Roderick Colenbrander
|
336f34f652
|
opengl: Fix Mesa/DRI regression.
|
2006-08-28 11:36:21 +02:00 |
Roderick Colenbrander
|
f25cea1094
|
opengl32: Fix ATI OpenGL bug.
|
2006-08-24 12:07:51 +02:00 |
Roderick Colenbrander
|
59dc73b911
|
x11drv/opengl: Pixel format rewrite.
|
2006-08-17 11:48:21 +02:00 |
Alexandre Julliard
|
1249c64277
|
opengl32: Make some functions and variables static.
|
2006-08-02 13:26:36 +02:00 |
Huw Davies
|
ac5a024a5c
|
opengl32: Fix the returned metrics and add a translation vector to the end of each list.
|
2006-06-28 15:38:48 +02:00 |
Huw Davies
|
53348f8966
|
opengl32: If there's no glX context don't return a wgl context.
|
2006-06-23 11:53:32 +02:00 |
Alexandre Julliard
|
ad5e02e604
|
opengl32: Store function pointers in a separate array to avoid a bunch of relocations.
|
2006-06-09 18:13:09 +02:00 |