1. a3a4809 Regenerated (see bug 11893) by Brian · 17 years ago
  2. fda62a6 Regenerated (raise GL_INVALID_VALUE if counter param is negative) by Brian · 17 years ago
  3. 7688791 glapi: Generate xserver glapi sources in the mesa tree by Dan Nicholson · 17 years ago
  4. 4875b40 Assorted patches for miniglx/linux-solo (Gavin Li <codeview@gmail.com>) by Brian · 17 years ago
  5. 5c82549 fix pc vs. gc->ps usage (bug 14197) by Brian · 17 years ago
  6. 62f6e55 Minor followup fixes for the previous commit. by Michel Dänzer · 17 years ago
  7. 17afc80 Always call dlopen in DriverOpen. by George Nassas · 17 years ago
  8. 16099c1 remove drawable from hash table when window is deleted (see bug 13091) by WuNian · 17 years ago
  9. 4210862 libGL: Make sure a valid value is returned for GLX_BIND_TO_MIPMAP_TEXTURE_EXT. by Michel Dänzer · 17 years ago
  10. 7b3ab45 recreate from changed gl_API.xml by Roland Scheidegger · 17 years ago
  11. 286ce27 Fix compilation for !GLX_DIRECT_RENDERING. by Kristian Høgsberg · 17 years ago
  12. 001de0a Remove a couple of "deprecated" fields from __GLXcontextRec. by Kristian Høgsberg · 17 years ago
  13. 866d271 Don't return 0 in a void function. by Kristian Høgsberg · 17 years ago
  14. 559ae0a Pass the visual id to XF86DRICreateContextWithConfig(), not fbconfig id. by Kristian Høgsberg · 17 years ago
  15. 8e66c3d Lookup visual in visual list, not fbconfig list. by Kristian Høgsberg · 17 years ago
  16. e2c2df5 Filter both visuals and fbconfigs against driver supported configs. by Kristian Høgsberg · 17 years ago
  17. d2f19a5 Fix some build warnings, mostly with XCB. by Michel Dänzer · 17 years ago
  18. ad8ee7d Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa by Jesse Barnes · 17 years ago
  19. 38fdb47 Refactor and fix core vblank support by Jesse Barnes · 17 years ago
  20. 1421bff Remember to call XSync() before resetting X error handler. by Chris Rankin · 17 years ago
  21. 6c753ad Pull workaround for unset GLX_DRAWABLE_TYPE back in. by Kristian Høgsberg · 17 years ago
  22. 6c533ea Handle fbconfigs and glx visuals separately. by Kristian Høgsberg · 17 years ago
  23. 7a88ecb Roll back premature version bump. by Kristian Høgsberg · 17 years ago
  24. a87e9a3 Dont add fbconfigs to array that we didn't allocate for. by Kristian Høgsberg · 17 years ago
  25. d7c137b Drop include "dri_interface.h" from xf86dri.h by George Sapountzis · 17 years ago
  26. 8b20411 Get the width and height from the attrib list in glXCreatePbuffer. by Kristian Høgsberg · 17 years ago
  27. ecdb45c Convert a left-over private void * to __DRIcontext *. by Kristian Høgsberg · 17 years ago
  28. 3eaec7d Move enabling of DRI extensions into glxextensions.c by Kristian Høgsberg · 17 years ago
  29. 594006d Remove now unused getProcAddress from DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
  30. f968f67 Add a DRI_ReadDrawable marker extension to signal read drawable capability. by Kristian Høgsberg · 17 years ago
  31. 106a6f2 Move media stream counter entry points to new extension. by Kristian Høgsberg · 17 years ago
  32. a7a0a2b Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. by Kristian Høgsberg · 17 years ago
  33. 78a6aa5 Move GLX_MESA_allocate_memory related functions to new extension mechanism. by Kristian Høgsberg · 17 years ago
  34. efaf90b Move swap_interval to new extension mechanism. by Kristian Høgsberg · 17 years ago
  35. ac3e838 Move the copySubBuffer extension over to the new mechanism. by Kristian Høgsberg · 17 years ago
  36. f616a26 Implement new screen extension API. by Kristian Høgsberg · 17 years ago
  37. 295dc2d Stop passing in unused fbconfigs to createNewScreen. by Kristian Høgsberg · 17 years ago
  38. 5987a03 Convert all DRI entrypoints to take pointers to __DRI* types. by Kristian Høgsberg · 17 years ago
  39. aac367f Remove screenConfigs from __DRIscreen. by Kristian Høgsberg · 17 years ago
  40. fa72013 Drop mostly unused __DRIid typedef. by Kristian Høgsberg · 17 years ago
  41. 9590ba9 Avoid deadlock in GarbageCollectDRIDrawables. by Kristian Høgsberg · 17 years ago
  42. 8ed5c7c Drop createContext and destroyContext from DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
  43. 4ff95e7 Drop createDrawable and destroyDrawable fron DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
  44. aceccda Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. by Kristian Høgsberg · 17 years ago
  45. b421520 Add macros to generate CreateNewScreen entrypoint. by Kristian Høgsberg · 17 years ago
  46. 4a22ae8 Remove XIDs from DRI interface (see #5714). by Kristian Høgsberg · 18 years ago
  47. 4ceefcc Pull in the drm hash. by Kristian Høgsberg · 17 years ago
  48. 2a3e338 add support for LDFLAGS env var by Dan Nicholson · 17 years ago
  49. d62be3d fixed problem with big glDrawArrays (see bug 12141) by Colin McDonald · 17 years ago
  50. a6d4ddd suppress warning about ncon visuals (bug #6689) by Roland Scheidegger · 17 years ago
  51. 0b11203 miniglx: implement GetProcAddressARB in miniglx as an alias for GPA by Dave Airlie · 17 years ago
  52. 57ca033 get rid of needless static function declarations at top of file by Brian · 17 years ago
  53. 7fcf231 In DestroyPbuffer(), use GetReq() intead of GetReqExtra(). See bug 10983. by Brian · 17 years ago
  54. 6efdf64 in __glXGetArrayType() return type, not enabled (bug 10938) by Bruce Merry · 17 years ago
  55. 47e33a2 miniglx: fixup use of create windows x and y coordinates by Dave Airlie · 17 years ago
  56. ae5f675 Makefile clean-ups for miniglx. by Brian · 17 years ago
  57. 702c8f1 remove unneeded initialization code (see bug 10569) by Brian · 18 years ago
  58. f9574c3 allocate __GLXdisplayPrivate w/ Xcalloc instead of Xmalloc (bug 10569) by Brian · 18 years ago
  59. d8bfc42 Make sure GLX entrypoints are marked PUBLIC. by Adam Jackson · 18 years ago
  60. ca7885f fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect rendering by Wei Wang · 18 years ago
  61. 4647f13 fix etags command to find headers by Brian · 18 years ago
  62. 487f7a7 Remove SI imports/exports remnants. by George Sapountzis · 18 years ago
  63. aa1c79e glx: minor cosmetic in glcontextmodes.c by George Sapountzis · 18 years ago
  64. 8851115 Move glcontextmodes.c to glx. by George Sapountzis · 18 years ago
  65. a835939 always print error messages, unless LIBGL_DEBUG=quiet by Bernardo Innocenti · 18 years ago
  66. eab92fc fix mem leaks by Panagiotis Papadakos · 18 years ago
  67. 3805ccf break if we removed driver from Drivers list in driDestroyDisplay by Panagiotis Papadakos · 18 years ago
  68. af1d1e0 Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa by Brian · 18 years ago
  69. 0930248 fix mem leak in __glXReportDamage (Panagiotis Papadakos) by Brian · 18 years ago
  70. 8628b38 driDestroyDisplay: Fix comment, it is called now. by Michel Dänzer · 18 years ago
  71. bed026e driDestroyDisplay: Remove Drivers list entry when dlclosing its handle. by Michel Dänzer · 18 years ago
  72. 876e372 regenerated by Brian · 18 years ago
  73. d2c62e6 s/params/pointer/ for glGetVertexAttribPointer by Brian · 18 years ago
  74. 3dd243c Track rename of DamagePost -> DamageAdd. by Eric Anholt · 18 years ago
  75. c2b185c Add reporting of damage by DRI drivers when the extension support is available. by Eric Anholt · 18 years ago
  76. 8d287d0 s/unsigned/size_t/ (Matthias Hopf) by Brian · 18 years ago
  77. 14f9263 Make git ignore files only generated at build time. by Michel Dänzer · 18 years ago
  78. c058f69 add support to miniglx for updating drawables .. by Dave Airlie · 18 years ago
  79. 33d2835 Don't define as const's to avoid compiler optimization & warning. by Alan Hourihane · 18 years ago
  80. 4bb39f5 remove drm stuff from libGL, this is now in libdrm 2.3.0 by Dave Airlie · 18 years ago
  81. 83a5c2b Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files. by Brian Paul · 18 years ago
  82. 26b5904 disable debug printf by Brian Paul · 18 years ago
  83. 48e6fff merge the (rest of) texmem branch by Keith Whitwell · 18 years ago
  84. 6ae157f Fix bug #8563. by Ian Romanick · 18 years ago
  85. 4616513 Fix dumb build errors. by Ian Romanick · 18 years ago
  86. c28d0f7 include glapi.h to fix broken build by Brian Paul · 18 years ago
  87. f3f51bc Fix bug #4681. by Ian Romanick · 18 years ago
  88. d3b2573 added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521) by Brian Paul · 18 years ago
  89. 0a0cd3a Updates for XCB. Bug 8560. by Brian Paul · 18 years ago
  90. dba1730 Major clean up of MakeContextCurrent by Ian Romanick · 18 years ago
  91. 6921063 Changes to generated code caused by the previous commits. by Ian Romanick · 18 years ago
  92. 25e441e in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), bug 8443 by Brian Paul · 18 years ago
  93. 07bacc2 Update to use the new XCB naming convention. by Jeremy Kolb · 18 years ago
  94. d6c675f Fix problems with vertex program protocol by Ian Romanick · 18 years ago
  95. a70d564 Add missing parenthesis so that glXSwapIntervalSGI protocol is by Ian Romanick · 18 years ago
  96. 8d675aa Deprecate GL_EXT_vertex_weighting. by Ian Romanick · 18 years ago
  97. fc5b57b Clean up GLX function exports. by Ian Romanick · 18 years ago
  98. 3fea591 Add a couple of the missing GL 2.0 functions. Enable GLX protocol for by Ian Romanick · 18 years ago
  99. a5f2206 GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions. by Ian Romanick · 18 years ago
  100. bf83e65 Add a new offset mode to the GL API XML. This mode, called "assign," by Ian Romanick · 18 years ago