1. 80b280d apple: Change ifdefs for DRI to be DRI && !APPLE by Jeremy Huddleston · 14 years ago
  2. ad503c4 apple: Initial import of libGL for OSX from AppleSGLX svn repository. by Jeremy Huddleston · 14 years ago
  3. 394c251 glx: Fix config chooser logic for 'mask' matching by Kristian Høgsberg · 14 years ago
  4. 67776f6 glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds. by Vinson Lee · 14 years ago
  5. 1152032 Revert accidental commits from the xquartz tree by Jeremy Huddleston · 14 years ago
  6. 23215ef apple: Change ifdefs for DRI to be DRI && !APPLE by Jeremy Huddleston · 14 years ago
  7. 0594cf7 apple: Initial import of libGL for OSX from AppleSGLX svn repository. by Jeremy Huddleston · 14 years ago
  8. 16f568a glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds. by Vinson Lee · 14 years ago
  9. 6b3145d GLX: remove debug prints from glXWaitForMscOML dispatch by Jesse Barnes · 15 years ago
  10. 251bf29 glx: Fix some typos in pointer checking for OML_sync_control entry points. by kleinerm · 15 years ago
  11. 7ccbeb4 Merge commit '381d5e209815235911c4aab516037c868c8f695f' by Ian Romanick · 15 years ago
  12. 97ec607 glx: Move GetGLXDRIDrawable() prototype to glxclient.h by Kristian Høgsberg · 15 years ago
  13. d46d30f glx: Pass fbconfig ID or visual ID to CreateContext by Ian Romanick · 15 years ago
  14. c3db1d6 glx: Use the screen parameter everywhere instead of vis->screen, etc. by Ian Romanick · 15 years ago
  15. 52cf8db glx: Move work of converting a visual to an fbconfig by Ian Romanick · 15 years ago
  16. bc7b2f0 glx: Re-indent CreateContext after the previous commit by Ian Romanick · 15 years ago
  17. 2243029 glx: Handle imported contexts outside of CreateContext by Ian Romanick · 15 years ago
  18. 7bcfb66 glx: Pass screen number as parameter to CreateContext by Ian Romanick · 15 years ago
  19. 8bffadb glx: Pass opcode to CreateContext instead of use_glx_1_3 parameter by Ian Romanick · 15 years ago
  20. 68fef18 glx: Fix interval test in glXSwapIntervalMESA by Ian Romanick · 15 years ago
  21. 1add535 glx: Change type to eliminate 'comparison between signed and unsigned' warning by Ian Romanick · 15 years ago
  22. 71a6fb1 glx: Add casts to eliminate 'comparison between signed and unsigned' warnings by Ian Romanick · 15 years ago
  23. 26b2bee glx: Eliminate several 'unused variable' warnings in glxcmds.c. by Ian Romanick · 15 years ago
  24. 2b4e009 glx: Use wrapper macro to detect direct rendering by Ian Romanick · 15 years ago
  25. 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/glxcmds.c]
  26. c6ef705 Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa by Jesse Barnes · 15 years ago
  27. efc82e7 DRI2: add SwapInterval support by Jesse Barnes · 15 years ago
  28. daf7fe6 DRI2: add OML_sync_control support by Jesse Barnes · 15 years ago
  29. 32305e3 glxcmds: Fix comment about __DRI_ALLOCATE by Jeremy Huddleston · 15 years ago
  30. 26d2ce0 GLX: Change GLX client vendor string to "Mesa Project and SGI" by Ian Romanick · 15 years ago
  31. 5e6a6a2 glx: don't destroy context immediately if it's currently bound by Brian Paul · 15 years ago
  32. 521e4b9 glx: fix glXQueryContext(GLX_RENDER_TYPE) by Brian Paul · 15 years ago
  33. ef9cd84 glx: indentation fixes by Brian Paul · 15 years ago
  34. 9053bb0 Merge branch 'mesa_7_5_branch' by Michel Dänzer · 15 years ago
  35. edb1178 glx/x11: Fix glXCreateGLXPixmap for direct rendering. by Michel Dänzer · 15 years ago
  36. 49c0825 glx: initialize some local vars to silence warnings with -O3 by Brian Paul · 15 years ago
  37. 0896268 glx: indent -br -i3 -npcs --no-tabs by RALOVICH, Kristóf · 15 years ago
  38. 50f8ca2 glx: fix signedness warning by RALOVICH, Kristóf · 15 years ago
  39. 52f895d glx: fix null pointer dereference segfault (bug 22546) by Brian Paul · 15 years ago
  40. 9dfce36 Also release direct rendering resources in glXDestroyGLXPixmap. by Michel Dänzer · 15 years ago
  41. 46b81b0 glXChooseVisual: Only consider fbconfig if we can get the corresponding visual. by Michel Dänzer · 15 years ago
  42. 0547182 glx: added null pointer check in glXGetFBConfigs() by Brian Paul · 15 years ago
  43. 66175aa Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format. by Eric Anholt · 15 years ago
  44. 63b51b5 dri2: support glXWaitX & glXWaitGL by using fake front buffer. by Alan Hourihane · 16 years ago
  45. b7f802e glx: gcc 2.95 build fix (move declaration before code) by Brian Paul · 16 years ago
  46. 1e167f6 glx: remove XCB debug leftover by RALOVICH, Kristóf · 16 years ago
  47. ff3fa92 glx: xcbified glXSwapBuffers by RALOVICH, Kristóf · 16 years ago
  48. 66db1b6 glx: xcbified __glXClientInfo by RALOVICH, Kristóf · 16 years ago
  49. 6d1d157 glx: no graphics context during initialization by RALOVICH, Kristóf · 16 years ago
  50. 9c7aaa7 glx: xcbified __glXIsDirect by RALOVICH, Kristóf · 16 years ago
  51. 9c98e35 glx: use __glXQueryServerString by RALOVICH, Kristóf · 16 years ago
  52. e1fbb30 glFlush before CopySubBuffer, fix coordinates and extension name typo. by Kristian Høgsberg · 16 years ago
  53. 57d7806 Don't mess with emacs tab width. by Kristian Høgsberg · 16 years ago
  54. 4830809 Update DRI2 implementation according to new specification. by Kristian Høgsberg · 16 years ago
  55. 77c7f90 Revert pointless reindents to avoid merge conflicts. by Kristian Høgsberg · 16 years ago
  56. 1293356 glx: indent -br -i3 -npcs --no-tabs glxcmds.c by RALOVICH, Kristóf · 16 years ago
  57. 58b7210 glx: add a line of Emacs helping variables by RALOVICH, Kristóf · 16 years ago
  58. dc8058c Update to SGI FreeB 2.0. by Adam Jackson · 16 years ago
  59. a25e1aa glx: remove #include "glheader.h" lines by Brian Paul · 16 years ago
  60. f56b569 DRI2: Drop sarea, implement swap buffers in the X server. by Kristian Høgsberg · 16 years ago
  61. e206034 glx: free vertex array state when context is destroyed by Kristof Ralovich · 16 years ago
  62. 919ec22 glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protection by Jeremy Huddleston · 16 years ago
  63. df04ffb glx: split out current context code by George Sapountzis · 16 years ago
  64. e82dd8c DRI interface changes and DRI2 direct rendering support. by Kristian Høgsberg · 16 years ago
  65. ae2c31e glx: Add isDirect back to __GLXcontextRec. It is needed by Xiang, Haihao · 16 years ago
  66. 9110425 libGL: Pull the drawable hash back out in the generic code. by Kristian Høgsberg · 16 years ago
  67. 3731159 Only try to call DRI function if DRI got initialized properly. by Kristian Høgsberg · 17 years ago
  68. 3d28a26 Use _X_HIDDEN to hide a bunch of leaked symbols. by Kristian Høgsberg · 17 years ago
  69. 020c64b Move DRI context functions into dri_glx.c. by Kristian Høgsberg · 17 years ago
  70. 20b9230 Move DRI drawable creation into dri_glx.c. by Kristian Høgsberg · 17 years ago
  71. 92d2a78 Introduce __GLXDRIscreen so we can start moving function pointers in there. by Kristian Høgsberg · 17 years ago
  72. 53dc863 Move DRI specific parts of CreateContext into dri_glx.c. by Kristian Høgsberg · 17 years ago
  73. 425f9ed Abstract __DRIdisplayPrivateRec away in dri_glx.c. by Kristian Høgsberg · 17 years ago
  74. 3c5a1e4 Update libGL DRI loader to latest DRI interface changes. by Kristian Høgsberg · 17 years ago
  75. 6e8d21d Remove GetMSC DriverAPI function. by Kristian Høgsberg · 17 years ago
  76. 16099c1 remove drawable from hash table when window is deleted (see bug 13091) by WuNian · 17 years ago
  77. 286ce27 Fix compilation for !GLX_DIRECT_RENDERING. by Kristian Høgsberg · 17 years ago
  78. 001de0a Remove a couple of "deprecated" fields from __GLXcontextRec. by Kristian Høgsberg · 17 years ago
  79. 559ae0a Pass the visual id to XF86DRICreateContextWithConfig(), not fbconfig id. by Kristian Høgsberg · 17 years ago
  80. 8e66c3d Lookup visual in visual list, not fbconfig list. by Kristian Høgsberg · 17 years ago
  81. ad8ee7d Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa by Jesse Barnes · 17 years ago
  82. 38fdb47 Refactor and fix core vblank support by Jesse Barnes · 17 years ago
  83. 1421bff Remember to call XSync() before resetting X error handler. by Chris Rankin · 17 years ago
  84. 6c533ea Handle fbconfigs and glx visuals separately. by Kristian Høgsberg · 17 years ago
  85. a87e9a3 Dont add fbconfigs to array that we didn't allocate for. by Kristian Høgsberg · 17 years ago
  86. ecdb45c Convert a left-over private void * to __DRIcontext *. by Kristian Høgsberg · 17 years ago
  87. 106a6f2 Move media stream counter entry points to new extension. by Kristian Høgsberg · 17 years ago
  88. a7a0a2b Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. by Kristian Høgsberg · 17 years ago
  89. 78a6aa5 Move GLX_MESA_allocate_memory related functions to new extension mechanism. by Kristian Høgsberg · 17 years ago
  90. efaf90b Move swap_interval to new extension mechanism. by Kristian Høgsberg · 17 years ago
  91. ac3e838 Move the copySubBuffer extension over to the new mechanism. by Kristian Høgsberg · 17 years ago
  92. 5987a03 Convert all DRI entrypoints to take pointers to __DRI* types. by Kristian Høgsberg · 17 years ago
  93. fa72013 Drop mostly unused __DRIid typedef. by Kristian Høgsberg · 17 years ago
  94. 9590ba9 Avoid deadlock in GarbageCollectDRIDrawables. by Kristian Høgsberg · 17 years ago
  95. 8ed5c7c Drop createContext and destroyContext from DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
  96. 4ff95e7 Drop createDrawable and destroyDrawable fron DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
  97. aceccda Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. by Kristian Høgsberg · 17 years ago
  98. 4a22ae8 Remove XIDs from DRI interface (see #5714). by Kristian Høgsberg · 18 years ago
  99. c2b185c Add reporting of damage by DRI drivers when the extension support is available. by Eric Anholt · 18 years ago
  100. a70d564 Add missing parenthesis so that glXSwapIntervalSGI protocol is by Ian Romanick · 18 years ago