1. f446f3f glx: guard swap-interval functions against destroyed drawables by Nicolai Hähnle · 8 years ago
  2. 21ec355 glx/dri3: guard in_current_context against a disappeared drawable by Nicolai Hähnle · 8 years ago
  3. 40c304f glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversion by Nicolai Hähnle · 8 years ago
  4. 912b4f5 glx/windows: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  5. 5b874ce glx/apple: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  6. d66f9e6 glx: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  7. 3ecd6c6 glx: unify GLX_SGIX_pbuffer aliased declarations by Emil Velikov · 8 years ago
  8. 9898bcf glx: use GLX_ALIAS for glXGetProcAddress by Emil Velikov · 8 years ago
  9. dfc84c2 mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro by Emil Velikov · 8 years ago
  10. f121ac6 glx: remove always false ifdef GLX_NO_STATIC_EXTENSION_FUNCTIONS by Emil Velikov · 8 years ago
  11. b667015 dri3: Fix MakeCurrent without a default framebuffer by Fredrik Höglund · 8 years ago
  12. 0c73a3b dri: make use of loader_get_extensions_name(..) helper by Christian Gmeiner · 8 years ago
  13. fb10c89 Revert "dri: make use of dri_get_extensions_name(..) helper" by Emil Velikov · 8 years ago
  14. 1a21d21 dri: make use of dri_get_extensions_name(..) helper by Christian Gmeiner · 8 years ago
  15. 64c2593 glx: make interop ABI visible again by Marek Olšák · 8 years ago
  16. f792f06 glx/windows: Add wgl.h to the sources list by Andreas Boll · 8 years ago
  17. afaaf62 glx/glvnd: Use bsearch() in FindGLXFunction instead of open-coding it by Adam Jackson · 8 years ago
  18. 8bca8d8 glx/glvnd: Fix dispatch function names and indices by Adam Jackson · 8 years ago
  19. deb0eb1 glx/glvnd: Don't modify the dummy slot in the dispatch table by Adam Jackson · 8 years ago
  20. af7abc5 loader: remove loader_get_driver_for_fd() driver_type by Emil Velikov · 8 years ago
  21. 9caacb3 loader/dri3: constify the loader_dri3_vtable by Emil Velikov · 8 years ago
  22. 0c94ed0 glx: Perform check for valid fbconfig against proper X-Screen. by Mario Kleiner · 8 years ago
  23. 0247e5e loader/dri3: add get_dri_screen() to the vtable by Martin Peres · 8 years ago
  24. 78a7415 glx: rename choose_visual(), drop const argument by Emil Velikov · 8 years ago
  25. 2e9e05d glx: return GL_FALSE from glx_screen_init where applicable. by Emil Velikov · 8 years ago
  26. e542ed4 glx: correctly mask the drawableType for GLX_ARB_fbconfig_float by Emil Velikov · 8 years ago
  27. 533b353 direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI") by Jon Turney · 8 years ago
  28. 62b224d glx/glvnd: list the strcmp arguments in correct order by Emil Velikov · 8 years ago
  29. 4ac640e glx: Don't use current context in __glXSendError by Michel Dänzer · 8 years ago
  30. 5d9b50e glx: apple specific occurences of dummyContext check by Tapani Pälli · 8 years ago
  31. 2e3f067 glx: fix error code when there is no context bound by Bernard Kilarski · 8 years ago
  32. 5ed3299 glx: Avoid aliasing violations. by Matt Turner · 9 years ago
  33. 27ef7bf Avoid overflow in 'last' variable of FindGLXFunction(...) by Stefan Dirsch · 8 years ago
  34. 6624174 glx: Fix for commit 2c86668694. by Matt Turner · 8 years ago
  35. 2c86668 glx: Undo memory allocation checking damage. by Matt Turner · 8 years ago
  36. b36644b glx: Fix indirect multi-texture GL_DOUBLE coordinate arrays. by Colin McDonald · 8 years ago
  37. 5ced100 glx: Correct opcode typos in __indirect_glTexCoordPointer. by Colin McDonald · 8 years ago
  38. d57c85c glx: Call __glXInitVertexArrayState() with a usable gc. by Colin McDonald · 8 years ago
  39. 60a27ad Remove wrongly repeated words in comments by Giuseppe Bilotta · 8 years ago
  40. cf804b4 glx: fix crash with bad fbconfig by Daniel Czarnowski · 9 years ago
  41. 13faddb mesa_glinterop: remove mesa_glinterop typedefs by Emil Velikov · 8 years ago
  42. d43c894 glx/glvnd: automake: include all the sources in libglx_la_SOURCES by Emil Velikov · 8 years ago
  43. f9db61d glx/glvnd: remove the final if defined($extension) guards by Emil Velikov · 8 years ago
  44. 3bf00b6 glx/glvnd: rework dispatch functions/indices tables lookup by Emil Velikov · 8 years ago
  45. eab7e54 glx/glvnd: Use strcmp() based binary search in FindGLXFunction() by Emil Velikov · 8 years ago
  46. 22a9e00 glx: Implement the libglvnd interface. by Kyle Brenneman · 8 years ago
  47. 8c00fe3 scons: whitespace cleanup by Giuseppe Bilotta · 8 years ago
  48. e384d75 mesa_glinterop: make GL interop version field bidirectional by Emil Velikov · 9 years ago
  49. b5f9820 mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbols by Emil Velikov · 8 years ago
  50. a6ce91f glxcmds: glXGetFBConfigs, fix screen bounds by Jiri Slaby · 8 years ago
  51. 7d25ed7 dri3: Check for dummyContext to see if the glx_context is valid by Stefan Dirsch · 9 years ago
  52. 4d9b518 dri2: Check for dummyContext to see if the glx_context is valid by Egbert Eich · 9 years ago
  53. e5d027e glx: Remove every double semi-colon by Jakob Sinclair · 9 years ago
  54. 52c7443 glx: Don't enclose includes inside `extern "C" { }`. by Jose Fonseca · 9 years ago
  55. f02f4d0 scons: Build dri_common_interop.c. by Jose Fonseca · 9 years ago
  56. 37d3a26 glx: implement GLX part of interop interface (v2) by Marek Olšák · 9 years ago
  57. 5ac7f04 glx: update to updated version of EXT_create_context_es2_profile by Ilia Mirkin · 9 years ago
  58. f7b7145 glx/dri3: a drawable might not be bound at wait time by Ilia Mirkin · 9 years ago
  59. 0560e83 glx: Fix a typo in a comment by Andreas Boll · 9 years ago
  60. fdacbc4 glx/dri3: Convert to use dri3 helper in loader library by Boyan Ding · 9 years ago
  61. 6bd9ba7 loader: Add dri3 helper by Boyan Ding · 9 years ago
  62. 2b67657 gallium/swrast: fix front buffer blitting. (v2) by Dave Airlie · 9 years ago
  63. d4ff638 glx: Drop CRAY support. by Matt Turner · 9 years ago
  64. d35391c glx: Don't hard-code the name "libGL.so.1" in driOpenDriver (v3) by Kyle Brenneman · 9 years ago
  65. a27f2d9 glx: Fix build errors with --enable-mangling (v2) by Kyle Brenneman · 9 years ago
  66. 5f9c72a glxl/tests: Use X11_INCLUDES instead of X11_CFLAGS by Jon TURNEY · 9 years ago
  67. f5bb5b9 mesa/glx: Resolve GCC sign-compare warning. by Rhys Kidd · 9 years ago
  68. dc7a1ef mesa/glx: Resolve GCC sign-compare warning. by Rhys Kidd · 9 years ago
  69. 8f7ebcb glx: Fix __glXWireToEvent for BufferSwapComplete by Adam Jackson · 9 years ago
  70. 5f247a9 glx: Use _mesa_lroundevenf() in glPixelStoref(). by Matt Turner · 9 years ago
  71. bafdafa glx: Fix missing bit decl for EXT_texture_integer by Adam Jackson · 9 years ago
  72. b15aba9 glx: Fix image size computation for EXT_texture_integer (v2) by Adam Jackson · 9 years ago
  73. a6f39ec Revert "Match swrast modes more loosely." by Marek Olšák · 9 years ago
  74. f3728a1 Match swrast modes more loosely. by Tom Hughes · 9 years ago
  75. f7008eb dri3_open: don't leak the reply by Guillaume Desmottes · 10 years ago
  76. 324ee9b glx: Use loader_open_device() helper by Derek Foreman · 9 years ago
  77. 491adb6 glx: fix Scons build by Brian Paul · 9 years ago
  78. c4ff6d0 glx/dri3: Add additional check for gpu offloading case by Axel Davy · 9 years ago
  79. cedd500 glx: report which DRI version is used when in verbose debug mode by Martin Peres · 9 years ago
  80. 2c7e289 glx: Massive update of comments in struct extension_info by Ian Romanick · 10 years ago
  81. 05e7f7f Fix a few typos by Zoë Blade · 10 years ago
  82. 8957c9e glx: Create proper server dependency for GLX_EXT_create_context_es2_profile by Ian Romanick · 10 years ago
  83. fc57222 glx: replace __FUNCTION__ with __func__ by Marius Predut · 10 years ago
  84. fa1b3e1 glx: Include util/macros.h instead of redefining PRINTFLIKE. by Jose Fonseca · 10 years ago
  85. cc5ddd5 glx: Handle out-of-sequence swap completion events correctly. (v2) by Mario Kleiner · 10 years ago
  86. a385d18 glx: remove support for non-multithreaded platforms by Emil Velikov · 10 years ago
  87. 4214417 glx: remove final reference to THREADS by Emil Velikov · 10 years ago
  88. 8f2eaae Revert "glx: remove final reference to THREADS" by Emil Velikov · 10 years ago
  89. 5e3276f Revert "glx: remove support for non-multithreaded platforms" by Emil Velikov · 10 years ago
  90. 1c1fd82 glx: remove unneeded ifdef _WIN32 guard by Emil Velikov · 10 years ago
  91. 3859129 glx: remove support for non-multithreaded platforms by Emil Velikov · 10 years ago
  92. 8b15a88 glx: remove final reference to THREADS by Emil Velikov · 10 years ago
  93. 237dcb4 Fix invalid extern "C" around header inclusion. by Mark Janes · 10 years ago
  94. 67e0a4f glx/tests: add -I src/ to fix make check by Brian Paul · 10 years ago
  95. 0339e7d glx: use ARRAY_SIZE from macros.h by Brian Paul · 10 years ago
  96. 6d164f6 glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESA by Andreas Boll · 10 years ago
  97. b0eada1 glx: do not leak the dri2 extension information by Emil Velikov · 10 years ago
  98. e68b67b darwin: build fix by Jeremy Huddleston Sequoia · 10 years ago
  99. 1c67a56 darwin: build fix by Jeremy Huddleston Sequoia · 10 years ago
  100. 5eec7c8 mesa: remove support for GCC older than 3.3.0 by Timothy Arceri · 10 years ago