1. 55f9e9f opengl32/tests: Run more tests against the GDI renderer. by Alexandre Julliard · 13 years ago
  2. 8b97ff3 opengl32: Mark invalid handles with ffff instead of 0. by Alexandre Julliard · 13 years ago
  3. 83be889 opengl32: Make the WGL driver context-specific. by Alexandre Julliard · 13 years ago
  4. 6761943 opengl32: Don't allow making a thread current in multiple threads. by Alexandre Julliard · 13 years ago
  5. d89f7f2 opengl32: Move checks of the context thread id to opengl32. by Alexandre Julliard · 13 years ago
  6. 0045ec9 opengl32: Use proper handles for GL contexts and pass a context pointer to the WGL driver functions. by Alexandre Julliard · 13 years ago
  7. 855f225 opengl32: Move wglGetCurrentContext implementation to opengl32. by Alexandre Julliard · 13 years ago
  8. edfc7f0 opengl32: Move wglGetProcAddress to the WGL driver. by Alexandre Julliard · 13 years ago
  9. 8a13afe opengl32: Move GetPixelFormat to the WGL driver. by Alexandre Julliard · 13 years ago
  10. bbdf77a opengl32: Move wglCreateContext to the WGL driver. by Alexandre Julliard · 13 years ago
  11. 3bcb805 opengl32: Move wglCreateContextAttribsARB to the WGL driver. by Alexandre Julliard · 13 years ago
  12. 47fe838 opengl32: Move wglMakeContextCurrentARB to the WGL driver. by Alexandre Julliard · 13 years ago
  13. 7a031d9 opengl32: Add the concept of a WGL driver. by Alexandre Julliard · 13 years ago
  14. 581c705 opengl32: Remove spaces preceding punctuation, streamline some debug messages. by Julian Rüger · 13 years ago
  15. 2f38107 opengl32: Fix typos in comments. by Julian Rüger · 13 years ago
  16. 4a367c5 winex11: Export wglMakeCurrent and wglMakeContextCurrentARB as standard extension functions. by Alexandre Julliard · 13 years ago
  17. 312dd52 opengl32: Get rid of the X11 locking. by Alexandre Julliard · 13 years ago
  18. b6a7a3f opengl32: Generate an entry point for glDebugEntry. by Alexandre Julliard · 13 years ago
  19. 370a8c1 opengl32: Add a helper function to build the extension list, and do it only when requested. by Alexandre Julliard · 13 years ago
  20. b349aa6 opengl32: Add a helper function to correctly compare extension strings. by Alexandre Julliard · 13 years ago
  21. 71faef0 opengl32: Disable wglGetProcAddress for core GL 1.0/1.1 functions. by Roderick Colenbrander · 13 years ago
  22. 67e7eda gdi32: Forward SwapBuffers to opengl32 which in turn calls GdiSwapBuffers. by Alexandre Julliard · 13 years ago
  23. c013945 gdi32: Forward SetPixelFormat to opengl32 which in turn calls GdiSetPixelFormat. by Alexandre Julliard · 13 years ago
  24. e9f270b gdi32: Forward DescribePixelFormat to opengl32 which in turn calls GdiDescribePixelFormat. by Alexandre Julliard · 13 years ago
  25. 81cd178 winex11: Move ChoosePixelFormat implementation to opengl32 and base it on DescribePixelFormat. by Alexandre Julliard · 13 years ago
  26. 66a5995 winex11: Move wglGetCurrentContext and wglGetCurrentDC to the internal OpenGL extension functions. by Alexandre Julliard · 13 years ago
  27. 08efea0 winex11: Move wglCopyContext and wglDeleteContext to the internal OpenGL extension functions. by Alexandre Julliard · 13 years ago
  28. beeba89 winex11: Move wglShareLists to the internal OpenGL extension functions. by Alexandre Julliard · 13 years ago
  29. 1bca4fb winex11: Move the wglUseFontBitmaps implementation to opengl32, it's no longer driver-dependent. by Alexandre Julliard · 13 years ago
  30. c9962bb opengl32: Check for valid context in wglGetProcAddress. by Roderick Colenbrander · 13 years ago
  31. e80d619 opengl32: Add wglGetProcAddress tests. by Roderick Colenbrander · 13 years ago
  32. 29346f2 opengl32: Sync with latest GL specs. by Roderick Colenbrander · 13 years ago
  33. 1157ccc opengl32/tests: Add some more tests for bitmap rendering. by Alexandre Julliard · 13 years ago
  34. 1392bfc gdi32: Pass OpenGL calls through to the display driver from the DIB engine. by Alexandre Julliard · 13 years ago
  35. b88b6b7 opengl32: Get rid of the DIB section sync support. by Alexandre Julliard · 13 years ago
  36. 97b9fc9 opengl32: Added export glDebugEntry to spec file. by Stefan Leichter · 13 years ago
  37. 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
  38. 8a2e38c opengl32: Use wrappers for wglCreateContext and wglMakeCurrent instead of directly forwarding to gdi32. by Louis Lenders · 13 years ago
  39. 812c06a opengl32: Avoid superfluous (void*) cast in LOAD_FUNCPTR macro. by Frédéric Delanoy · 13 years ago
  40. ef5a99d opengl32/tests: Add a test for GL on window DCs. by Henri Verbeet · 14 years ago
  41. bc3ba2f opengl32/tests: Improve window destroy tests. by Matteo Bruni · 14 years ago
  42. 1902e1c winex11.drv: Fix wglMakeContextCurrent with an invalid drawable. by Matteo Bruni · 14 years ago
  43. 8818c1d opengl32/tests: Add a test for window destroy with wglMakeContextCurrentARB. by Matteo Bruni · 14 years ago
  44. 716df1c winex11.drv: Make wglMakeCurrent return the correct error when the drawable is invalid. by Matteo Bruni · 14 years ago
  45. 6af0bef opengl32/tests: Test using a GL context after the drawable is destroyed. by Matteo Bruni · 14 years ago
  46. 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
  47. c4a8de9 winex11.drv: Ensure that the WGL context is removed from the context list in wglDeleteContext. by Andrew Nguyen · 14 years ago
  48. 730f018 tests: Make some variables static. by Alexandre Julliard · 14 years ago
  49. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  50. 658b048 opengl32: Use float type where appropriate in the spec file. by Alexandre Julliard · 15 years ago
  51. abef41a opengl32: Update to the latest GL spec. by Alexandre Julliard · 15 years ago
  52. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  53. 8e7ad19 opengl32/tests: Add a trailing '\n' to a skip() call. by Francois Gouget · 15 years ago
  54. 3a5ddab opengl32: Add 32-bit bitmap rendering test. by Roderick Colenbrander · 15 years ago
  55. ab788c7 wgl: Make context not current before deleting it. by Roderick Colenbrander · 15 years ago
  56. b86787e wgl: Improve wglDeleteContext threading behavior. by Roderick Colenbrander · 15 years ago
  57. 3255b21 winex11.drv: Allow OpenGL on minimized windows. by Henri Verbeet · 15 years ago
  58. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  59. e18afef opengl32: Add OpenGL 3.3/4.0 extensions. by Roderick Colenbrander · 15 years ago
  60. 6c84c3f opengl32: Update opengl extensions. by Roderick Colenbrander · 15 years ago
  61. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  62. c89fb41 opengl32: Fix wglCreateContextAttribsARB test on nvidia. by Roderick Colenbrander · 15 years ago
  63. ddaf238 opengl32: Fix another wglCreateContextAttribsARB test on Nvidia. by Roderick Colenbrander · 15 years ago
  64. ca1d79b opengl32: Fix wglCreateContextAttribsARB test on vista/win7 where Nvidia drivers return hresults instead of win32 errors. by Roderick Colenbrander · 15 years ago
  65. 19316ff opengl32: Get rid of invalid opengl 0.0 test. by Roderick Colenbrander · 15 years ago
  66. 1874f31 opengl32: No display driver supports windowless opengl3 rendering and likely no driver will ever will. by Roderick Colenbrander · 15 years ago
  67. 21bc1dd opengl32: Sync with latest OpenGL extensions. by Roderick Colenbrander · 15 years ago
  68. 41f061e wgl: Add initial WGL_ARB_create_context support. by Roderick Colenbrander · 15 years ago
  69. 9120e9b opengl32/tests: fix wglShareLists error messages. by Roderick Colenbrander · 15 years ago
  70. 4901291 opengl32: Give wglSwapBuffers a real function, make it hookable. by Stefan Dösinger · 15 years ago
  71. 8349b13 opengl32/tests: Use explicit prototypes for function pointers. by Alexandre Julliard · 15 years ago
  72. 9bd2ce9 opengl32/tests: Improve test for wglMakeCurrent. by Rico Schüller · 16 years ago
  73. 5b54010 opengl32: Add opengl 3.2 extensions. by Roderick Colenbrander · 16 years ago
  74. 03584b4 Assorted spelling fixes. by Francois Gouget · 16 years ago
  75. cd8f5c8 opengl32: Make the script default to version 1.1. Remove the glGetLevelParameter stubs. by Alexandre Julliard · 16 years ago
  76. ab20785 opengl32: Get rid of glext.h. by Roderick Colenbrander · 16 years ago
  77. 16439a4 opengl32: Sync with the latest opengl 3.1 extensions and don't export opengl32 1.2 functions. by Roderick Colenbrander · 16 years ago
  78. 926681f opengl32: Generate the correct trace arguments for UINT64 types. by Alexandre Julliard · 16 years ago
  79. 2bec5b1 wgl: Add a test for WGL_ACCELERATION_ARB and the PFD_GENERIC_* flags. by Roderick Colenbrander · 16 years ago
  80. 03c6a0d opengl32: Add a wglShareLists test. by Roderick Colenbrander · 16 years ago
  81. d2fdc2d opengl32: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  82. ef385d2 opengl32: Update with the latest OpenGL extensions. by Roderick Colenbrander · 16 years ago
  83. 3d777d6 opengl32/tests: Replace a couple of trace()s with skip()s. by Francois Gouget · 16 years ago
  84. 08637ac opengl32/tests: Use win_skip() to skip over unimplemented functionality. by Francois Gouget · 16 years ago
  85. 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
  86. fdd1bdf opengl32: Use INT_PTR instead of ptrdiff_t in generated code to avoid printf warnings. by Alexandre Julliard · 16 years ago
  87. 03a83c4 opengl32: Define an enum for extensions to make diffs smaller when adding new extensions. by Alexandre Julliard · 16 years ago
  88. 161e902 opengl32: make_opengl: Do not add explicit casts of function pointers to void pointers. by Michael Stefaniuc · 16 years ago
  89. e86ff2a opengl/tests: Skip tests if we can't find a pixel format. by Huw Davies · 16 years ago
  90. 822ab7b opengl32: Remove WINAPI on static functions where not needed. by Francois Gouget · 16 years ago
  91. fae40b2 opengl32: Mark some opengl3 tests as wine_todo. by Roderick Colenbrander · 16 years ago
  92. 6152941 opengl32: Add some updates for recent opengl extensions. by Roderick Colenbrander · 16 years ago
  93. eb7f85f opengl32/tests: Don't call wglGetProcAddress at the start of the test. by Roderick Colenbrander · 16 years ago
  94. a3dff8a opengl32: Add a test case for WGL_ARB_create_context/opengl3. by Roderick Colenbrander · 16 years ago
  95. ad89d9a opengl32: Merge recent opengl extensions and prepare for opengl 3.0. by Roderick Colenbrander · 17 years ago
  96. b09a9eb opengl32: Remove some tests which cause issues on win9x. by Roderick Colenbrander · 17 years ago
  97. 23b1988 opengl32: Add some driver traces to the tests. by Roderick Colenbrander · 17 years ago
  98. d269a36 opengl32: Don't run wgl tests on old gl drivers. by Roderick Colenbrander · 17 years ago
  99. 809a879 make_opengl: Avoid the deprecated '$#' construct. by Francois Gouget · 17 years ago
  100. d6a6b88 opengl32: glGetString() should return NULL on NULL context. by Massimo Del Fedele · 17 years ago