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