1. 45d159c glx: Fix build and warnings with -Dglx=dri -Dglx-direct=false by Adam Jackson · 4 years, 3 months ago
  2. 3cb3d17 glx/drisw: add robustness support by Dave Airlie · 4 years, 3 months ago
  3. 69ef180 glx: drop always-true #ifdef by Eric Engestrom · 4 years, 5 months ago
  4. bf3fc3c glx: add missing fallthrough comment by Timothy Arceri · 4 years, 4 months ago
  5. 04e8eaf util: rename xmlpool.h to driconf.h by Eric Engestrom · 4 years, 4 months ago
  6. 2ef983d driconf: drop now unused translation facility by Eric Engestrom · 4 years, 4 months ago
  7. a8e2d79 meson: use gnu_symbol_visibility argument by Dylan Baker · 4 years, 6 months ago
  8. 22406da glx: omit loader_loader() for macOS by Emil Velikov · 4 years, 6 months ago
  9. 7af813d glx: use anonymous namespace to avoid -Wodr issues when building with LTO enabled by Eric Engestrom · 4 years, 9 months ago
  10. 17d783b glx: fix 630 times -Wlto-type-mismatch when building with LTO enabled by Eric Engestrom · 4 years, 9 months ago
  11. b699d07 glx: set the loader_logger early and for everyone by Emil Velikov · 4 years, 8 months ago
  12. 06f758b meson: glx: drop with_glx == dri check by Emil Velikov · 4 years, 8 months ago
  13. 2e92d33 scons: Prune out unnecessary targets. by Jose Fonseca · 4 years, 7 months ago
  14. 79af307 meson: inline `inc_common` by Eric Engestrom · 6 years ago
  15. 311c82e Revert "glx: convert glx_config_create_list to one big calloc" by Andrii Simiklit · 4 years, 9 months ago
  16. 8439519 glx/drisw: fix shm put image fallback by Dave Airlie · 4 years, 8 months ago
  17. 246e4ae glx/drisw: return false if shmid == -1 by Dave Airlie · 4 years, 8 months ago
  18. 8d0bab8 glx/drisw: add getImageShm2 path by Dave Airlie · 4 years, 8 months ago
  19. 01443dc glx: print FPS with 2 decimal places by Marek Olšák · 4 years, 9 months ago
  20. 2fc11e8 drisw: Cache the depth of the X drawable by Adam Jackson · 4 years, 9 months ago
  21. 396b410 dri: Avoid swapbuffer throttling in glXCopySubBufferMESA by Kenneth Graunke · 5 years ago
  22. 855dc17 glx: Log the filename of the drm device if we fail to open it by Adam Jackson · 5 years ago
  23. c5a2cce drisw: Fix shared memory leak on drawable resize by Andreas Gottschling · 5 years ago
  24. 90d5828 drisw: Fix and simplify drawable setup by Adam Jackson · 5 years ago
  25. 3c0eb76 drisw: Simplify GC setup by Adam Jackson · 5 years ago
  26. 8b6d3f2 Revert "glx: Lift sending the MakeCurrent request to top-level code" by Adam Jackson · 5 years ago
  27. a14e3b4 Revert "glx: Implement GLX_EXT_no_config_context" by Adam Jackson · 5 years ago
  28. 0d635cc glx: Implement GLX_EXT_no_config_context by Adam Jackson · 7 years ago
  29. 999c2ae glx: Lift sending the MakeCurrent request to top-level code by Adam Jackson · 7 years ago
  30. 01e4379 glx: Move vertex array protocol state into the indirect backend by Adam Jackson · 7 years ago
  31. 88b8922 glx: Fix drawable lookup bugs in glXUseXFont by Adam Jackson · 5 years ago
  32. b4fe0b3 glx: Avoid atof() when computing the server's GLX version by Adam Jackson · 5 years ago
  33. ec76232 glx: Remove redundant null check. by Bas Nieuwenhuizen · 5 years ago
  34. ad9c183 glx: Remove unused indirection for glx_context->fillImage by Adam Jackson · 5 years ago
  35. 1591d1f glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX. by Hal Gentz · 5 years ago
  36. da5ebe3 Revert "glx: Unset the direct_support bit for GLX_EXT_import_context" by Adam Jackson · 5 years ago
  37. 163fc11 glx: Unset the direct_support bit for GLX_EXT_import_context by Adam Jackson · 5 years ago
  38. b05166e glx: Fix up glXQueryGLXPbufferSGIX on macOS. by Vinson Lee · 5 years ago
  39. a7a9d95 glx: Make __glXGetDrawableAttribute return true sometimes by Adam Jackson · 5 years ago
  40. 3dd299c glx: Sync <GL/glxext.h> with Khronos by Adam Jackson · 5 years ago
  41. 5ebd333 glx: Whitespace cleanups by Adam Jackson · 5 years ago
  42. d4a9010 glx: Add fields for color shifts by Kevin Strasser · 6 years ago
  43. b283919 glx: Eliminate glx_config::{rgb,float,colorIndex}Mode by Adam Jackson · 5 years ago
  44. 74ca87e glx: Remove unused glx_config::pixmapMode by Adam Jackson · 5 years ago
  45. 35fc7bd glx: convert glx_config_create_list to one big calloc by Adam Jackson · 5 years ago
  46. 97d58ea glx: convert a malloc+memset to calloc by Adam Jackson · 5 years ago
  47. cabd09c glx: Fix parameter documentation of glx_config_create_list by Adam Jackson · 5 years ago
  48. e7e3fd5 glx: drop unnecessary pointer deref for function calls by Eric Engestrom · 6 years ago
  49. 9f37c99 mesa: Rename GLX_USE_TLS to USE_ELF_TLS. by Bas Nieuwenhuizen · 5 years ago
  50. 9a07606 meson: replace last uses of libxmlconfig with idep_xmlconfig by Eric Engestrom · 5 years ago
  51. d2d85b9 meson: replace libmesa_util with idep_mesautil by Eric Engestrom · 5 years ago
  52. c96407f meson: Test for random_r() by Matt Turner · 5 years ago
  53. 7cf50af meson: allow building all glx without any drivers by Dylan Baker · 5 years ago
  54. 65b016b glx: fix glvnd pointer types by Eric Engestrom · 5 years ago
  55. e0ee790 glx: drop misleading comment about the file being "generated" by Eric Engestrom · 5 years ago
  56. 87173de glx/windows: Fix compilation with -Werror-format by Jon Turney · 5 years ago
  57. 04e8ff8 glx: Fix error message when no driverName is available by Caio Marcelo de Oliveira Filho · 5 years ago
  58. a01b393 Revert "glx: Fix synthetic error generation in __glXSendError" by Timothy Arceri · 5 years ago
  59. 1587586 delete autotools input files by Eric Engestrom · 5 years ago
  60. 7ca8ba1 delete autotools .gitignore files by Eric Engestrom · 5 years ago
  61. e91ee76 glx: Fix synthetic error generation in __glXSendError by Hal Gentz · 6 years ago
  62. 95aefc9 Delete autotools by Dylan Baker · 6 years ago
  63. 52426ce drisw: Try harder to probe whether MIT-SHM works by Adam Jackson · 6 years ago
  64. edc7dee dri3: Return the current swap interval from glXGetSwapIntervalMESA(). by Eric Anholt · 6 years ago
  65. acfd882 glx: add support for GLX_ARB_create_context_no_error (v3) by Grigori Goronzy · 7 years ago
  66. 6e3d3f5 glx/meson: use full include path for dri_interface.h by Eric Engestrom · 6 years ago
  67. b344e32 glx: fix shared memory leak in X11 by Ray Zhang · 6 years ago
  68. 00af91c glx: add support for putimageshm2 path (v2) by Dave Airlie · 6 years ago
  69. f331419 glx/test: meson: assorted include fixes by Emil Velikov · 6 years ago
  70. e139d7a glx: meson: wire up the dispatch-index-check test by Emil Velikov · 6 years ago
  71. b44875e glx: meson: drop includes from a link-only library by Emil Velikov · 6 years ago
  72. 9527f9e TODO: glx: meson: build dri based glx tests, only with -Dglx=dri by Emil Velikov · 6 years ago
  73. d512b35 glx: Fix compilation with GLX_USE_WINDOWSGL by Jon Turney · 6 years ago
  74. a95ec13 glx: mandate xf86vidmode only for "drm" dri platforms by Emil Velikov · 6 years ago
  75. a999798 meson: Add tests to suites by Dylan Baker · 6 years ago
  76. 5bc5093 glx: make xf86vidmode mandatory for direct rendering by Emil Velikov · 6 years ago
  77. d971a42 loader: Factor out the common driver opening logic from each loader. by Eric Anholt · 6 years ago
  78. c2b5153 glx: Move DRI extensions pointer loading to driOpenDriver(). by Eric Anholt · 6 years ago
  79. 7076e9f glx: Remove an old DEFAULT_DRIVER_DIR default. by Eric Anholt · 6 years ago
  80. 16f1023 glx: Demand success from CreateContext requests (v2) by Adam Jackson · 6 years ago
  81. e55c1bc glx: be explicit about when mapping X <> GLX visuals by Emil Velikov · 6 years ago
  82. 833e3ca glx: remove unused __glXPreferEGL() declaration by Emil Velikov · 6 years ago
  83. ec994ca glx: Add missing include guards by Michał Janiszewski · 6 years ago
  84. 267ed29 apple/glx/log: added missing va_end() after va_copy() by Andrii Simiklit · 6 years ago
  85. 63a6b71 glx: GLX_MESA_multithread_makecurrent is direct-only by Adam Jackson · 7 years ago
  86. a7ea751 automake: require shared glapi when using DRI based libGL by Emil Velikov · 7 years ago
  87. faa29c0 Make glXChooseFBConfig handle unspecified sRGB correctly by Jon Turney · 6 years ago
  88. d257ec0 glx: Don't allow glXMakeContextCurrent() with only one valid drawable by Adam Jackson · 6 years ago
  89. 6b8f372 glx: Fix number of property values to read in glXImportContextEXT by Michel Dänzer · 6 years ago
  90. d3ff478 glx/drisw: make the shm/non-shm loader extensions separately. by Dave Airlie · 6 years ago
  91. 33ce3aa drisw/glx: implement getImageShm by Marc-André Lureau · 9 years ago
  92. bcd80be drisw/glx: use XShm if possible by Marc-André Lureau · 9 years ago
  93. db90c86 meson: allow empty sources when using link_whole by Dylan Baker · 7 years ago
  94. b5f92b6 meson: fix warnings about comparing unlike types by Dylan Baker · 7 years ago
  95. 696762e x11: Only report supported DRI3/Present versions by Daniel Stone · 7 years ago
  96. 478fc2d dri3: Don't fail on version mismatch by Daniel Stone · 7 years ago
  97. 5ef608f glx: remove empty GLX_SGIX_swap_group stubs by Emil Velikov · 7 years ago
  98. 742b8e3 glx: remove empty GLX_SGIX_swap_barrier stubs by Emil Velikov · 7 years ago
  99. 3160cb8 egl/x11: Re-allocate buffers if format is suboptimal by Louis-Francis Ratté-Boulianne · 7 years ago
  100. 069fdd5 egl/x11: Support DRI3 v1.1 by Louis-Francis Ratté-Boulianne · 7 years ago