1. c356f58 glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. by Kristian Høgsberg · 14 years ago
  2. 66fc35c glx: Rename __GLXscreenConfigs to struct glx_screen by Kristian Høgsberg · 14 years ago
  3. 38c51a7 glx: Use _X_EXPORT instead of our own PUBLIC macro by Kristian Høgsberg · 14 years ago
  4. 65d98e2 glx: Rename glcontextmodes.[ch] to glxconfig.[ch] by Kristian Høgsberg · 14 years ago
  5. 6ddf66e glx: Rename __GLcontextModes to struct glx_config by Kristian Høgsberg · 14 years ago
  6. 38765fe glx: Stop using glcore.h and glxint.h in glx by Kristian Høgsberg · 14 years ago
  7. 6ec39db glx: Refactor and simplify context creation by Kristian Høgsberg · 14 years ago
  8. c796bb0 glx: Move context destroy to context vtable by Kristian Høgsberg · 14 years ago
  9. eeaab20 glx: Drop screen argument to GetGLXDRIDrawable by Kristian Høgsberg · 14 years ago
  10. 7b7845a glx: Move WaitGL, WaitX, UseXFont to context vtable functions by Kristian Høgsberg · 14 years ago
  11. 3181983 glx: Allocate the __GLXcontext in the DRI drivers by Kristian Høgsberg · 14 years ago
  12. ab434f6 glx: Use _Xglobal_lock for protecting extension display list by Kristian Høgsberg · 14 years ago
  13. 7a66e54 glx: Move last few dri_interface.h types out of glxclient.h and drop include by Kristian Høgsberg · 14 years ago
  14. f679640 glx: Move __driContext field out of __GLXcontextRec by Kristian Høgsberg · 14 years ago
  15. c1cbdbf glx: #ifdef DRI specific prototype by Kristian Høgsberg · 14 years ago
  16. a7292f2 glx: Move DRI CopySubBuffer extension to DRI1 code by Kristian Høgsberg · 14 years ago
  17. bab1396 glx: Move driver_configs to DRI screen privates by Kristian Høgsberg · 14 years ago
  18. e3e8196 glx: Move drawHash to display private by Kristian Høgsberg · 14 years ago
  19. 0377551 glx: Don't use __glXInitialize() when we might be holding __glXLock() by Kristian Høgsberg · 14 years ago
  20. 271c3c3 glx: Move __DRIdrawable pointers to DRI drawable privates by Kristian Høgsberg · 14 years ago
  21. 22266c3 glx: Remove support for MESA_swap_frame_usage by Kristian Høgsberg · 14 years ago
  22. 70887d5 glx: Move __driScreen into the dri screen privates by Kristian Høgsberg · 14 years ago
  23. 089fc37 glx: Move DRI1 specific extensions and code to DRI1 screen private by Kristian Høgsberg · 14 years ago
  24. 9e546ec glx: Move DRI2 extensions to DRI2 screen private by Kristian Høgsberg · 14 years ago
  25. cb2a66f glx: Drop support for GLX_MESA_allocate_memory by Kristian Høgsberg · 14 years ago
  26. f972115 glx: Add screen privates for dri drivers and moved some fields there by Kristian Høgsberg · 14 years ago
  27. 3750ebd glx: Fix drawable lookup in DRI2 event handler by Kristian Høgsberg · 14 years ago
  28. f8d81c3 dri2: Track event mask in client code. by Nick Bowler · 14 years ago
  29. d2fe97a mesa: Purge macros NEED_EVENTS and NEED_REPLIES by Fernando Carrijo · 14 years ago
  30. 643b2af glx: Split tfp functions out to context vtable by Kristian Høgsberg · 14 years ago
  31. 1fa7789 Merge branch '7.8' by Brian Paul · 14 years ago
  32. 80b280d apple: Change ifdefs for DRI to be DRI && !APPLE by Jeremy Huddleston · 15 years ago
  33. ad503c4 apple: Initial import of libGL for OSX from AppleSGLX svn repository. by Jeremy Huddleston · 15 years ago
  34. 234286c DRI2: add config query extension by Jesse Barnes · 15 years ago
  35. 1152032 Revert accidental commits from the xquartz tree by Jeremy Huddleston · 15 years ago
  36. 23215ef apple: Change ifdefs for DRI to be DRI && !APPLE by Jeremy Huddleston · 15 years ago
  37. 0594cf7 apple: Initial import of libGL for OSX from AppleSGLX svn repository. by Jeremy Huddleston · 15 years ago
  38. 016fc30 Remove support for GCC older than 3.3.0 by Ian Romanick · 15 years ago
  39. 61d26bc dri2: Event driven buffer validation. by Francisco Jerez · 15 years ago
  40. 97ec607 glx: Move GetGLXDRIDrawable() prototype to glxclient.h by Kristian Høgsberg · 15 years ago
  41. 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/glxclient.h]
  42. 7a9329b mesa: misc GLX_INTEL_swap_event fixes by Robert Bragg · 15 years ago
  43. efc82e7 DRI2: add SwapInterval support by Jesse Barnes · 15 years ago
  44. daf7fe6 DRI2: add OML_sync_control support by Jesse Barnes · 15 years ago
  45. 0896268 glx: indent -br -i3 -npcs --no-tabs by RALOVICH, Kristóf · 15 years ago
  46. e87320b Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  47. ce0ad53 glx: cache DRI configs in __GLXscreenConfigsRec by RALOVICH, Kristóf · 15 years ago
  48. 8363dff glx: remove XTHREADS support by RALOVICH, Kristóf · 15 years ago
  49. 96fd3df glx: MakeCurrent fixes. by Thomas Hellstrom · 16 years ago
  50. 11da7e0 Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buffers." by Michel Dänzer · 16 years ago
  51. 66175aa Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format. by Eric Anholt · 16 years ago
  52. 6556245 glx: add support for a reallyFlush() function before swap occurs. by Alan Hourihane · 16 years ago
  53. 63b51b5 dri2: support glXWaitX & glXWaitGL by using fake front buffer. by Alan Hourihane · 16 years ago
  54. e97681c mesa: merge gallium-0.2 into gallium-master-merge by Brian Paul · 16 years ago
  55. dd1c68f dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buffers. by Eric Anholt · 16 years ago
  56. c4c86bb Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  57. 6d1d157 glx: no graphics context during initialization by RALOVICH, Kristóf · 16 years ago
  58. 24b8a8c glx: implement __glXGetString, hide __glXGetStringFromServer by RALOVICH, Kristóf · 16 years ago
  59. 5444424 glx: implement __glXQueryServerString using XCB by RALOVICH, Kristóf · 16 years ago
  60. 19e4222 Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  61. 57d7806 Don't mess with emacs tab width. by Kristian Høgsberg · 16 years ago
  62. d533a5d0 Update DRI2 implementation according to new specification. by Kristian Høgsberg · 16 years ago
  63. e5ef0be Revert pointless reindents to avoid merge conflicts. by Kristian Høgsberg · 16 years ago
  64. 5f6472f glx: indent -br -i3 -npcs --no-tabs glxclient.h by RALOVICH, Kristóf · 16 years ago
  65. 696bf66 glx: add a line of Emacs helping variables by RALOVICH, Kristóf · 16 years ago
  66. 4830809 Update DRI2 implementation according to new specification. by Kristian Høgsberg · 16 years ago
  67. 77c7f90 Revert pointless reindents to avoid merge conflicts. by Kristian Høgsberg · 16 years ago
  68. 351de8a glx: indent -br -i3 -npcs --no-tabs glxclient.h by RALOVICH, Kristóf · 16 years ago
  69. 58b7210 glx: add a line of Emacs helping variables by RALOVICH, Kristóf · 16 years ago
  70. 9644fa6 Merge branch 'master' into gallium-0.2 by Keith Whitwell · 16 years ago
  71. dc8058c Update to SGI FreeB 2.0. by Adam Jackson · 16 years ago
  72. 4eb95ce glx: added "glapi/" prefix to include by Brian · 16 years ago
  73. a25e1aa glx: remove #include "glheader.h" lines by Brian Paul · 16 years ago
  74. 47ad296 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gallium-0.2 by Alan Hourihane · 16 years ago
  75. 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  76. f56b569 DRI2: Drop sarea, implement swap buffers in the X server. by Kristian Høgsberg · 16 years ago
  77. e206034 glx: free vertex array state when context is destroyed by Kristof Ralovich · 16 years ago
  78. ec77015 glx/x11: Fix missing __GL_EXT_BYTES declaration by Jeremy Huddleston · 16 years ago
  79. df2c942 glx: added __glXPreferEGL() to tell libGL to prefer "egl_" drivers over regular DRI drivers. by Brian Paul · 16 years ago
  80. 1087cc6 glx: load swrast_dri.so by George Sapountzis · 16 years ago
  81. 6f7ed99 revert the DRI2 commits by Alan Hourihane · 16 years ago
  82. 4566b00 Bring in DRI2 changes by Alan Hourihane · 16 years ago
  83. 77ce568 Remove CVS keywords. by José Fonseca · 16 years ago
  84. df04ffb glx: split out current context code by George Sapountzis · 17 years ago
  85. e82dd8c DRI interface changes and DRI2 direct rendering support. by Kristian Høgsberg · 17 years ago
  86. ae2c31e glx: Add isDirect back to __GLXcontextRec. It is needed by Xiang, Haihao · 17 years ago
  87. 9110425 libGL: Pull the drawable hash back out in the generic code. by Kristian Høgsberg · 17 years ago
  88. 020c64b Move DRI context functions into dri_glx.c. by Kristian Høgsberg · 17 years ago
  89. 20b9230 Move DRI drawable creation into dri_glx.c. by Kristian Høgsberg · 17 years ago
  90. 92d2a78 Introduce __GLXDRIscreen so we can start moving function pointers in there. by Kristian Høgsberg · 17 years ago
  91. 53dc863 Move DRI specific parts of CreateContext into dri_glx.c. by Kristian Høgsberg · 17 years ago
  92. a1ea6f6 Convert driCreateScreen and driDestroyScreen to function pointers. by Kristian Høgsberg · 17 years ago
  93. 425f9ed Abstract __DRIdisplayPrivateRec away in dri_glx.c. by Kristian Høgsberg · 17 years ago
  94. 0f2723c Simplify dri loading code by eliminating dlopen "cache". by Kristian Høgsberg · 17 years ago
  95. 890d44e libGL: Consolidate DRI initialization in dri_glx.c by Kristian Høgsberg · 17 years ago
  96. 3c5a1e4 Update libGL DRI loader to latest DRI interface changes. by Kristian Høgsberg · 17 years ago
  97. 17afc80 Always call dlopen in DriverOpen. by George Nassas · 17 years ago
  98. 286ce27 Fix compilation for !GLX_DIRECT_RENDERING. by Kristian Høgsberg · 17 years ago
  99. 001de0a Remove a couple of "deprecated" fields from __GLXcontextRec. by Kristian Høgsberg · 17 years ago
  100. 6c533ea Handle fbconfigs and glx visuals separately. by Kristian Høgsberg · 17 years ago