1. 3202926 glx/dri3: Provide error diagnostics when DRI3 allocation fails by Keith Packard · 10 years ago
  2. f7a3555 glx/dri3: Use four buffers until X driver supports async flips by Keith Packard · 10 years ago
  3. dd46f09 include: move sarea.h next to it's only user by Emil Velikov · 10 years ago
  4. 1748ea8 SCons: Rename dri2_query_renderer.c to dri_common_query_renderer.c. by Vinson Lee · 10 years ago
  5. 3fe7dae glx: Fix build since 679c2ef "glx/drisw: add support for DRI2rendererQueryExtension", when only building drisw renderer by Jon TURNEY · 10 years ago
  6. 679c2ef glx/drisw: add support for DRI2rendererQueryExtension by Emil Velikov · 10 years ago
  7. 1bccf99 glx/dri2: use mapping table for dri2_convert_glx_query_renderer_attribs() by Emil Velikov · 10 years ago
  8. d10ba8b glx/drisw: Move private structure declarations to a header file by Emil Velikov · 10 years ago
  9. 9320c8f glx/dri3: add GPU offloading support. by Axel Davy · 10 years ago
  10. b94dc94 dri3: cache pointer to back instead of looking up. by Dave Airlie · 10 years ago
  11. e40cf25 dri3: use invalidate. by Axel Davy · 10 years ago
  12. e441991 dri3: fix image extension checking. by Dave Airlie · 10 years ago
  13. b4dcf87 glxext: Send the Drawable's ID in the GLX_BufferSwapComplete event by Jasper St. Pierre · 10 years ago
  14. 2670d0f glx: Added missing null check in GetDrawableAttribute() by Juha-Pekka Heikkila · 10 years ago
  15. 86bd219 glx: Don't crash on swap event for a Window (non-GLXWindow) by Daniel Manjarres · 10 years ago
  16. 83821ec glx: Add an error message when a direct renderer's createScreen() routine fails by Jon TURNEY · 10 years ago
  17. 0406f59 mesa: glx: Reduce error log level by Courtney Goeltzenleuchter · 10 years ago
  18. f647a72 glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM case by Jon TURNEY · 10 years ago
  19. 0d5ec2c Revert "glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload" by Marek Olšák · 10 years ago
  20. b4f3424 darwin: Remove extra kCGLPFAColorSize attribute when requesting an offscreen context by Jeremy Huddleston Sequoia · 10 years ago
  21. e3cc0d9 glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload by Jerome Glisse · 10 years ago
  22. eb2241f glx: do not leak dri3Display by Emil Velikov · 10 years ago
  23. 04ce3be darwin: Guard Core Profile usage behind a testing envvar by Jeremy Huddleston Sequoia · 10 years ago
  24. 9eb1d36 darwin: Write errors in choosing the pixel format to the crash log by Jeremy Huddleston Sequoia · 10 years ago
  25. 002a3a7 appleglx: Improve error reporting if CGLChoosePixelFormat() didn't find any matching pixel formats. by Jon TURNEY · 10 years ago
  26. 5a459a0 Fix build of appleglx by Jon TURNEY · 10 years ago
  27. 45f9aae Make DRI dependencies and build depend on the target by Jon TURNEY · 10 years ago
  28. ff90a87 Fix build for darwin by Jon TURNEY · 10 years ago
  29. 7a10926 darwin: Fix test for kCGLPFAOpenGLProfile support at runtime by Jeremy Huddleston Sequoia · 10 years ago
  30. 326b8e2 glx/tests: Partially revert commit 51e3569573a7b3f8da0df093836761003fcdc414 by Emil Velikov · 10 years ago
  31. 0b307af glx: Conditionally compile GLX_MESA_query_renderer DRI3 support by Armin K · 10 years ago
  32. 625bdd6 dri3: Enable GLX_MESA_query_renderer on DRI3 too by Ian Romanick · 10 years ago
  33. a773fdc glx/drisw: fix memory leak when destroying screen. by Roland Scheidegger · 10 years ago
  34. b125c92 glx/drisw: explicitly assign struct components for glx_*_vtable by Emil Velikov · 10 years ago
  35. a2454bd glx/dri3: explicitly assign struct components for glx_*_vtable by Emil Velikov · 10 years ago
  36. 55d82ad glx/dri2: explicitly assign struct components for glx_*_vtable by Emil Velikov · 10 years ago
  37. 76ae25d glx/dri: explicitly assign struct components for glx_*_vtable by Emil Velikov · 10 years ago
  38. 2f519e4 glx/indirect: explicitly assign struct components for glx_*_vtable by Emil Velikov · 10 years ago
  39. 31a3b58 glx/apple: explicitly assign struct components for glx_*_vtable by Emil Velikov · 10 years ago
  40. 51e3569 glx/tests: explicitly set __DRI2rendererQueryExtension members by Emil Velikov · 11 years ago
  41. ecfe986 glx/dri3: rework __DRIextension handling by Emil Velikov · 10 years ago
  42. 4be3874 glx/dri2: rework __DRIextension handling by Emil Velikov · 11 years ago
  43. 9b42fd1 dri_interface: Update __DRItexBufferExtensionRec to version 3 by Emil Velikov · 10 years ago
  44. f9832f9 glx: drop obsolete _XUnlock_Mutex in __glXInitialize error path by Emil Velikov · 10 years ago
  45. 11623be automake: don't enable -Wl,--no-undefined on OpenBSD by Jonathan Gray · 10 years ago
  46. d120506 glx: Do not advertise buffer_age on dri2 by Adel Gadllah · 10 years ago
  47. 1056c50 glx: add extra null check in getFBConfigs by Juha-Pekka Heikkila · 10 years ago
  48. 88976da glx: remove unused __glXClientInfo() by Juha-Pekka Heikkila · 10 years ago
  49. d681b22 automake: ask the linker to do garbage collection by Emil Velikov · 10 years ago
  50. d187a15 automake: add -Wl,--no-undefined to all libraries by Emil Velikov · 10 years ago
  51. 5198981 loader: add special logic to distinguish nouveau from nouveau_vieux by Ilia Mirkin · 10 years ago
  52. 81f342c glx: Fix incorrect pdp assignment in dri2_bind_context(). by Charmaine Lee · 10 years ago
  53. a69fabc dri3: Add GLX_EXT_buffer_age support by Adel Gadllah · 10 years ago
  54. 0b02d8a dri3: Prefer the last chosen back when finding a new one. by Eric Anholt · 10 years ago
  55. f41a653 glx: cleanup unneeded headers by Emil Velikov · 10 years ago
  56. e5214dd glx/tests: honor enable-driglx-direct configure flag by Jon TURNEY · 11 years ago
  57. bba9c28 configure: use LIB_EXT rather than hardcoded .so by Emil Velikov · 10 years ago
  58. 020bc0d automake: do not use symbols names for static glapi.la by Emil Velikov · 10 years ago
  59. 3c5599b configure: remove old makefile variables by Emil Velikov · 10 years ago
  60. b972e55 glx_pbuffer: Refactor GetDrawableAttribute by Adel Gadllah · 10 years ago
  61. 02cb04c mesa: remove remaining uses of _glthread_GetID() by Brian Paul · 10 years ago
  62. db806ca mesa: remove empty glthread.h file by Brian Paul · 10 years ago
  63. 6f0e273 glx/dri2: fix build failure on HURD by Julien Cristau · 10 years ago
  64. 2a399d9 glx/apple: Fixed glx context memory leak in case of failure. by Siavash Eliasi · 11 years ago
  65. 3616e86 glx: Fix the GLXFBConfig attrib sort priorities by Fredrik Höglund · 10 years ago
  66. f41c2f6 glx: Fix the default values for GLXFBConfig attributes by Fredrik Höglund · 11 years ago
  67. f92fbba glx/drisw: use the implemented version of __DRIswrastLoaderExtension by Emil Velikov · 11 years ago
  68. f6537d0 glx/dri: use the implemented version of __DRIdamageExtension by Emil Velikov · 11 years ago
  69. ef342aa glx/dri_common: use the implemented version of __DRIsystemTimeExtension by Emil Velikov · 11 years ago
  70. fbbf5ec glx/dri: use the implemented version of __DRIgetDrawableInfoExtension by Emil Velikov · 11 years ago
  71. e9eb3ec glx/dri3: set the implemented version of __DRIimageLoaderExtension by Emil Velikov · 11 years ago
  72. 9227396 glx/dri2: set the implemented version of __DRIdri2LoaderExtension by Emil Velikov · 11 years ago
  73. d530745 glx: Add missing null check in __glX_send_client_info() by Juha-Pekka Heikkila · 11 years ago
  74. e503609 glx: Add some missing null checks in glx_pbuffer.c by Juha-Pekka Heikkila · 11 years ago
  75. 2ae1437 glx: Add missing null check in __glXCloseDisplay by Juha-Pekka Heikkila · 11 years ago
  76. d28e92f glx: Add missing null checks in glxcmds.c by Juha-Pekka Heikkila · 11 years ago
  77. f658150 glx: Pass NULL DRI drawables into the DRI driver for None GLX drawables by Kristian Høgsberg · 11 years ago
  78. 3fbd1b0 dri3: Track current Present swap mode and adjust buffer counts by Keith Packard · 11 years ago
  79. aea4757 dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888 by Keith Packard · 11 years ago
  80. f12d6d6 dri3: Flush XCB before blocking for special events by Keith Packard · 11 years ago
  81. 09d6c19 dri3: Enable GLX_INTEL_swap_event by Keith Packard · 11 years ago
  82. 1525474 dri3: Fix dri3_wait_for_sbc to wait for completion of requested SBC by Keith Packard · 11 years ago
  83. 71d6142 dri3: Track full 64-bit SBC numbers, instead of just 32-bits by Keith Packard · 11 years ago
  84. cbecd95 build: Share the all-local rule for linking libraries into the build dir by Kristian Høgsberg · 11 years ago
  85. a6031a8 loader: Add missing \n on message printing by Emil Velikov · 11 years ago
  86. 867d7c0 dri: Reuse dri_message to implement our other message handlers. by Eric Anholt · 11 years ago
  87. 4a8da40 dri: Fix the logger error message handling. by Eric Anholt · 11 years ago
  88. 7bd95ec dri2: Trust our own driver name lookup over the server's. by Eric Anholt · 11 years ago
  89. be7a697 dri2: Open the fd before loading the driver. by Eric Anholt · 11 years ago
  90. 378e7ad dri3: Fix two little memory leaks. by Eric Anholt · 11 years ago
  91. c6b6916 glx: link loader util lib only when building with dri3 by Emil Velikov · 11 years ago
  92. eac776c glx: use the loader util lib by Emil Velikov · 11 years ago
  93. 8c2e7fd loader: introduce the loader util lib by Emil Velikov · 11 years ago
  94. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  95. d41f539 glx: check memory allocations in __glXInitVertexArrayState() by Juha-Pekka Heikkila · 11 years ago
  96. fe2079c glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable by Lauri Kasanen · 11 years ago
  97. 6b51113 dri3: Rename DRI3_MAX_BACK to DRI3_NUM_BACK by Keith Packard · 11 years ago
  98. ca2012a dri3: Clean up struct dri3_drawable by Keith Packard · 11 years ago
  99. 95b0485 dri3: Free resources when drawable is destroyed. by Keith Packard · 11 years ago
  100. 568a27588 dri3: Switch to libxshmfence version 1.1 by Keith Packard · 11 years ago