Sign in
goma
/
wine
/
7ebab8c4f75cffb64e2d31d5a270da42666d4356
/
dlls
/
opengl32
55f9e9f
opengl32/tests: Run more tests against the GDI renderer.
by Alexandre Julliard
· 13 years ago
8b97ff3
opengl32: Mark invalid handles with ffff instead of 0.
by Alexandre Julliard
· 13 years ago
83be889
opengl32: Make the WGL driver context-specific.
by Alexandre Julliard
· 13 years ago
6761943
opengl32: Don't allow making a thread current in multiple threads.
by Alexandre Julliard
· 13 years ago
d89f7f2
opengl32: Move checks of the context thread id to opengl32.
by Alexandre Julliard
· 13 years ago
0045ec9
opengl32: Use proper handles for GL contexts and pass a context pointer to the WGL driver functions.
by Alexandre Julliard
· 13 years ago
855f225
opengl32: Move wglGetCurrentContext implementation to opengl32.
by Alexandre Julliard
· 13 years ago
edfc7f0
opengl32: Move wglGetProcAddress to the WGL driver.
by Alexandre Julliard
· 13 years ago
8a13afe
opengl32: Move GetPixelFormat to the WGL driver.
by Alexandre Julliard
· 13 years ago
bbdf77a
opengl32: Move wglCreateContext to the WGL driver.
by Alexandre Julliard
· 13 years ago
3bcb805
opengl32: Move wglCreateContextAttribsARB to the WGL driver.
by Alexandre Julliard
· 13 years ago
47fe838
opengl32: Move wglMakeContextCurrentARB to the WGL driver.
by Alexandre Julliard
· 13 years ago
7a031d9
opengl32: Add the concept of a WGL driver.
by Alexandre Julliard
· 13 years ago
581c705
opengl32: Remove spaces preceding punctuation, streamline some debug messages.
by Julian Rüger
· 13 years ago
2f38107
opengl32: Fix typos in comments.
by Julian Rüger
· 13 years ago
4a367c5
winex11: Export wglMakeCurrent and wglMakeContextCurrentARB as standard extension functions.
by Alexandre Julliard
· 13 years ago
312dd52
opengl32: Get rid of the X11 locking.
by Alexandre Julliard
· 13 years ago
b6a7a3f
opengl32: Generate an entry point for glDebugEntry.
by Alexandre Julliard
· 13 years ago
370a8c1
opengl32: Add a helper function to build the extension list, and do it only when requested.
by Alexandre Julliard
· 13 years ago
b349aa6
opengl32: Add a helper function to correctly compare extension strings.
by Alexandre Julliard
· 13 years ago
71faef0
opengl32: Disable wglGetProcAddress for core GL 1.0/1.1 functions.
by Roderick Colenbrander
· 13 years ago
67e7eda
gdi32: Forward SwapBuffers to opengl32 which in turn calls GdiSwapBuffers.
by Alexandre Julliard
· 13 years ago
c013945
gdi32: Forward SetPixelFormat to opengl32 which in turn calls GdiSetPixelFormat.
by Alexandre Julliard
· 13 years ago
e9f270b
gdi32: Forward DescribePixelFormat to opengl32 which in turn calls GdiDescribePixelFormat.
by Alexandre Julliard
· 13 years ago
81cd178
winex11: Move ChoosePixelFormat implementation to opengl32 and base it on DescribePixelFormat.
by Alexandre Julliard
· 13 years ago
66a5995
winex11: Move wglGetCurrentContext and wglGetCurrentDC to the internal OpenGL extension functions.
by Alexandre Julliard
· 13 years ago
08efea0
winex11: Move wglCopyContext and wglDeleteContext to the internal OpenGL extension functions.
by Alexandre Julliard
· 13 years ago
beeba89
winex11: Move wglShareLists to the internal OpenGL extension functions.
by Alexandre Julliard
· 13 years ago
1bca4fb
winex11: Move the wglUseFontBitmaps implementation to opengl32, it's no longer driver-dependent.
by Alexandre Julliard
· 13 years ago
c9962bb
opengl32: Check for valid context in wglGetProcAddress.
by Roderick Colenbrander
· 13 years ago
e80d619
opengl32: Add wglGetProcAddress tests.
by Roderick Colenbrander
· 13 years ago
29346f2
opengl32: Sync with latest GL specs.
by Roderick Colenbrander
· 13 years ago
1157ccc
opengl32/tests: Add some more tests for bitmap rendering.
by Alexandre Julliard
· 13 years ago
1392bfc
gdi32: Pass OpenGL calls through to the display driver from the DIB engine.
by Alexandre Julliard
· 13 years ago
b88b6b7
opengl32: Get rid of the DIB section sync support.
by Alexandre Julliard
· 13 years ago
97b9fc9
opengl32: Added export glDebugEntry to spec file.
by Stefan Leichter
· 13 years ago
03c7dfb
opengl32: Replace the remaining forwards of wgl functions to gdi32.dll in the spec file with wrapper function.
by Stefan Leichter
· 13 years ago
8a2e38c
opengl32: Use wrappers for wglCreateContext and wglMakeCurrent instead of directly forwarding to gdi32.
by Louis Lenders
· 13 years ago
812c06a
opengl32: Avoid superfluous (void*) cast in LOAD_FUNCPTR macro.
by Frédéric Delanoy
· 13 years ago
ef5a99d
opengl32/tests: Add a test for GL on window DCs.
by Henri Verbeet
· 14 years ago
bc3ba2f
opengl32/tests: Improve window destroy tests.
by Matteo Bruni
· 14 years ago
1902e1c
winex11.drv: Fix wglMakeContextCurrent with an invalid drawable.
by Matteo Bruni
· 14 years ago
8818c1d
opengl32/tests: Add a test for window destroy with wglMakeContextCurrentARB.
by Matteo Bruni
· 14 years ago
716df1c
winex11.drv: Make wglMakeCurrent return the correct error when the drawable is invalid.
by Matteo Bruni
· 14 years ago
6af0bef
opengl32/tests: Test using a GL context after the drawable is destroyed.
by Matteo Bruni
· 14 years ago
1579ab0
winex11.drv: Set last error to ERROR_BUSY when attempting to delete a cross-thread context in wglDeleteContext.
by Andrew Nguyen
· 14 years ago
c4a8de9
winex11.drv: Ensure that the WGL context is removed from the context list in wglDeleteContext.
by Andrew Nguyen
· 14 years ago
730f018
tests: Make some variables static.
by Alexandre Julliard
· 14 years ago
81b8ee8
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
by Alexandre Julliard
· 15 years ago
658b048
opengl32: Use float type where appropriate in the spec file.
by Alexandre Julliard
· 15 years ago
abef41a
opengl32: Update to the latest GL spec.
by Alexandre Julliard
· 15 years ago
b86d515
dlls: Remove explicit imports of kernel32 and ntdll.
by Alexandre Julliard
· 15 years ago
8e7ad19
opengl32/tests: Add a trailing '\n' to a skip() call.
by Francois Gouget
· 15 years ago
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
· 15 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
Next »