1. b28e674 glx: Provide glvnd wrapper for glXSwapIntervalEXT by Keith Packard · 3 years, 6 months ago
  2. 638ebde glx: get rid of memory leak by Andrii Simiklit · 3 years, 8 months ago
  3. d2cb3f8 driconf: add a way to override indirect-GL extensions by Martin Peres · 3 years, 9 months ago
  4. 7eedc79 driconf: add a way to override GLX extensions by Martin Peres · 3 years, 9 months ago
  5. 97f6d5e glx: let users force-enable/disable indirect GL extensions by Martin Peres · 3 years, 9 months ago
  6. e196449 glx: initial plumbing to let users force-enable/disable extensions by Martin Peres · 3 years, 9 months ago
  7. 74722c3 glx: rework __glXCalculateUsableExtensions to be more readable by Ian Romanick · 3 years, 9 months ago
  8. 1331b86 glx: stop using hardcoded array sizes for bitfields by Martin Peres · 3 years, 9 months ago
  9. af25f47 glx/extensions: split set_glx_extension into find_ and set_ by Martin Peres · 3 years, 9 months ago
  10. e6e3d89 glx: Move glXGet{ScreenDriver,DriverConfig} to common code by Adam Jackson · 3 years, 9 months ago
  11. ce8530d glx: Delegate the core of glXGetScreenDriver to the GLX screen vtable by Adam Jackson · 3 years, 9 months ago
  12. 3bb7ebf glx: move __glXGetUST into the DRI1 code by Adam Jackson · 3 years, 9 months ago
  13. d74fe47 glx: Allow depth-30 pbuffers to work without a depth-30 pixmap format by Adam Jackson · 3 years, 10 months ago
  14. 5e9e457 glx/dri3: Implement GLX_EXT_swap_control_tear by Adam Jackson · 3 years, 10 months ago
  15. 60ebeb4 glx: Implement GLX_EXT_swap_control for DRI2 and DRI3 by Adam Jackson · 3 years, 10 months ago
  16. b8239ab glx: Reject glXSwapIntervalMESA greater than INT_MAX by Adam Jackson · 3 years, 10 months ago
  17. e648442 glx: Collect all the non-applegl extensions in the GetProcAddress table by Adam Jackson · 3 years, 10 months ago
  18. 72a0f74 glx: Use GLX_FUNCTION2 only for actually aliased function names by Adam Jackson · 3 years, 10 months ago
  19. 326eb56 egl/x11_dri3: implement EGL_KHR_swap_buffers_with_damage by Eric Engestrom · 4 years, 2 months ago
  20. aeba69d drisw: Port the MIT-SHM check to XCB by Adam Jackson · 3 years, 11 months ago
  21. 45d159c glx: Fix build and warnings with -Dglx=dri -Dglx-direct=false by Adam Jackson · 4 years ago
  22. 3cb3d17 glx/drisw: add robustness support by Dave Airlie · 4 years ago
  23. 69ef180 glx: drop always-true #ifdef by Eric Engestrom · 4 years, 2 months ago
  24. bf3fc3c glx: add missing fallthrough comment by Timothy Arceri · 4 years ago
  25. 04e8eaf util: rename xmlpool.h to driconf.h by Eric Engestrom · 4 years, 1 month ago
  26. 2ef983d driconf: drop now unused translation facility by Eric Engestrom · 4 years, 1 month ago
  27. a8e2d79 meson: use gnu_symbol_visibility argument by Dylan Baker · 4 years, 2 months ago
  28. 22406da glx: omit loader_loader() for macOS by Emil Velikov · 4 years, 3 months ago
  29. 7af813d glx: use anonymous namespace to avoid -Wodr issues when building with LTO enabled by Eric Engestrom · 4 years, 5 months ago
  30. 17d783b glx: fix 630 times -Wlto-type-mismatch when building with LTO enabled by Eric Engestrom · 4 years, 5 months ago
  31. b699d07 glx: set the loader_logger early and for everyone by Emil Velikov · 4 years, 4 months ago
  32. 06f758b meson: glx: drop with_glx == dri check by Emil Velikov · 4 years, 4 months ago
  33. 2e92d33 scons: Prune out unnecessary targets. by Jose Fonseca · 4 years, 3 months ago
  34. 79af307 meson: inline `inc_common` by Eric Engestrom · 5 years ago
  35. 311c82e Revert "glx: convert glx_config_create_list to one big calloc" by Andrii Simiklit · 4 years, 6 months ago
  36. 8439519 glx/drisw: fix shm put image fallback by Dave Airlie · 4 years, 4 months ago
  37. 246e4ae glx/drisw: return false if shmid == -1 by Dave Airlie · 4 years, 4 months ago
  38. 8d0bab8 glx/drisw: add getImageShm2 path by Dave Airlie · 4 years, 5 months ago
  39. 01443dc glx: print FPS with 2 decimal places by Marek Olšák · 4 years, 6 months ago
  40. 2fc11e8 drisw: Cache the depth of the X drawable by Adam Jackson · 4 years, 6 months ago
  41. 396b410 dri: Avoid swapbuffer throttling in glXCopySubBufferMESA by Kenneth Graunke · 4 years, 9 months ago
  42. 855dc17 glx: Log the filename of the drm device if we fail to open it by Adam Jackson · 4 years, 9 months ago
  43. c5a2cce drisw: Fix shared memory leak on drawable resize by Andreas Gottschling · 4 years, 9 months ago
  44. 90d5828 drisw: Fix and simplify drawable setup by Adam Jackson · 4 years, 10 months ago
  45. 3c0eb76 drisw: Simplify GC setup by Adam Jackson · 4 years, 10 months ago
  46. 8b6d3f2 Revert "glx: Lift sending the MakeCurrent request to top-level code" by Adam Jackson · 4 years, 10 months ago
  47. a14e3b4 Revert "glx: Implement GLX_EXT_no_config_context" by Adam Jackson · 4 years, 10 months ago
  48. 0d635cc glx: Implement GLX_EXT_no_config_context by Adam Jackson · 7 years ago
  49. 999c2ae glx: Lift sending the MakeCurrent request to top-level code by Adam Jackson · 7 years ago
  50. 01e4379 glx: Move vertex array protocol state into the indirect backend by Adam Jackson · 7 years ago
  51. 88b8922 glx: Fix drawable lookup bugs in glXUseXFont by Adam Jackson · 4 years, 10 months ago
  52. b4fe0b3 glx: Avoid atof() when computing the server's GLX version by Adam Jackson · 4 years, 10 months ago
  53. ec76232 glx: Remove redundant null check. by Bas Nieuwenhuizen · 4 years, 10 months ago
  54. ad9c183 glx: Remove unused indirection for glx_context->fillImage by Adam Jackson · 4 years, 11 months ago
  55. 1591d1f glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX. by Hal Gentz · 5 years ago
  56. da5ebe3 Revert "glx: Unset the direct_support bit for GLX_EXT_import_context" by Adam Jackson · 4 years, 10 months ago
  57. 163fc11 glx: Unset the direct_support bit for GLX_EXT_import_context by Adam Jackson · 4 years, 11 months ago
  58. b05166e glx: Fix up glXQueryGLXPbufferSGIX on macOS. by Vinson Lee · 4 years, 11 months ago
  59. a7a9d95 glx: Make __glXGetDrawableAttribute return true sometimes by Adam Jackson · 4 years, 11 months ago
  60. 3dd299c glx: Sync <GL/glxext.h> with Khronos by Adam Jackson · 4 years, 11 months ago
  61. 5ebd333 glx: Whitespace cleanups by Adam Jackson · 4 years, 11 months ago
  62. d4a9010 glx: Add fields for color shifts by Kevin Strasser · 5 years ago
  63. b283919 glx: Eliminate glx_config::{rgb,float,colorIndex}Mode by Adam Jackson · 5 years ago
  64. 74ca87e glx: Remove unused glx_config::pixmapMode by Adam Jackson · 5 years ago
  65. 35fc7bd glx: convert glx_config_create_list to one big calloc by Adam Jackson · 5 years ago
  66. 97d58ea glx: convert a malloc+memset to calloc by Adam Jackson · 5 years ago
  67. cabd09c glx: Fix parameter documentation of glx_config_create_list by Adam Jackson · 5 years ago
  68. e7e3fd5 glx: drop unnecessary pointer deref for function calls by Eric Engestrom · 6 years ago
  69. 9f37c99 mesa: Rename GLX_USE_TLS to USE_ELF_TLS. by Bas Nieuwenhuizen · 5 years ago
  70. 9a07606 meson: replace last uses of libxmlconfig with idep_xmlconfig by Eric Engestrom · 5 years ago
  71. d2d85b9 meson: replace libmesa_util with idep_mesautil by Eric Engestrom · 5 years ago
  72. c96407f meson: Test for random_r() by Matt Turner · 5 years ago
  73. 7cf50af meson: allow building all glx without any drivers by Dylan Baker · 5 years ago
  74. 65b016b glx: fix glvnd pointer types by Eric Engestrom · 5 years ago
  75. e0ee790 glx: drop misleading comment about the file being "generated" by Eric Engestrom · 5 years ago
  76. 87173de glx/windows: Fix compilation with -Werror-format by Jon Turney · 5 years ago
  77. 04e8ff8 glx: Fix error message when no driverName is available by Caio Marcelo de Oliveira Filho · 5 years ago
  78. a01b393 Revert "glx: Fix synthetic error generation in __glXSendError" by Timothy Arceri · 5 years ago
  79. 1587586 delete autotools input files by Eric Engestrom · 5 years ago
  80. 7ca8ba1 delete autotools .gitignore files by Eric Engestrom · 5 years ago
  81. e91ee76 glx: Fix synthetic error generation in __glXSendError by Hal Gentz · 5 years ago
  82. 95aefc9 Delete autotools by Dylan Baker · 5 years ago
  83. 52426ce drisw: Try harder to probe whether MIT-SHM works by Adam Jackson · 5 years ago
  84. edc7dee dri3: Return the current swap interval from glXGetSwapIntervalMESA(). by Eric Anholt · 5 years ago
  85. acfd882 glx: add support for GLX_ARB_create_context_no_error (v3) by Grigori Goronzy · 7 years ago
  86. 6e3d3f5 glx/meson: use full include path for dri_interface.h by Eric Engestrom · 5 years ago
  87. b344e32 glx: fix shared memory leak in X11 by Ray Zhang · 5 years ago
  88. 00af91c glx: add support for putimageshm2 path (v2) by Dave Airlie · 6 years ago
  89. f331419 glx/test: meson: assorted include fixes by Emil Velikov · 6 years ago
  90. e139d7a glx: meson: wire up the dispatch-index-check test by Emil Velikov · 6 years ago
  91. b44875e glx: meson: drop includes from a link-only library by Emil Velikov · 6 years ago
  92. 9527f9e TODO: glx: meson: build dri based glx tests, only with -Dglx=dri by Emil Velikov · 6 years ago
  93. d512b35 glx: Fix compilation with GLX_USE_WINDOWSGL by Jon Turney · 6 years ago
  94. a95ec13 glx: mandate xf86vidmode only for "drm" dri platforms by Emil Velikov · 6 years ago
  95. a999798 meson: Add tests to suites by Dylan Baker · 6 years ago
  96. 5bc5093 glx: make xf86vidmode mandatory for direct rendering by Emil Velikov · 6 years ago
  97. d971a42 loader: Factor out the common driver opening logic from each loader. by Eric Anholt · 6 years ago
  98. c2b5153 glx: Move DRI extensions pointer loading to driOpenDriver(). by Eric Anholt · 6 years ago
  99. 7076e9f glx: Remove an old DEFAULT_DRIVER_DIR default. by Eric Anholt · 6 years ago
  100. 16f1023 glx: Demand success from CreateContext requests (v2) by Adam Jackson · 6 years ago