1. 6538b58 glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB. by Dave Airlie · 14 years ago
  2. b09b3e5 glx: add initial GLX_EXT_framebuffer_sRGB support. by Dave Airlie · 14 years ago
  3. 65d98e2 glx: Rename glcontextmodes.[ch] to glxconfig.[ch] by Kristian Høgsberg · 14 years ago[Renamed (98%) from src/glx/glcontextmodes.c]
  4. 6ddf66e glx: Rename __GLcontextModes to struct glx_config by Kristian Høgsberg · 14 years ago
  5. 4f9f066 glx: Delete unused glcontextmodes.c functions 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. ad503c4 apple: Initial import of libGL for OSX from AppleSGLX svn repository. by Jeremy Huddleston · 15 years ago
  8. 1152032 Revert accidental commits from the xquartz tree by Jeremy Huddleston · 15 years ago
  9. 0594cf7 apple: Initial import of libGL for OSX from AppleSGLX svn repository. by Jeremy Huddleston · 15 years ago
  10. 32f2fd1 Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions by Kristian Høgsberg · 15 years ago
  11. 26f8fad Remove _mesa_memset in favor of plain memset. by Kenneth Graunke · 15 years ago
  12. 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/glcontextmodes.c]
  13. 57d7806 Don't mess with emacs tab width. by Kristian Høgsberg · 16 years ago
  14. 07c9bd2 glx: indent -br -i3 -npcs --no-tabs glcontextmodes.c by RALOVICH, Kristóf · 16 years ago
  15. 58b7210 glx: add a line of Emacs helping variables by RALOVICH, Kristóf · 16 years ago
  16. 17ec0db copy msaa visuals capability by Roland Scheidegger · 16 years ago
  17. 2771862 Handle fbconfig comparison correctly for attributes the X server didn't send. by Jie Luo · 17 years ago
  18. 4210862 libGL: Make sure a valid value is returned for GLX_BIND_TO_MIPMAP_TEXTURE_EXT. by Michel Dänzer · 17 years ago
  19. 001de0a Remove a couple of "deprecated" fields from __GLXcontextRec. by Kristian Høgsberg · 17 years ago
  20. aa1c79e glx: minor cosmetic in glcontextmodes.c by George Sapountzis · 18 years ago
  21. 8851115 Move glcontextmodes.c to glx. by George Sapountzis · 18 years ago[Renamed from src/mesa/drivers/dri/common/glcontextmodes.c]
  22. ba23f69 FBConfig support for EXT_tfp by David Reveman · 19 years ago
  23. b927a75 Coverity #459: Silly off-by-one error. by Adam Jackson · 19 years ago
  24. 724df02 Don't use glx_ansic.h functions (__glXMemset). by Kristian Høgsberg · 19 years ago
  25. 4244736 remove the test for XFree86Server from prev patch (bug 5835) by Brian Paul · 19 years ago
  26. d93615f include dix-config.h (Mike Harris) (bug 5835) by Brian Paul · 19 years ago
  27. 96f2165 assorted fixes for server-side direct rendering (bug 5199) by Brian Paul · 19 years ago
  28. da0c5b2 Since glcontextmodes.[ch] are no longer used in the DRI drivers, removed the by Ian Romanick · 19 years ago
  29. 4ce390b Commit Ian's fixes from Bug 3877 by Jon Smirl · 19 years ago
  30. c39bf5e All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows by Ian Romanick · 19 years ago
  31. 7c46033 Fix up some remaining include issues. Replace Xmalloc / Xfree with by Ian Romanick · 20 years ago
  32. e1a7f31 Remove the rest of the need for glxclient.h and remove it from the tree. by Ian Romanick · 20 years ago
  33. bb45fec Minor changes to make it work better outside X. "Success" is replaced by Ian Romanick · 20 years ago
  34. b3981ab Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common. by Ian Romanick · 20 years ago[Renamed from src/mesa/drivers/dri/dri_client/glcontextmodes.c]
  35. 680ec7f First pass at support for building DRI drivers in mesa tree. by Keith Whitwell · 21 years ago