Sign in
goma
/
wine
/
54132d97e324b486c0341f6e10cf7d02643539fe
/
dlls
/
opengl32
3a5ddab
opengl32: Add 32-bit bitmap rendering test.
by Roderick Colenbrander
· 15 years ago
ab788c7
wgl: Make context not current before deleting it.
by Roderick Colenbrander
· 15 years ago
b86787e
wgl: Improve wglDeleteContext threading behavior.
by Roderick Colenbrander
· 15 years ago
3255b21
winex11.drv: Allow OpenGL on minimized windows.
by Henri Verbeet
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
e18afef
opengl32: Add OpenGL 3.3/4.0 extensions.
by Roderick Colenbrander
· 15 years ago
6c84c3f
opengl32: Update opengl extensions.
by Roderick Colenbrander
· 15 years ago
6164ce2
makefiles: Use the standard C_SRCS variable as the list of test files.
by Alexandre Julliard
· 15 years ago
c89fb41
opengl32: Fix wglCreateContextAttribsARB test on nvidia.
by Roderick Colenbrander
· 15 years ago
ddaf238
opengl32: Fix another wglCreateContextAttribsARB test on Nvidia.
by Roderick Colenbrander
· 15 years ago
ca1d79b
opengl32: Fix wglCreateContextAttribsARB test on vista/win7 where Nvidia drivers return hresults instead of win32 errors.
by Roderick Colenbrander
· 15 years ago
19316ff
opengl32: Get rid of invalid opengl 0.0 test.
by Roderick Colenbrander
· 15 years ago
1874f31
opengl32: No display driver supports windowless opengl3 rendering and likely no driver will ever will.
by Roderick Colenbrander
· 15 years ago
21bc1dd
opengl32: Sync with latest OpenGL extensions.
by Roderick Colenbrander
· 15 years ago
41f061e
wgl: Add initial WGL_ARB_create_context support.
by Roderick Colenbrander
· 15 years ago
9120e9b
opengl32/tests: fix wglShareLists error messages.
by Roderick Colenbrander
· 15 years ago
4901291
opengl32: Give wglSwapBuffers a real function, make it hookable.
by Stefan Dösinger
· 15 years ago
8349b13
opengl32/tests: Use explicit prototypes for function pointers.
by Alexandre Julliard
· 16 years ago
9bd2ce9
opengl32/tests: Improve test for wglMakeCurrent.
by Rico Schüller
· 16 years ago
5b54010
opengl32: Add opengl 3.2 extensions.
by Roderick Colenbrander
· 16 years ago
03584b4
Assorted spelling fixes.
by Francois Gouget
· 16 years ago
cd8f5c8
opengl32: Make the script default to version 1.1. Remove the glGetLevelParameter stubs.
by Alexandre Julliard
· 16 years ago
ab20785
opengl32: Get rid of glext.h.
by Roderick Colenbrander
· 16 years ago
16439a4
opengl32: Sync with the latest opengl 3.1 extensions and don't export opengl32 1.2 functions.
by Roderick Colenbrander
· 16 years ago
926681f
opengl32: Generate the correct trace arguments for UINT64 types.
by Alexandre Julliard
· 16 years ago
2bec5b1
wgl: Add a test for WGL_ACCELERATION_ARB and the PFD_GENERIC_* flags.
by Roderick Colenbrander
· 16 years ago
03c6a0d
opengl32: Add a wglShareLists test.
by Roderick Colenbrander
· 16 years ago
d2fdc2d
opengl32: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
ef385d2
opengl32: Update with the latest OpenGL extensions.
by Roderick Colenbrander
· 16 years ago
3d777d6
opengl32/tests: Replace a couple of trace()s with skip()s.
by Francois Gouget
· 16 years ago
08637ac
opengl32/tests: Use win_skip() to skip over unimplemented functionality.
by Francois Gouget
· 16 years ago
cb0113e
opengl32: Automatically download the GL spec files in make_opengl. Add a default value for the OpenGL version.
by Alexandre Julliard
· 16 years ago
fdd1bdf
opengl32: Use INT_PTR instead of ptrdiff_t in generated code to avoid printf warnings.
by Alexandre Julliard
· 16 years ago
03a83c4
opengl32: Define an enum for extensions to make diffs smaller when adding new extensions.
by Alexandre Julliard
· 16 years ago
161e902
opengl32: make_opengl: Do not add explicit casts of function pointers to void pointers.
by Michael Stefaniuc
· 16 years ago
e86ff2a
opengl/tests: Skip tests if we can't find a pixel format.
by Huw Davies
· 16 years ago
822ab7b
opengl32: Remove WINAPI on static functions where not needed.
by Francois Gouget
· 16 years ago
fae40b2
opengl32: Mark some opengl3 tests as wine_todo.
by Roderick Colenbrander
· 16 years ago
6152941
opengl32: Add some updates for recent opengl extensions.
by Roderick Colenbrander
· 16 years ago
eb7f85f
opengl32/tests: Don't call wglGetProcAddress at the start of the test.
by Roderick Colenbrander
· 16 years ago
a3dff8a
opengl32: Add a test case for WGL_ARB_create_context/opengl3.
by Roderick Colenbrander
· 16 years ago
ad89d9a
opengl32: Merge recent opengl extensions and prepare for opengl 3.0.
by Roderick Colenbrander
· 17 years ago
b09a9eb
opengl32: Remove some tests which cause issues on win9x.
by Roderick Colenbrander
· 17 years ago
23b1988
opengl32: Add some driver traces to the tests.
by Roderick Colenbrander
· 17 years ago
d269a36
opengl32: Don't run wgl tests on old gl drivers.
by Roderick Colenbrander
· 17 years ago
809a879
make_opengl: Avoid the deprecated '$#' construct.
by Francois Gouget
· 17 years ago
d6a6b88
opengl32: glGetString() should return NULL on NULL context.
by Massimo Del Fedele
· 17 years ago
815baba
winex11: Check for matching pixel format in wglMakeCurrent.
by Alexandre Julliard
· 17 years ago
751b55f
opengl32/tests: Add a couple of test cases for pixel format handle on window DCs.
by Alexandre Julliard
· 17 years ago
0fad82a
opengl32: Trace a test result that fails inconsistently across different drivers.
by James Hawkins
· 17 years ago
d2364d5
Add a comment warning when a table must be kept sorted for later use with bsearch().
by Francois Gouget
· 17 years ago
06640ef
opengl32: Dynamically load libGLU.
by Alexandre Julliard
· 17 years ago
ad79873
configure: Improve the check for the GLU library.
by Alexandre Julliard
· 17 years ago
18e704f
opengl32: Get rid of X/GLX leftovers.
by Roderick Colenbrander
· 17 years ago
3f89e1a
opengl32: Drop the ChoosePixelFormat test as it is very unreliable.
by Roderick Colenbrander
· 17 years ago
313a85f
Spelling fixes.
by Austin English
· 17 years ago
616ac38
wgl: Fix ChoosePixelFormat behavior.
by Roderick Colenbrander
· 17 years ago
f34efcb
opengl: Allocate DisabledExtensions buffer.
by Markus Amsler
· 17 years ago
4800089
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
by Rob Shearman
· 17 years ago
31137aa
opengl32/tests: Add the trailing '\n' to an ok() call and make a spelling fix.
by Francois Gouget
· 17 years ago
6759886
wgl: Add a test case for wglCreateContext.
by Roderick Colenbrander
· 17 years ago
82cbbbd
opengl32/tests: Only use functions if they are implemented.
by Paul Vriens
· 17 years ago
efb13b2
Assorted spelling fixes.
by Detlef Riekenberg
· 17 years ago
24241c0
opengl32: ntdll import is still needed when building without optimizations.
by Alexandre Julliard
· 17 years ago
ad93963
Removed some unneeded imports.
by Alexandre Julliard
· 17 years ago
8295c54
wgl: Add wglCopyContext support.
by Roderick Colenbrander
· 17 years ago
c4b1195
Assorted spelling fixes.
by Francois Gouget
· 17 years ago
ebfba49
wgl: Remove GL scissors/viewport override.
by Chris Robinson
· 18 years ago
665a8ad
wgl: Override glFinish and glFlush.
by Chris Robinson
· 18 years ago
87e3cd6
wgl: Don't set a pixel format on windows that already have one.
by Chris Robinson
· 18 years ago
d9571c9
wgl: Store the fbconfig id with the window when a pixel format is set.
by Chris Robinson
· 18 years ago
daceb45
wgl: Fix wglGetCurrentReadDCARB bugs.
by Roderick Colenbrander
· 18 years ago
0dde222
opengl32: Don't use 64bit gl types.
by Roderick Colenbrander
· 18 years ago
c9d4aec
opengl32: Fix some gl type bugs.
by Roderick Colenbrander
· 18 years ago
d644242
opengl32/tests: Be a bit more verbose when doing wglGetProcAddress.
by Paul Vriens
· 18 years ago
5e6d3c1
wgl: GDI support is not advertised with double buffering.
by Chris Robinson
· 18 years ago
3fc8ac5
wgl: WGL_COLOR_BITS_ARB does include alpha.
by Chris Robinson
· 18 years ago
c7eca6a
opengl32/tests: Add missing '\n' to ok() call.
by Francois Gouget
· 18 years ago
323d9e4
wgl: SetPixelFormat should fail on the root window.
by Roderick Colenbrander
· 18 years ago
219269c
wgl: GetPixelFormat fix for offscreen formats.
by Roderick Colenbrander
· 18 years ago
802c87d
opengl32: Relax extension checking.
by Roderick Colenbrander
· 18 years ago
5a95cfb
configure: Export the shared library extension instead of hardcoding .so.
by Alexandre Julliard
· 18 years ago
cde845f
opengl32: Exclude unused header.
by Andrew Talbot
· 18 years ago
4d1d01f
Mark several functions as static.
by Stefan Huehner
· 18 years ago
3e63a9f
opengl32: Add new extensions.
by Roderick Colenbrander
· 18 years ago
cfaf505
opengl32: Remove redundant const.
by Jan Zerebecki
· 18 years ago
bef91cd
opengl32: Fix wglGetProcAddress typo.
by Roderick Colenbrander
· 18 years ago
cb42253
opengl32: Add OpenGL 2.1 support and more extensions.
by Roderick Colenbrander
· 18 years ago
402d277
wgl: Fix wglGetProcAddress bug.
by Roderick Colenbrander
· 18 years ago
fdcd985
winex11.drv: Get rid of the display pointer in the GL context.
by Alexandre Julliard
· 18 years ago
6e01e4a
opengl32: Don't use ENTER_GL/LEAVE_GL around calls to driver functions.
by Alexandre Julliard
· 18 years ago
de154e7
opengl32: Avoid generating a wrapper for internal functions when we can call the internal one directly.
by Alexandre Julliard
· 18 years ago
715d0e8
winex11.drv: Correctly position and clip opengl child windows.
by Ulrich Czekalla
· 18 years ago
b265663
Add some documentation headers to make winapi_check happy.
by Francois Gouget
· 18 years ago
879da04
opengl32: Hack to make sure winex11 is loaded before getting function pointers.
by Alexandre Julliard
· 18 years ago
30e44c8
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
6c4267a
opengl32: Use HKCU instead of HKLM.
by Roderick Colenbrander
· 18 years ago
1ef0d0a
opengl32: Remove glx context.
by Roderick Colenbrander
· 18 years ago
2f8a05e
wgl: Add extension checking code / glxGetProcAddress protection.
by Roderick Colenbrander
· 18 years ago
88ad69f
wgl: Move part of wglGetProcAddress to gdi32.
by Roderick Colenbrander
· 18 years ago
Next »