Roderick Colenbrander
|
03c6a0d9d1
|
opengl32: Add a wglShareLists test.
|
2009-05-12 11:21:13 +02:00 |
Michael Stefaniuc
|
d2fdc2d10b
|
opengl32: Remove superfluous pointer casts.
|
2009-04-14 11:29:41 -05:00 |
Roderick Colenbrander
|
ef385d2e7a
|
opengl32: Update with the latest OpenGL extensions.
|
2009-04-06 11:16:20 +02:00 |
Francois Gouget
|
3d777d6e61
|
opengl32/tests: Replace a couple of trace()s with skip()s.
|
2009-02-24 16:57:27 +01:00 |
Francois Gouget
|
08637ac368
|
opengl32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-24 16:57:27 +01:00 |
Alexandre Julliard
|
cb0113ec53
|
opengl32: Automatically download the GL spec files in make_opengl. Add a default value for the OpenGL version.
|
2009-01-08 12:29:39 +01:00 |
Alexandre Julliard
|
fdd1bdf7c8
|
opengl32: Use INT_PTR instead of ptrdiff_t in generated code to avoid printf warnings.
|
2009-01-08 12:15:47 +01:00 |
Alexandre Julliard
|
03a83c49db
|
opengl32: Define an enum for extensions to make diffs smaller when adding new extensions.
|
2008-12-30 12:23:40 +01:00 |
Michael Stefaniuc
|
161e90238a
|
opengl32: make_opengl: Do not add explicit casts of function pointers to void pointers.
|
2008-12-30 12:18:24 +01:00 |
Huw Davies
|
e86ff2a312
|
opengl/tests: Skip tests if we can't find a pixel format.
|
2008-12-05 17:15:56 +01:00 |
Francois Gouget
|
822ab7b404
|
opengl32: Remove WINAPI on static functions where not needed.
|
2008-11-26 12:10:43 +01:00 |
Roderick Colenbrander
|
fae40b2176
|
opengl32: Mark some opengl3 tests as wine_todo.
|
2008-10-27 11:44:29 +01:00 |
Roderick Colenbrander
|
6152941bdf
|
opengl32: Add some updates for recent opengl extensions.
|
2008-10-20 12:20:19 +02:00 |
Roderick Colenbrander
|
eb7f85f691
|
opengl32/tests: Don't call wglGetProcAddress at the start of the test.
|
2008-10-14 11:26:06 +02:00 |
Roderick Colenbrander
|
a3dff8af94
|
opengl32: Add a test case for WGL_ARB_create_context/opengl3.
|
2008-10-10 14:13:54 +02:00 |
Roderick Colenbrander
|
ad89d9a2b8
|
opengl32: Merge recent opengl extensions and prepare for opengl 3.0.
|
2008-09-30 11:32:58 -05:00 |
Roderick Colenbrander
|
b09a9ebc76
|
opengl32: Remove some tests which cause issues on win9x.
|
2008-09-30 10:13:47 -05:00 |
Roderick Colenbrander
|
23b1988f1a
|
opengl32: Add some driver traces to the tests.
|
2008-09-30 10:13:39 -05:00 |
Roderick Colenbrander
|
d269a36a81
|
opengl32: Don't run wgl tests on old gl drivers.
|
2008-09-29 17:24:29 -05:00 |
Francois Gouget
|
809a879807
|
make_opengl: Avoid the deprecated '$#' construct.
This gets make_opengl to work again with Perl 5.10.
|
2008-09-29 17:18:29 -05:00 |
Massimo Del Fedele
|
d6a6b88f19
|
opengl32: glGetString() should return NULL on NULL context.
|
2008-07-04 19:34:45 +02:00 |
Alexandre Julliard
|
815baba090
|
winex11: Check for matching pixel format in wglMakeCurrent.
|
2008-06-18 20:10:47 +02:00 |
Alexandre Julliard
|
751b55f4e9
|
opengl32/tests: Add a couple of test cases for pixel format handle on window DCs.
|
2008-05-28 17:52:26 +02:00 |
James Hawkins
|
0fad82a9c7
|
opengl32: Trace a test result that fails inconsistently across different drivers.
|
2008-05-23 12:10:16 +02:00 |
Francois Gouget
|
d2364d5d27
|
Add a comment warning when a table must be kept sorted for later use with bsearch().
|
2008-05-06 16:11:09 +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 |
Roderick Colenbrander
|
3f89e1a053
|
opengl32: Drop the ChoosePixelFormat test as it is very unreliable.
|
2008-04-30 13:45:23 +02:00 |
Austin English
|
313a85f163
|
Spelling fixes.
|
2008-04-17 12:25:57 +02:00 |
Roderick Colenbrander
|
616ac380f9
|
wgl: Fix ChoosePixelFormat behavior.
|
2008-04-01 11:27:11 +02:00 |
Markus Amsler
|
f34efcb839
|
opengl: Allocate DisabledExtensions buffer.
|
2008-03-24 12:56:49 +01:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Francois Gouget
|
31137aa197
|
opengl32/tests: Add the trailing '\n' to an ok() call and make a spelling fix.
|
2008-02-27 14:52:23 +01:00 |
Roderick Colenbrander
|
675988633f
|
wgl: Add a test case for wglCreateContext.
|
2008-02-25 20:34:58 +01:00 |
Paul Vriens
|
82cbbbdb46
|
opengl32/tests: Only use functions if they are implemented.
|
2008-02-11 20:41:40 +01:00 |
Detlef Riekenberg
|
efb13b28df
|
Assorted spelling fixes.
|
2007-12-08 19:55:39 +01:00 |
Alexandre Julliard
|
24241c0847
|
opengl32: ntdll import is still needed when building without optimizations.
|
2007-12-08 19:49:22 +01:00 |
Alexandre Julliard
|
ad9396302d
|
Removed some unneeded imports.
|
2007-12-06 21:24:24 +01:00 |
Roderick Colenbrander
|
8295c547f3
|
wgl: Add wglCopyContext support.
|
2007-11-12 14:16:44 +01:00 |
Francois Gouget
|
c4b1195c0c
|
Assorted spelling fixes.
|
2007-10-23 18:20:27 +02: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 |
Chris Robinson
|
87e3cd66ab
|
wgl: Don't set a pixel format on windows that already have one.
|
2007-09-20 16:49:07 +02:00 |
Chris Robinson
|
d9571c9e6f
|
wgl: Store the fbconfig id with the window when a pixel format is set.
|
2007-09-18 09:28:06 +02:00 |
Roderick Colenbrander
|
daceb4564f
|
wgl: Fix wglGetCurrentReadDCARB bugs.
|
2007-08-23 12:38:39 +02:00 |
Roderick Colenbrander
|
0dde222bc5
|
opengl32: Don't use 64bit gl types.
|
2007-08-20 22:25:44 +02:00 |
Roderick Colenbrander
|
c9d4aec1ae
|
opengl32: Fix some gl type bugs.
|
2007-08-20 11:51:45 +02:00 |
Paul Vriens
|
d644242169
|
opengl32/tests: Be a bit more verbose when doing wglGetProcAddress.
|
2007-08-20 11:50:45 +02:00 |
Chris Robinson
|
5e6d3c15e7
|
wgl: GDI support is not advertised with double buffering.
|
2007-08-14 20:29:21 +02:00 |