1. f331419 glx/test: meson: assorted include fixes by Emil Velikov · 6 years ago
  2. e139d7a glx: meson: wire up the dispatch-index-check test by Emil Velikov · 6 years ago
  3. b44875e glx: meson: drop includes from a link-only library by Emil Velikov · 6 years ago
  4. 9527f9e TODO: glx: meson: build dri based glx tests, only with -Dglx=dri by Emil Velikov · 6 years ago
  5. d512b35 glx: Fix compilation with GLX_USE_WINDOWSGL by Jon Turney · 6 years ago
  6. a95ec13 glx: mandate xf86vidmode only for "drm" dri platforms by Emil Velikov · 6 years ago
  7. a999798 meson: Add tests to suites by Dylan Baker · 6 years ago
  8. 5bc5093 glx: make xf86vidmode mandatory for direct rendering by Emil Velikov · 6 years ago
  9. d971a42 loader: Factor out the common driver opening logic from each loader. by Eric Anholt · 6 years ago
  10. c2b5153 glx: Move DRI extensions pointer loading to driOpenDriver(). by Eric Anholt · 6 years ago
  11. 7076e9f glx: Remove an old DEFAULT_DRIVER_DIR default. by Eric Anholt · 6 years ago
  12. 16f1023 glx: Demand success from CreateContext requests (v2) by Adam Jackson · 7 years ago
  13. e55c1bc glx: be explicit about when mapping X <> GLX visuals by Emil Velikov · 6 years ago
  14. 833e3ca glx: remove unused __glXPreferEGL() declaration by Emil Velikov · 6 years ago
  15. ec994ca glx: Add missing include guards by Michał Janiszewski · 6 years ago
  16. 267ed29 apple/glx/log: added missing va_end() after va_copy() by Andrii Simiklit · 6 years ago
  17. 63a6b71 glx: GLX_MESA_multithread_makecurrent is direct-only by Adam Jackson · 7 years ago
  18. a7ea751 automake: require shared glapi when using DRI based libGL by Emil Velikov · 7 years ago
  19. faa29c0 Make glXChooseFBConfig handle unspecified sRGB correctly by Jon Turney · 7 years ago
  20. d257ec0 glx: Don't allow glXMakeContextCurrent() with only one valid drawable by Adam Jackson · 7 years ago
  21. 6b8f372 glx: Fix number of property values to read in glXImportContextEXT by Michel Dänzer · 7 years ago
  22. d3ff478 glx/drisw: make the shm/non-shm loader extensions separately. by Dave Airlie · 7 years ago
  23. 33ce3aa drisw/glx: implement getImageShm by Marc-André Lureau · 10 years ago
  24. bcd80be drisw/glx: use XShm if possible by Marc-André Lureau · 10 years ago
  25. db90c86 meson: allow empty sources when using link_whole by Dylan Baker · 7 years ago
  26. b5f92b6 meson: fix warnings about comparing unlike types by Dylan Baker · 7 years ago
  27. 696762e x11: Only report supported DRI3/Present versions by Daniel Stone · 7 years ago
  28. 478fc2d dri3: Don't fail on version mismatch by Daniel Stone · 7 years ago
  29. 5ef608f glx: remove empty GLX_SGIX_swap_group stubs by Emil Velikov · 7 years ago
  30. 742b8e3 glx: remove empty GLX_SGIX_swap_barrier stubs by Emil Velikov · 7 years ago
  31. 3160cb8 egl/x11: Re-allocate buffers if format is suboptimal by Louis-Francis Ratté-Boulianne · 7 years ago
  32. 069fdd5 egl/x11: Support DRI3 v1.1 by Louis-Francis Ratté-Boulianne · 8 years ago
  33. d41ee9b glx/apple: Ship meson build file in tarball by Thierry Reding · 7 years ago
  34. f407095 glx/dri: Add a driconf option to disable GLX_SGI_video_sync by Thomas Hellstrom · 7 years ago
  35. f386776 loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callback by Thomas Hellstrom · 7 years ago
  36. ea87300 meson: build src/glx/apple by Jon Turney · 7 years ago
  37. d7235ef meson: Don't confuse the install and search paths for dri drivers by Dylan Baker · 7 years ago
  38. 63041ba glx/test: fix building for osx by Jon Turney · 7 years ago
  39. 4c5f0b4 meson: don't install windows headers on non-windows platforms by Marc Dietrich · 7 years ago
  40. d3540b4 glx/apple: locate dispatch table functions to wrap by name by Jon Turney · 7 years ago
  41. b37b7b4 glx/apple: include util/debug.h for env_var_as_boolean prototype by Jon Turney · 7 years ago
  42. 436ed65 autotools: include meson build files in tarball by Dylan Baker · 7 years ago
  43. 47ac11b glx: fix non-dri build by Samuel Thibault · 7 years ago
  44. aca3b64 meson: add variable for including include/GL/internal by Dylan Baker · 7 years ago
  45. 4ccb981 meson: Use consistent style for tests by Dylan Baker · 7 years ago
  46. fbf192a meson: Use consistent style by Dylan Baker · 7 years ago
  47. 1774c10 meson: fix glx-test race by Dylan Baker · 7 years ago
  48. d2e9ba2 meson: fix underlinkage without dri3 by Dylan Baker · 7 years ago
  49. b08a35b meson: Reformat glx code to match more common style by Dylan Baker · 7 years ago
  50. a48a6b8 glx: Prepare driFetchDrawable for no-config contexts by Adam Jackson · 7 years ago
  51. 75d5d22 glx: Use __glXSendError instead of open-coding it by Adam Jackson · 7 years ago
  52. bcb15be glx: Simplify some dummy vtable interactions by Adam Jackson · 7 years ago
  53. d555929 glx/dri3: Remove unused deviceName variable by Vadym Shovkoplias · 7 years ago
  54. 6f0ce26 meson: fix deps and underlinkage of libGL by Jon Turney · 7 years ago
  55. 5ef75cb meson: build src/glx/windows by Jon Turney · 7 years ago
  56. c2dad6c meson: replace with_*dri with with_dri_platform by Dylan Baker · 7 years ago
  57. 257edb5 glx/dri3: Fix passing renderType into glXCreateContext by Adam Jackson · 7 years ago
  58. 033cfb1 glx/drisw: Fix glXMakeCurrent(dpy, None, ctx) by Adam Jackson · 7 years ago
  59. bc1bc6f glx: Lower GLX opcode lookup into SendMakeCurrentRequest by Adam Jackson · 7 years ago
  60. 13752af meson: move gl pkgconfig generation out of glx by Dylan Baker · 7 years ago
  61. d1edf6e glx/windows: Fix building libwindowsdri when libX11 headers are installed in a non-standard location by Jon Turney · 8 years ago
  62. 015cc6b Revert "glx: Implement GLX_EXT_no_config_context (v2)" by Adam Jackson · 7 years ago
  63. 5293b96 glx: Implement GLX_EXT_no_config_context (v2) by Adam Jackson · 7 years ago
  64. 3f66d54 glx: Prepare the DRI backends for GLX_EXT_no_config_context by Adam Jackson · 7 years ago
  65. 74b701d glx: Relax validate_renderType_against_config for EXT_no_config_context by Adam Jackson · 7 years ago
  66. 5be1b1a meson: standardize .so version to major.minor.patch by Eric Engestrom · 7 years ago
  67. ba7679f glx: Implement GLX_ARB_context_flush_control by Neil Roberts · 10 years ago
  68. 1f11ac4 meson: rename all instances of xf86vm to xxf86vm by Dylan Baker · 7 years ago
  69. 108d257 meson: build libEGL by Dylan Baker · 7 years ago
  70. db97884 meson: Add support for configuring dri drivers directory. by Dylan Baker · 7 years ago
  71. a47c525 meson: build glx by Dylan Baker · 7 years ago
  72. 1b1bb6e make: Don't traverse backwards through include directories. by Dylan Baker · 7 years ago
  73. e90a2ed glx: don't use the template keyword by Marek Olšák · 7 years ago
  74. 0852162 glx: Be more tolerant in glXImportContext (v2) by Adam Jackson · 7 years ago
  75. 52ed3bc glx: Sort the GLX extension bit enum and table by Adam Jackson · 7 years ago
  76. 717fb6e glx: turn LIBGL_NO_DRAWARRAYS into a boolean by Eric Engestrom · 7 years ago
  77. d2768a3 glx: turn LIBGL_PROFILE_CORE into a boolean by Eric Engestrom · 7 years ago
  78. 3fdbc46 glx: turn LIBGL_DUMP_VISUALID into a boolean by Eric Engestrom · 7 years ago
  79. 14e431b egl+glx: turn LIBGL_DRI3_DISABLE into a boolean by Eric Engestrom · 7 years ago
  80. 177fd32 glx: turn LIBGL_ALWAYS_INDIRECT into a boolean by Eric Engestrom · 7 years ago
  81. 43e2d58 glx: turn LIBGL_ALLOW_SOFTWARE into a boolean by Eric Engestrom · 7 years ago
  82. 5c68ea2 egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean by Eric Engestrom · 7 years ago
  83. f4a9d20 glx: turn LIBGL_DIAGNOSTIC into a boolean by Eric Engestrom · 7 years ago
  84. 440ab62 glx: use ARRAY_SIZE macro by Eric Engestrom · 7 years ago
  85. 00caf2a mesa: Implement GL_ARB_texture_filter_anisotropic by Adam Jackson · 8 years ago
  86. c1c4c18 glxcmds: Fix a typo in the __APPLE__ codepath by Jeremy Huddleston Sequoia · 8 years ago
  87. 2db9548 loader_dri3/glx/egl: Optionally use a blit context for blitting operations by Thomas Hellstrom · 8 years ago
  88. 5198e48 loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callback by Thomas Hellstrom · 8 years ago
  89. 2437ebd dri: Introduce SWAP_METHOD tokens by Thomas Hellstrom · 8 years ago
  90. 48bd917 glx: Fix swap method config matching by Thomas Hellstrom · 8 years ago
  91. fe4aae0 glx: Work around X servers reporting bogus values of GLX_SWAP_METHOD_OML by Thomas Hellstrom · 8 years ago
  92. 9777c42 loader: drop the [gs]et_swap_interval callbacks by Emil Velikov · 8 years ago
  93. 10e7c2c loader: rework xmlconfig dependency by Emil Velikov · 8 years ago
  94. ad5136a glx/dri3: Implement the flush_swapbuffers method by Thomas Hellstrom · 8 years ago
  95. ddd5f2a glx: use v2 of DRI_ConfigOptions by Nicolai Hähnle · 8 years ago
  96. 97eadb0 loader: remove clamp_swap_interval() by Eric Engestrom · 8 years ago
  97. 4a1238a egl: turn one more boolean `int` into a `bool` by Eric Engestrom · 8 years ago
  98. 9d3f177 dri: Optionally turn off a couple of GLX extensions based on driconf options by Thomas Hellstrom · 8 years ago
  99. 1253d58 dri3/GLX: Fix drawable invalidation v2 by Thomas Hellstrom · 8 years ago
  100. 63b78c9 glx: implement __DRIbackgroundCallableExtension.isThreadSafe by Gregory Hainaut · 8 years ago