1. 56de92d opengl: Put OpenGL setup functions into their own debug channel. by Tomas Carnecky · 19 years ago
  2. 253a2d0 opengl32: Optimize thunks by storing GL context in the thread environment block. by Mike Hearn · 19 years ago
  3. 4eb4546 opengl32: Implement wglUseFontOutlines. by Huw Davies · 19 years ago
  4. 1326826 opengl: Sync a dibsection to its pixmap before drawing to it via opengl. by Huw Davies · 19 years ago
  5. 586ed7d opengl: Use indirect contexts if the surface is a pixmap. by Huw Davies · 19 years ago
  6. 2d708ed opengl: Fix last wgl regression. by Raphael Junqueira · 19 years ago
  7. 412cb77 opengl: Add support for rendering on bitmaps. by Huw Davies · 19 years ago
  8. 1399edb opengl: render_texture by Raphael Junqueira · 19 years ago
  9. d0713d2 Move standard WGL function declarations to wingdi.h. by Aric Cyr · 19 years ago
  10. 902edb1 Added some checks on wglCreatContext to avoid problems (and SetLastErrors). by Raphael Junqueira · 19 years ago
  11. 2a0b18d Fixed crash in wglShareList. by Raphael Junqueira · 19 years ago
  12. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  13. 38c54b9 Fix incorrect implementation of WGL_COLOR_BITS_ARB. by Raphael Junqueira · 19 years ago
  14. 7ed830b Add GLXFBConfig on Wine_GLContext (we should remove XVisualInfo by Raphael Junqueira · 19 years ago
  15. 0edbaf7 Remove spaces before '\n' in traces. by Francois Gouget · 19 years ago
  16. 9f9fd40 Correct WINAPI position for MSVC portability. by Martin Fuchs · 19 years ago
  17. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  18. f469b6f Fix missing prototypes when using nVidia OpenGL headers. by H. Verbeet · 20 years ago
  19. 9f85969 Replace DPRINTF by TRACE in a few places. by Alexandre Julliard · 20 years ago
  20. 261e376 Fixed a number of pointer to integer conversions that wouldn't work by Alexandre Julliard · 20 years ago
  21. 98520ef gcc 4.0 warning fixes. by Mike McCormack · 20 years ago
  22. d7b9a23 gcc 4.0 -Wpointer-sign fixes (Reg* functions). by Mike McCormack · 20 years ago
  23. 2510658 Now generating argument-less functions as (void) instead of (). by Eric Pouech · 20 years ago
  24. aa0b9aa Sort entry points alphabetically. by Alexandre Julliard · 20 years ago
  25. be20922 Initialize extensions after correct context is created. by Vitaly Lipatov · 20 years ago
  26. 039beee Remove some FIXMEs and replace them with TRACEs. by Lionel Ulmer · 20 years ago
  27. 62253b7 Assorted spelling fixes. by Francois Gouget · 20 years ago
  28. c887d08 Add 'use strict' and fix make_opengl accordingly. by Francois Gouget · 20 years ago
  29. 89fadda Added yet another missing OpenGL define. by Alexandre Julliard · 20 years ago
  30. 1291a1a - better robustness of pbuffer code (checks, SetLastError as specs, etc...). by Raphael Junqueira · 20 years ago
  31. 0d8cf03 Fix allocated buffer size to avoid buffer overflow. by Raphael Junqueira · 20 years ago
  32. d7d1101 Fix WGL_ACCELERATION_ARB queries from applications. by Aric Cyr · 20 years ago
  33. 5f0031e Define GLX_SAMPLE_BUFFERS_ARB and GLX_SAMPLES_ARB if they were not by Francois Gouget · 20 years ago
  34. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  35. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  36. c3116c5 Renamed ttydrv and x11drv to winetty.drv and winex11.drv respectively by Alexandre Julliard · 20 years ago
  37. f5c9da6 Assorted spelling fixes. by Francois Gouget · 20 years ago
  38. 44cfc89 - implement wglGetCurrentReadDCARB, wglMakeContextCurrentARB on by Raphael Junqueira · 20 years ago
  39. e4a3c2e Sync to the latest opengl specs. by Tom Wickline · 20 years ago
  40. e732fc0 Janitorial: Get rid of strncpy/strncpyW. by Peter Berg Larsen · 20 years ago
  41. 695f316 - implements WGL_ARB_render_texture support (no more stubs) by Raphael Junqueira · 20 years ago
  42. 29d7b81 - implement partial PBuffer support - minimal pixel format support by Raphael Junqueira · 20 years ago
  43. eab1f45 Sync to latest OpenGL specifications. by Tom Wickline · 20 years ago
  44. 27f87ca Add stubs for wglSwapIntervalEXT & wglGetSwapIntervalEXT. by Troy Rollo · 20 years ago
  45. 5ad7d85 Do not check for non NULL pointer before HeapFree'ing it. It's redundant. by Michael Stefaniuc · 20 years ago
  46. 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
  47. 5c38e1b Version resources cleanup. by Tom Wickline · 20 years ago
  48. 719a789 Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
  49. 9f331f4 Convert mostly useless ERR to WARN message. by Lionel Ulmer · 21 years ago
  50. 5d91a63 Move some OpenGL defines from the private wgl.h header to where they belong. by Andreas Mohr · 21 years ago
  51. 8bbabd1 Added glDeleteObjectBufferATI function. Fix for types that have a common root. by Christian Costa · 21 years ago
  52. 63eab8c Set version to Win XP Service patch 2. by Tom Wickline · 21 years ago
  53. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  54. 0e999e3 - sync up with latest OpenGL specifications by Lionel Ulmer · 21 years ago
  55. 7cff5d8 Handle proper substraction of unsigned numbers. by Lionel Ulmer · 21 years ago
  56. 51ec927 - fix 'empty' glyphs - implement proper bitmap coordinates by Lionel Ulmer · 21 years ago
  57. 8fec392 Use the NULL matrix instead of giving a badly filled identity matrix. by Lionel Ulmer · 21 years ago
  58. a2e2e18 Avoid a few more GetModuleHandle calls. by Alexandre Julliard · 21 years ago
  59. 036c4b7 Beginning of infrastructure to support WGL extensions. by Lionel Ulmer · 21 years ago
  60. 294c8af Removed some unnecessary inclusions of gdi.h. by Alexandre Julliard · 21 years ago
  61. b945bfd Implement wglUseFontBitmapsW. by Lionel Ulmer · 21 years ago
  62. 1dcc247 Removed now useless call to glXQueryExtensionsString. by Alexandre Julliard · 21 years ago
  63. 1ce53bd Fixed a problem using glXGetProcAddresARB with bad OpenGL libs. by Daniel Skorka · 21 years ago
  64. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  65. 4d375d1 Fixed warnings with gcc option "-Wwrite-strings". by Michael Günnewig · 21 years ago
  66. 6c57988 Add missing LF in trace message. by Mike McCormack · 22 years ago
  67. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  68. 4ff79ad Remove some unneeded __WINESRC__ tests from the headers. by Dimitrie O. Paun · 22 years ago
  69. ba78aac Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
  70. aa95df0 Check if 'GLX_ARB_get_proc_address' is supported before using by Lionel Ulmer · 22 years ago
  71. c8173ec Avoid empty lines at the end of generated files. by Alexandre Julliard · 22 years ago
  72. 1f4fea3 Load glXGetProcAddressARB dynamically. by Lionel Ulmer · 22 years ago
  73. 8def400 Only put 'pure' GL 1.2 calls in the 'opengl_norm.c' file. by Lionel Ulmer · 22 years ago
  74. 4e1ef0c For all DLLs with defined DllMain and which do not require by Dmitry Timoshkov · 22 years ago
  75. 334aacd Do not use any typedefs in the GL thunks to prevent all possible by Lionel Ulmer · 22 years ago
  76. 9ac8ba1 Upgrade OpenGL thunks with latest version of OpenGL extension registry. by Lionel Ulmer · 22 years ago
  77. 5e8d015 Added wglGetExtensionsStringARB. by Michael Schlüter · 22 years ago
  78. 69361e0 Moved x11drv.h to dlls/x11drv. by Alexandre Julliard · 22 years ago
  79. 5a96cbf Have the 'make_opengl' in line with the (manually edited) spec file. by Lionel Ulmer · 22 years ago
  80. 114a31a Take advantage of new winebuild syntax to remove redundant function by Alexandre Julliard · 22 years ago
  81. a9c51cb Replaced forwards by normal function declarations. by Alexandre Julliard · 22 years ago
  82. 649c3d3 Support 'stub' wglGetExtensionsStringEXT function. by Lionel Ulmer · 22 years ago
  83. 4ed280f - update to latest GL spec files - added KTX Buffer Region extension by Lionel Ulmer · 22 years ago
  84. 55d4f93 Added stub for undocumented 'wglGetDefaultProcAddress' function. by Lionel Ulmer · 22 years ago
  85. dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
  86. 374a7ab Implement wglCreateLayerContext for layer 0. by Lionel Ulmer · 22 years ago
  87. 56ab2b3e Load OpenGL library dynamically from x11drv. by Lionel Ulmer · 22 years ago
  88. 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
  89. b34fb35 Fixed warnings caused by conversion to -DSTRICT. by Alexandre Julliard · 22 years ago
  90. 137eed8 Moved X flags and libraries out of Make.rules into the makefiles that need them. by Alexandre Julliard · 23 years ago
  91. 2c40e29 Import wine_tsx11_lock/unlock directly from x11drv in opengl32 and by Alexandre Julliard · 23 years ago
  92. 5da88a2 Support new registered extensions. by Lionel Ulmer · 23 years ago
  93. 70d6e28 Support wglUseFontBitmapsA when using client-side rendering. by Lionel Ulmer · 23 years ago
  94. a3f4e7f Detect DCs without fonts and return an error in wglUseBitmapFonts. by Lionel Ulmer · 23 years ago
  95. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  96. 85844e5 Authors: Jesse Allen <uh_ja@gmx.net>, Lionel Ulmer <lionel.ulmer@free.fr> by Alexandre Julliard · 23 years ago
  97. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  98. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  99. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  100. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago