1. a14e3b4 Revert "glx: Implement GLX_EXT_no_config_context" by Adam Jackson · 5 years ago
  2. 0d635cc glx: Implement GLX_EXT_no_config_context by Adam Jackson · 7 years ago
  3. d4a9010 glx: Add fields for color shifts by Kevin Strasser · 6 years ago
  4. e7e3fd5 glx: drop unnecessary pointer deref for function calls by Eric Engestrom · 6 years ago
  5. acfd882 glx: add support for GLX_ARB_create_context_no_error (v3) by Grigori Goronzy · 7 years ago
  6. d971a42 loader: Factor out the common driver opening logic from each loader. by Eric Anholt · 6 years ago
  7. c2b5153 glx: Move DRI extensions pointer loading to driOpenDriver(). by Eric Anholt · 6 years ago
  8. 7076e9f glx: Remove an old DEFAULT_DRIVER_DIR default. by Eric Anholt · 6 years ago
  9. a48a6b8 glx: Prepare driFetchDrawable for no-config contexts by Adam Jackson · 7 years ago
  10. ba7679f glx: Implement GLX_ARB_context_flush_control by Neil Roberts · 10 years ago
  11. 2437ebd dri: Introduce SWAP_METHOD tokens by Thomas Hellstrom · 7 years ago
  12. 48bd917 glx: Fix swap method config matching by Thomas Hellstrom · 7 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. 5ac7f04 glx: update to updated version of EXT_create_context_es2_profile by Ilia Mirkin · 9 years ago
  17. d35391c glx: Don't hard-code the name "libGL.so.1" in driOpenDriver (v3) by Kyle Brenneman · 9 years ago
  18. dc7a1ef mesa/glx: Resolve GCC sign-compare warning. by Rhys Kidd · 9 years ago
  19. a6f39ec Revert "Match swrast modes more loosely." by Marek Olšák · 9 years ago
  20. f3728a1 Match swrast modes more loosely. by Tom Hughes · 9 years ago
  21. 0406f59 mesa: glx: Reduce error log level by Courtney Goeltzenleuchter · 11 years ago
  22. 0d5ec2c Revert "glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload" by Marek Olšák · 10 years ago
  23. e3cc0d9 glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload by Jerome Glisse · 10 years ago
  24. ef342aa glx/dri_common: use the implemented version of __DRIsystemTimeExtension by Emil Velikov · 11 years ago
  25. f658150 glx: Pass NULL DRI drawables into the DRI driver for None GLX drawables by Kristian Høgsberg · 11 years ago
  26. 867d7c0 dri: Reuse dri_message to implement our other message handlers. by Eric Anholt · 11 years ago
  27. 4a8da40 dri: Fix the logger error message handling. by Eric Anholt · 11 years ago
  28. fe2079c glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable by Lauri Kasanen · 11 years ago
  29. fcb57a8 glx: Add an optional function call for getting the DRI driver interface. by Eric Anholt · 11 years ago
  30. 80806c9 glx: Move the driver extension-loading to a helper function. by Eric Anholt · 11 years ago
  31. 8b302e1 glx: Initialize OpenGL version to 1.0 by Rico Schüller · 11 years ago
  32. c37c367 dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE by Tomasz Lis · 11 years ago
  33. a92cd5b glx: Retrieve the value of RENDER_TYPE from GLX attribs array by Tomasz Lis · 11 years ago
  34. 7c7b7b0 Remove Xcalloc/Xmalloc/Xfree calls by Matt Turner · 12 years ago
  35. a8724d8 glx/dri2: Add support for GLX_ARB_create_context_robustness by Ian Romanick · 12 years ago
  36. 7a6324d glx:dri_common.c: check psc->driScreen->createDrawable return value by Wang YanQing · 13 years ago
  37. 92bef0b dri: Add a CriticalErrorMessageF macro. by Carl Worth · 13 years ago
  38. c09504c dri: Clarify comments on InfoMessageF and ErrorMessageF macros. by Carl Worth · 13 years ago
  39. 10a6fde glx/dri: Initialize api even if num_attribs == 0. by Kenneth Graunke · 13 years ago
  40. e6280c3 glx: Enable GLX_EXT_create_context_es2_profile by Ian Romanick · 13 years ago
  41. b45f77d glx/dri: Add utility function dri2_convert_glx_attribs by Ian Romanick · 13 years ago
  42. 63a6fd6 glx: Fix indirect fallback when a non-Mesa GLX extension is present. by Aaron Plattner · 13 years ago
  43. e434416 dri: Remove all DRI1 drivers by Ian Romanick · 13 years ago
  44. 0f20e2e glx: Avoid calling __glXInitialize() in driReleaseDrawables(). by Henri Verbeet · 13 years ago
  45. bf69ce3 glx: implement drawable refcounting. by Stéphane Marchesin · 13 years ago
  46. 6538b58 glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB. by Dave Airlie · 14 years ago
  47. 4b70fe8 glx: Only remove drawables from the hash when we actually delete them by Kristian Høgsberg · 14 years ago
  48. 16887d0 glx: Drop broken drawable garbage collection by Kristian Høgsberg · 14 years ago
  49. c491e58 glx: Move bind and unbind to context vtable by Kristian Høgsberg · 14 years ago
  50. 65d98e2 glx: Rename glcontextmodes.[ch] to glxconfig.[ch] by Kristian Høgsberg · 14 years ago
  51. 6ddf66e glx: Rename __GLcontextModes to struct glx_config by Kristian Høgsberg · 14 years ago
  52. 7a66e54 glx: Move last few dri_interface.h types out of glxclient.h and drop include by Kristian Høgsberg · 14 years ago
  53. a7292f2 glx: Move DRI CopySubBuffer extension to DRI1 code by Kristian Høgsberg · 14 years ago
  54. bab1396 glx: Move driver_configs to DRI screen privates by Kristian Høgsberg · 14 years ago
  55. 22266c3 glx: Remove support for MESA_swap_frame_usage by Kristian Høgsberg · 14 years ago
  56. 089fc37 glx: Move DRI1 specific extensions and code to DRI1 screen private by Kristian Høgsberg · 14 years ago
  57. 9e546ec glx: Move DRI2 extensions to DRI2 screen private by Kristian Høgsberg · 14 years ago
  58. cb2a66f glx: Drop support for GLX_MESA_allocate_memory by Kristian Høgsberg · 14 years ago
  59. f972115 glx: Add screen privates for dri drivers and moved some fields there by Kristian Høgsberg · 14 years ago
  60. 1fa7789 Merge branch '7.8' by Brian Paul · 14 years ago
  61. 80b280d apple: Change ifdefs for DRI to be DRI && !APPLE by Jeremy Huddleston · 14 years ago
  62. 234286c DRI2: add config query extension by Jesse Barnes · 14 years ago
  63. 1152032 Revert accidental commits from the xquartz tree by Jeremy Huddleston · 14 years ago
  64. 23215ef apple: Change ifdefs for DRI to be DRI && !APPLE by Jeremy Huddleston · 14 years ago
  65. 6e8897f Retire miniglx and move the actual glx code up to src/glx by Kristian Høgsberg · 15 years ago[Renamed from src/glx/x11/dri_common.c]
  66. 7f17057 DRI2/GLX: add INTEL_swap_event support by Jesse Barnes · 15 years ago
  67. efc82e7 DRI2: add SwapInterval support by Jesse Barnes · 15 years ago
  68. daf7fe6 DRI2: add OML_sync_control support by Jesse Barnes · 15 years ago
  69. 0896268 glx: indent -br -i3 -npcs --no-tabs by RALOVICH, Kristóf · 15 years ago
  70. 279143c Disable SGI_swap_control extension for DRI2 by Owen W. Taylor · 15 years ago
  71. 6556245 glx: add support for a reallyFlush() function before swap occurs. by Alan Hourihane · 16 years ago
  72. e1fbb30 glFlush before CopySubBuffer, fix coordinates and extension name typo. by Kristian Høgsberg · 16 years ago
  73. 57d7806 Don't mess with emacs tab width. by Kristian Høgsberg · 16 years ago
  74. 4830809 Update DRI2 implementation according to new specification. by Kristian Høgsberg · 16 years ago
  75. 77c7f90 Revert pointless reindents to avoid merge conflicts. by Kristian Høgsberg · 16 years ago
  76. 4d86228 glx: indent -br -i3 -npcs --no-tabs dri_common.c by RALOVICH, Kristóf · 16 years ago
  77. 58b7210 glx: add a line of Emacs helping variables by RALOVICH, Kristóf · 16 years ago
  78. a25e1aa glx: remove #include "glheader.h" lines by Brian Paul · 16 years ago
  79. 4fab47b glx/dri: only report DRI2 extensions when DRI2 is enabled. by Dave Airlie · 16 years ago
  80. 0793457 glx: add dri_common.c ala xserver by George Sapountzis · 16 years ago