1. 396711b dri: add fake front definitions by Alan Hourihane · 16 years ago
  2. ef193c1 mesa: remove old GLView.h header for BeOS by Brian Paul · 16 years ago
  3. c3a00a7 mesa: remove deprecated headers from Makefile.am by Brian Paul · 16 years ago
  4. 287102d mesa: deprecate GL/amesa.h header (allegro driver) by Brian Paul · 16 years ago
  5. f5979b0 mesa: deprecate the GL/fxmesa.h header by Brian Paul · 16 years ago
  6. d25cc16 mesa: remove the ancient include/GL/ugl*.h headers by Brian Paul · 16 years ago
  7. 1636328 xmesa: deprecate the "XMesa" interface by Brian Paul · 16 years ago
  8. f7b4c2c mesa: latest glxext.h header, no version change by Brian Paul · 16 years ago
  9. 08fdc74 mesa: import glext.h version 44 by Brian Paul · 16 years ago
  10. 8e75998 dri: fix for Cygwin compilation, bug 19144 by Jon Turney · 16 years ago
  11. 239ce22 glx: added PFNGL*PROC typedefs for GLX 1.3 functions by Brian Paul · 16 years ago
  12. cd1283f glu: fix compilation problem when using Windows gl.h (sf bug 2204589) by Nigel Stewart · 16 years ago
  13. 8c20c91 mesa: version 43 of glext.h by Brian Paul · 16 years ago
  14. 3efd3b1 mesa: version 21 of glxext.h by Brian Paul · 16 years ago
  15. 45efcc4 Remove CVS keywords. by Keith Whitwell · 16 years ago
  16. 5a46e17 mesa: standardize on C99's uint*_t instead of u_int*_t by Keith Whitwell · 16 years ago
  17. dc8058c Update to SGI FreeB 2.0. by Adam Jackson · 16 years ago
  18. f56b569 DRI2: Drop sarea, implement swap buffers in the X server. by Kristian Høgsberg · 16 years ago
  19. 7536f39 version 41 of glext.h by Brian Paul · 16 years ago
  20. d80d0bb version 20 of glxext.h by Brian Paul · 16 years ago
  21. 01ac454 Apple: Some changes to fix compilation problems on OSX by Jeremy Huddleston · 16 years ago
  22. b7c5494 additional preprocessor checks for stdint.h, inttypes.h, etc by Blair Sadewitz · 16 years ago
  23. 0d86768 remove old/unused foomesa.h example header by Brian Paul · 16 years ago
  24. 645c131 Assorted Windows fixes (Karl Schultz) by Brian Paul · 16 years ago
  25. d4510e5 drop GLcore by George Sapountzis · 16 years ago
  26. 280bf89 Add DRI driver that uses the mesa swrast module. by George Sapountzis · 16 years ago
  27. 32a2a09 glcore: build from mesa by George Sapountzis · 16 years ago
  28. e82dd8c DRI interface changes and DRI2 direct rendering support. by Kristian Høgsberg · 17 years ago
  29. 4e6c2c4 updated to version 40 by Brian · 17 years ago
  30. 7048545 fix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_EXT tokens by Brian · 17 years ago
  31. dcbe215 DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle. by Kristian Høgsberg · 17 years ago
  32. 0bba0e5 DRI2: Add event buffer head as an argument to driCreateNewDrawable(). by Kristian Høgsberg · 17 years ago
  33. 3d608c7 [dri2] Add tail pointer to reemitDrawableInfo callback. by Kristian Høgsberg · 17 years ago
  34. 6cb3f5c Use __DRIextension mechanism providing loader functionality to the driver. by Kristian Høgsberg · 17 years ago
  35. 16242a8 Reduce the versioning madness required to create a DRI2 screen. by Kristian Høgsberg · 17 years ago
  36. 60159c1 Convert crlf->lf line endings. by José Fonseca · 17 years ago
  37. 6e8d21d Remove GetMSC DriverAPI function. by Kristian Høgsberg · 17 years ago
  38. 6d48779 Add TTM buffer object based texture from pixmap implementation. by Kristian Høgsberg · 17 years ago
  39. 7da5705 Add new DRI2 infrastructure. by Kristian Høgsberg · 17 years ago
  40. db2ec45 Fix GLX build of xserver master branch. by Michel Dänzer · 17 years ago
  41. 38fdb47 Refactor and fix core vblank support by Jesse Barnes · 17 years ago
  42. fe20ac2 Add GL_CORE_WINDOWS define to glcore.h by George Sapountzis · 17 years ago
  43. ccff0cb Add a version field to __DRIextension. by Kristian Høgsberg · 17 years ago
  44. f29f0ae Move new texOffset extension to the new extension mechanism. by Kristian Høgsberg · 17 years ago
  45. ecdb45c Convert a left-over private void * to __DRIcontext *. by Kristian Høgsberg · 17 years ago
  46. 594006d Remove now unused getProcAddress from DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
  47. f968f67 Add a DRI_ReadDrawable marker extension to signal read drawable capability. by Kristian Høgsberg · 17 years ago
  48. 106a6f2 Move media stream counter entry points to new extension. by Kristian Høgsberg · 17 years ago
  49. a7a0a2b Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. by Kristian Høgsberg · 17 years ago
  50. 78a6aa5 Move GLX_MESA_allocate_memory related functions to new extension mechanism. by Kristian Høgsberg · 17 years ago
  51. efaf90b Move swap_interval to new extension mechanism. by Kristian Høgsberg · 17 years ago
  52. ac3e838 Move the copySubBuffer extension over to the new mechanism. by Kristian Høgsberg · 17 years ago
  53. f616a26 Implement new screen extension API. by Kristian Høgsberg · 17 years ago
  54. 295dc2d Stop passing in unused fbconfigs to createNewScreen. by Kristian Høgsberg · 17 years ago
  55. 5987a03 Convert all DRI entrypoints to take pointers to __DRI* types. by Kristian Høgsberg · 17 years ago
  56. aac367f Remove screenConfigs from __DRIscreen. by Kristian Høgsberg · 17 years ago
  57. fa72013 Drop mostly unused __DRIid typedef. by Kristian Høgsberg · 17 years ago
  58. 8ed5c7c Drop createContext and destroyContext from DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
  59. 4ff95e7 Drop createDrawable and destroyDrawable fron DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
  60. aceccda Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. by Kristian Høgsberg · 17 years ago
  61. b421520 Add macros to generate CreateNewScreen entrypoint. by Kristian Høgsberg · 17 years ago
  62. 4a22ae8 Remove XIDs from DRI interface (see #5714). by Kristian Høgsberg · 18 years ago
  63. ae0dd62 Add glut_fcb.c to the build and update to fix warnings (see bug 12405) by Brian · 17 years ago
  64. 1f8616e Unbreak Linux builds with -fvisibility=hidden. by Adam Jackson · 17 years ago
  65. 35f3529 more Mingw32 fixes by Zhang · 17 years ago
  66. 76fb808 Fix a number of MINGW32 issues by Zhang · 17 years ago
  67. 66d0784 regenerated by Brian · 17 years ago
  68. 37aca21 a variety of fixes for MingW by zhang · 17 years ago
  69. 9f39692 add glxtokens.h to xmesa_xf86.h as discussed on mailing list by Dave Airlie · 17 years ago
  70. 043d219 Add interfaces for overriding texture images with driver specific 'offsets'. by Michel Dänzer · 17 years ago
  71. 24d965f Fix xserver build after recent XMesa changes. by Michel Dänzer · 17 years ago
  72. 74519c4 Disable (at least for now) PFNGLFRAMEBUFFERTEXTURELAYEREXTPROC typedef. by Brian · 17 years ago
  73. 7ace7cf added texture_from_pixmap functions by Brian · 17 years ago
  74. 78bd291 Add enums and functions for GL_{MESA,EXT}_texture_array. by Ian Romanick · 17 years ago
  75. 7868ab6 add missing semicolon by Matthias Hopf · 17 years ago
  76. d59e6f2 import glxext.h version 19 by Brian · 17 years ago
  77. 967c105 patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well by Brian · 17 years ago
  78. 9f8373d xmesa: drop unused XMesaPutImageHelper. by George Sapountzis · 17 years ago
  79. 50aaabc xmesa: export xmesa functions used by xfree86. by George Sapountzis · 17 years ago
  80. 487f7a7 Remove SI imports/exports remnants. by George Sapountzis · 18 years ago
  81. 7439a36 Clean and update XMesa/XFree86 interface. by George Sapountzis · 18 years ago
  82. 344c3f7 updated version with new Khronos license/copyright by Brian · 18 years ago
  83. 45b1f16 updated to version 18 by Brian · 18 years ago
  84. c226e44 updated to version 39 by Brian · 18 years ago
  85. c9b33ec Drop old (pre-AIGLX) GLcore interface. by George Sapountzis · 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. 744c3a3 get rid of meaningless XFree86LOADER test (bug 9144) by Brian Paul · 18 years ago
  88. f7436f4 regenerate from gl.h by Brian Paul · 18 years ago
  89. bb69d3a remove obsolete GL_MESA_trace stuff by Brian Paul · 18 years ago
  90. 9e4a06a added 1.3/1.4 function mangling by Brian Paul · 18 years ago
  91. 5ab9dcd return void instead of GLvoid for glClearDebugLogMESA(), glGetDebugLogMESA() by Brian Paul · 18 years ago
  92. a3a6401 added #ifdef tests for Windows for int64_t, uint64_t by Brian Paul · 18 years ago
  93. e08557a by Jouk Jansen · 18 years ago
  94. 8cf3c85 by Jouk Jansen · 18 years ago
  95. 7986cfb remove extension defines/protos that are now in glext.h by Brian Paul · 18 years ago
  96. 3cd07d2 latest version from OpenGL ARB by Brian Paul · 18 years ago
  97. 8c41c75 Add support for GL_EXT_gpu_program_parameters. Any driver that enables by Ian Romanick · 18 years ago
  98. 37b5b01 s/GLvoid/void/ to fix gcc 4.2 issue (bug 7875) by Brian Paul · 18 years ago
  99. 32a9e9b Fix white-space problem in the prototype for glBlitFramebufferEXT that by Ian Romanick · 18 years ago
  100. 56f349515 Convert comment header for __GLcontextModesRec to Doxygen style. by Ian Romanick · 18 years ago