1. 26a9b7e glx: fix regression with GLX_USE_GL by Dave Airlie · 15 years ago
  2. 80b280d apple: Change ifdefs for DRI to be DRI && !APPLE by Jeremy Huddleston · 15 years ago
  3. ad503c4 apple: Initial import of libGL for OSX from AppleSGLX svn repository. by Jeremy Huddleston · 15 years ago
  4. ad7d36e Fix __glXInitializeVisualConfigFromTags's handling of unrecognized fbconfig tags. by Aaron Plattner · 15 years ago
  5. 42ea25c Update to final names from GLX_INTEL_swap_event spec by Ian Romanick · 15 years ago
  6. 1152032 Revert accidental commits from the xquartz tree by Jeremy Huddleston · 15 years ago
  7. 23215ef apple: Change ifdefs for DRI to be DRI && !APPLE by Jeremy Huddleston · 15 years ago
  8. 0594cf7 apple: Initial import of libGL for OSX from AppleSGLX svn repository. by Jeremy Huddleston · 15 years ago
  9. ae7b3a6 glx: Move initialization of ext_list_first_time to where it's storage is allocated by Brian Paul · 15 years ago
  10. 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/glxext.c]
  11. 8b0b5ac glx: Fix SwapBuffers regression introduced by 01923fb72d. by Francisco Jerez · 15 years ago
  12. 01923fb glx: permit building with older protocol headers by Keith Whitwell · 15 years ago
  13. e3a99e8 glx: Remove unnecessary headers. by Vinson Lee · 15 years ago
  14. 7a9329b mesa: misc GLX_INTEL_swap_event fixes by Robert Bragg · 15 years ago
  15. 7f17057 DRI2/GLX: add INTEL_swap_event support by Jesse Barnes · 15 years ago
  16. cf3bb0c glx: Move declaration outside for loop. by Vinson Lee · 15 years ago
  17. 0896268 glx: indent -br -i3 -npcs --no-tabs by RALOVICH, Kristóf · 15 years ago
  18. e87320b Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  19. e32b601 glx: properly release DRI configs by RALOVICH, Kristóf · 15 years ago
  20. 8363dff glx: remove XTHREADS support by RALOVICH, Kristóf · 15 years ago
  21. 857ac1e mesa: Resurrect SPARC asm code. by David S. Miller · 16 years ago
  22. 8c2b4b3 Revert "glx: xcbified visual and FBConfig choosing" by RALOVICH, Kristóf · 16 years ago
  23. 80d1531 Revert "glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIX" by RALOVICH, Kristóf · 16 years ago
  24. 5369876 glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIX by RALOVICH, Kristóf · 16 years ago
  25. 62688f1 glx: xcbified visual and FBConfig choosing by RALOVICH, Kristóf · 16 years ago
  26. 6d1d157 glx: no graphics context during initialization by RALOVICH, Kristóf · 16 years ago
  27. 9c98e35 glx: use __glXQueryServerString by RALOVICH, Kristóf · 16 years ago
  28. fd52001 glx: implement QueryVersion using XCB by RALOVICH, Kristóf · 16 years ago
  29. 57d7806 Don't mess with emacs tab width. by Kristian Høgsberg · 16 years ago
  30. acb7e52 glx: indent -br -i3 -npcs --no-tabs glxext.c by RALOVICH, Kristóf · 16 years ago
  31. 58b7210 glx: add a line of Emacs helping variables by RALOVICH, Kristóf · 16 years ago
  32. 0b188d1 glx: make INIT_MESA_SPARC more robust by RALOVICH, Kristóf · 16 years ago
  33. dc8058c Update to SGI FreeB 2.0. by Adam Jackson · 16 years ago
  34. a25e1aa glx: remove #include "glheader.h" lines by Brian Paul · 16 years ago
  35. 8434c65 glx: free driScreen in FreeScreenConfigs() by Kristof Ralovich · 16 years ago
  36. fb36a54 fix mem leak (free psc->visuals) by Kristof Ralovich · 16 years ago
  37. 919ec22 glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protection by Jeremy Huddleston · 16 years ago
  38. a36bf89 glx: add LIBGL_ALWAYS_SOFTWARE by George Sapountzis · 16 years ago
  39. 1087cc6 glx: load swrast_dri.so by George Sapountzis · 16 years ago
  40. df04ffb glx: split out current context code by George Sapountzis · 17 years ago
  41. e82dd8c DRI interface changes and DRI2 direct rendering support. by Kristian Høgsberg · 17 years ago
  42. ae2c31e glx: Add isDirect back to __GLXcontextRec. It is needed by Xiang, Haihao · 17 years ago
  43. 9110425 libGL: Pull the drawable hash back out in the generic code. by Kristian Høgsberg · 17 years ago
  44. 94f39f2 Add another missing check for uninitialized DRI. by Kristian Høgsberg · 17 years ago
  45. 3731159 Only try to call DRI function if DRI got initialized properly. by Kristian Høgsberg · 17 years ago
  46. 9162bc8 remove extra #include of assert.h (bug 14932) by Brian · 17 years ago
  47. 3d28a26 Use _X_HIDDEN to hide a bunch of leaked symbols. by Kristian Høgsberg · 17 years ago
  48. 020c64b Move DRI context functions into dri_glx.c. by Kristian Høgsberg · 17 years ago
  49. 20b9230 Move DRI drawable creation into dri_glx.c. by Kristian Høgsberg · 17 years ago
  50. 92d2a78 Introduce __GLXDRIscreen so we can start moving function pointers in there. by Kristian Høgsberg · 17 years ago
  51. a1ea6f6 Convert driCreateScreen and driDestroyScreen to function pointers. by Kristian Høgsberg · 17 years ago
  52. 425f9ed Abstract __DRIdisplayPrivateRec away in dri_glx.c. by Kristian Høgsberg · 17 years ago
  53. f585cb2 Make __glXCloseDisplay static instead of prototyping it to avoid warning. by Kristian Høgsberg · 17 years ago
  54. 0f2723c Simplify dri loading code by eliminating dlopen "cache". by Kristian Høgsberg · 17 years ago
  55. 890d44e libGL: Consolidate DRI initialization in dri_glx.c by Kristian Høgsberg · 17 years ago
  56. 3c5a1e4 Update libGL DRI loader to latest DRI interface changes. by Kristian Høgsberg · 17 years ago
  57. 286ce27 Fix compilation for !GLX_DIRECT_RENDERING. by Kristian Høgsberg · 17 years ago
  58. 866d271 Don't return 0 in a void function. by Kristian Høgsberg · 17 years ago
  59. e2c2df5 Filter both visuals and fbconfigs against driver supported configs. by Kristian Høgsberg · 17 years ago
  60. d2f19a5 Fix some build warnings, mostly with XCB. by Michel Dänzer · 17 years ago
  61. 6c753ad Pull workaround for unset GLX_DRAWABLE_TYPE back in. by Kristian Høgsberg · 17 years ago
  62. 6c533ea Handle fbconfigs and glx visuals separately. by Kristian Høgsberg · 17 years ago
  63. 3eaec7d Move enabling of DRI extensions into glxextensions.c by Kristian Høgsberg · 17 years ago
  64. 594006d Remove now unused getProcAddress from DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
  65. f968f67 Add a DRI_ReadDrawable marker extension to signal read drawable capability. by Kristian Høgsberg · 17 years ago
  66. 106a6f2 Move media stream counter entry points to new extension. by Kristian Høgsberg · 17 years ago
  67. a7a0a2b Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. by Kristian Høgsberg · 17 years ago
  68. 78a6aa5 Move GLX_MESA_allocate_memory related functions to new extension mechanism. by Kristian Høgsberg · 17 years ago
  69. efaf90b Move swap_interval to new extension mechanism. by Kristian Høgsberg · 17 years ago
  70. ac3e838 Move the copySubBuffer extension over to the new mechanism. by Kristian Høgsberg · 17 years ago
  71. f616a26 Implement new screen extension API. by Kristian Høgsberg · 17 years ago
  72. 295dc2d Stop passing in unused fbconfigs to createNewScreen. by Kristian Høgsberg · 17 years ago
  73. 5987a03 Convert all DRI entrypoints to take pointers to __DRI* types. by Kristian Høgsberg · 17 years ago
  74. aac367f Remove screenConfigs from __DRIscreen. by Kristian Høgsberg · 17 years ago
  75. 8ed5c7c Drop createContext and destroyContext from DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
  76. 4ff95e7 Drop createDrawable and destroyDrawable fron DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
  77. aceccda Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. by Kristian Høgsberg · 17 years ago
  78. 4a22ae8 Remove XIDs from DRI interface (see #5714). by Kristian Høgsberg · 18 years ago
  79. a6d4ddd suppress warning about ncon visuals (bug #6689) by Roland Scheidegger · 17 years ago
  80. 702c8f1 remove unneeded initialization code (see bug 10569) by Brian · 18 years ago
  81. f9574c3 allocate __GLXdisplayPrivate w/ Xcalloc instead of Xmalloc (bug 10569) by Brian · 18 years ago
  82. d8bfc42 Make sure GLX entrypoints are marked PUBLIC. by Adam Jackson · 18 years ago
  83. eab92fc fix mem leaks by Panagiotis Papadakos · 18 years ago
  84. 0930248 fix mem leak in __glXReportDamage (Panagiotis Papadakos) by Brian · 18 years ago
  85. 3dd243c Track rename of DamagePost -> DamageAdd. by Eric Anholt · 18 years ago
  86. c2b185c Add reporting of damage by DRI drivers when the extension support is available. by Eric Anholt · 18 years ago
  87. 4bb39f5 remove drm stuff from libGL, this is now in libdrm 2.3.0 by Dave Airlie · 18 years ago
  88. 26b5904 disable debug printf by Brian Paul · 18 years ago
  89. 48e6fff merge the (rest of) texmem branch by Keith Whitwell · 18 years ago
  90. 6ae157f Fix bug #8563. by Ian Romanick · 18 years ago
  91. d3b2573 added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521) by Brian Paul · 18 years ago
  92. 0a0cd3a Updates for XCB. Bug 8560. by Brian Paul · 18 years ago
  93. dba1730 Major clean up of MakeContextCurrent by Ian Romanick · 18 years ago
  94. 25e441e in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), bug 8443 by Brian Paul · 18 years ago
  95. 07bacc2 Update to use the new XCB naming convention. by Jeremy Kolb · 18 years ago
  96. fc5b57b Clean up GLX function exports. by Ian Romanick · 18 years ago
  97. f81b1db fix a memleak (that code block has been commented out for years for unknown reasons) by Tilman Sauerbeck · 18 years ago
  98. e77875d fix a memleak by Tilman Sauerbeck · 18 years ago
  99. ba23f69 FBConfig support for EXT_tfp by David Reveman · 19 years ago
  100. 5ab5517 Coverity #468: Fill in the rest of the error_list to match the error codes by Adam Jackson · 19 years ago