1. 744c3a3 get rid of meaningless XFree86LOADER test (bug 9144) by Brian Paul · 18 years ago
  2. f7436f4 regenerate from gl.h by Brian Paul · 18 years ago
  3. bb69d3a remove obsolete GL_MESA_trace stuff by Brian Paul · 18 years ago
  4. 9e4a06a added 1.3/1.4 function mangling by Brian Paul · 18 years ago
  5. 5ab9dcd return void instead of GLvoid for glClearDebugLogMESA(), glGetDebugLogMESA() by Brian Paul · 18 years ago
  6. a3a6401 added #ifdef tests for Windows for int64_t, uint64_t by Brian Paul · 18 years ago
  7. e08557a by Jouk Jansen · 18 years ago
  8. 8cf3c85 by Jouk Jansen · 18 years ago
  9. 7986cfb remove extension defines/protos that are now in glext.h by Brian Paul · 18 years ago
  10. 3cd07d2 latest version from OpenGL ARB by Brian Paul · 18 years ago
  11. 8c41c75 Add support for GL_EXT_gpu_program_parameters. Any driver that enables by Ian Romanick · 18 years ago
  12. 37b5b01 s/GLvoid/void/ to fix gcc 4.2 issue (bug 7875) by Brian Paul · 18 years ago
  13. 32a9e9b Fix white-space problem in the prototype for glBlitFramebufferEXT that by Ian Romanick · 18 years ago
  14. 56f349515 Convert comment header for __GLcontextModesRec to Doxygen style. by Ian Romanick · 18 years ago
  15. 7196cdd by Sean D'Epagnier · 18 years ago
  16. 4b1e6a4 remove stray text from previous check-in by Brian Paul · 18 years ago
  17. 6c07159 added GL_EXT_texture_sRGB by Brian Paul · 18 years ago
  18. 90d7b9c Move GL_MESA_shader_debug from glext.h to gl.h. by Michal Krol · 18 years ago
  19. bd0bfd1 reorder a few token definitions by Brian Paul · 18 years ago
  20. c8f8fbe remove const qualifier from glGenVertexArraysAPPLE() parameter by Brian Paul · 18 years ago
  21. efbf170 updated GLX_EXT_texture_from_pixmap tokens (Dave Reveman) by Brian Paul · 18 years ago
  22. bea7fe5 Update to final EXT_tfp tokens by David Reveman · 18 years ago
  23. 0157624 Update function signatures for EXT_tfp entrypoints. by Adam Jackson · 18 years ago
  24. ba23f69 FBConfig support for EXT_tfp by David Reveman · 19 years ago
  25. ea2b711 Add attrib_list to glXBindTexImageEXT by David Reveman · 19 years ago
  26. 3a3e63d DMesa now uses OSMesa as a back-end. by Daniel Borca · 19 years ago
  27. 9305cba bump version/date by Brian Paul · 19 years ago
  28. f2ad1b6 Dave Reveman's patch for GLX_MESA_copy_sub_buffer support by Brian Paul · 19 years ago
  29. 8ea3353 XMesaDrawLine macro, not currently used by Brian Paul · 19 years ago
  30. a8c9ecf Fixes from Brian by Karl Schultz · 19 years ago
  31. 4cbd16e fix some PFNGL* typedefs by Brian Paul · 19 years ago
  32. 9c32af5 Add prototypes for GLX_MESA_swap_frame_usage, GLX_MESA_swap_control, and by Brian Paul · 19 years ago
  33. a231097 GL_EXT_framebuffer_blit tokens/functions by Brian Paul · 19 years ago
  34. 44a2e96 include inttypes.h if __osf__ defined (Randall Hand) by Brian Paul · 19 years ago
  35. 640ef7f EGL 1.2 tokens/functions/etc. by Brian Paul · 19 years ago
  36. f3cf636 WGL_ARB_extensions_string extension by Brian Paul · 19 years ago
  37. b6d7a0c regenerate to pick up glGetQueryObject[u]i64vEXT funcs by Brian Paul · 19 years ago
  38. 215aa20 rename eglShowSurfaceMESA, add EGL_SCREEN_POSITION_GRANULARITY_MESA by Brian Paul · 19 years ago
  39. 5abc246 bump version number by Brian Paul · 19 years ago
  40. 5262c22 remove stray _ from GL[u]int64_EXT by Brian Paul · 19 years ago
  41. 4c3443b handle 64-bit types for Windows. by Karl Schultz · 19 years ago
  42. 0fa8c59 Updates for GL_EXT_timer_query: by Brian Paul · 19 years ago
  43. 96f2165 assorted fixes for server-side direct rendering (bug 5199) by Brian Paul · 19 years ago
  44. ba3da61 Added OSMesaColorClamp(), bug 4917 by Brian Paul · 19 years ago
  45. 3e9c099 remove a bunch of extension stuff that's in glxext.h by Brian Paul · 19 years ago
  46. 1b5d3d6 added GL_EXT_packed_depth_stencil by Brian Paul · 19 years ago
  47. 2eef2ec Silence some warnings. by Brian Paul · 19 years ago
  48. f66084b Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warnings. by Karl Schultz · 19 years ago
  49. c799e9e added GL_EXT_timer_query token by Brian Paul · 19 years ago
  50. 160b328 include stdint.h if WIN32 and GNUC (Colin Harrison). Patch forwarded to SGI. by Brian Paul · 19 years ago
  51. 68679d2 Remove '#if 0' block that was accidentally left in. by Ian Romanick · 19 years ago
  52. 1585c23 Major rip-up of internal function insertion interface. The old by Ian Romanick · 19 years ago
  53. 9f23a3a Fix SPARC assembly for 64-bit by Ian Romanick · 19 years ago
  54. 5c6fd3d No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE. by Ian Romanick · 19 years ago
  55. 5f1ba3e Fixes the glXGetProcAddress portion of the interface. Most of the functions by Ian Romanick · 19 years ago
  56. e9dbe58 Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedef by Ian Romanick · 19 years ago
  57. c39bf5e All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows by Ian Romanick · 19 years ago
  58. 23606a5 updated to version 29 by Brian Paul · 19 years ago
  59. ee7ad16 regenerated by Brian Paul · 19 years ago
  60. 2c7336a put full prototype on one line to fix gl_mangle.h generation (Dave Reveman) by Brian Paul · 19 years ago
  61. 012de39 remove stray line by Brian Paul · 19 years ago
  62. d45cb9a regenerate for latest glext.h by Brian Paul · 19 years ago
  63. 5d5100a remove temporary GL_EXT_framebuffer_object info by Brian Paul · 19 years ago
  64. 2e081cd updated to version 28 by Brian Paul · 19 years ago
  65. 198d6d0 remove eglQueryDisplayMESA() by Brian Paul · 19 years ago
  66. 72a3139 EGL_MESA_copy_context stuff by Brian Paul · 19 years ago
  67. 1c606a9 Add empty placeholder for eglCopyContextMESA by Jon Smirl · 19 years ago
  68. 8110df4 Fix compiler warning about missing parameter list by Jon Smirl · 19 years ago
  69. 7012d01 First attempt at getting egl support up on dumb framebuffer. by Jon Smirl · 19 years ago
  70. db21f1c The "P" suffix on APIENTRY and GLAPIENTRY is to be used for pointers to by Karl Schultz · 19 years ago
  71. e4b2356 Major check-in of changes for GL_EXT_framebuffer_object extension. by Brian Paul · 19 years ago
  72. fe6ee3f EGLScreenMESA updates by Brian Paul · 19 years ago
  73. 20d44dc types for Mesa implementation of EGL by Brian Paul · 20 years ago
  74. 11b0a76 prototype EGL_MESA_screen_surface. by Brian Paul · 20 years ago
  75. 8ff72e9 Add preliminary EGL headers. by Adam Jackson · 20 years ago
  76. 9bfd958 bring over structs from Xorg glx.h to make Mesa glx.h the one true glx.h by Dave Airlie · 20 years ago
  77. 24dcc6b Add GLX_MESA_allocate_memory from Xorg glx.h by Dave Airlie · 20 years ago
  78. dee1c79 add more functionality to miniglx for glitz by Dave Airlie · 20 years ago
  79. f321f16 fix non-Win32 definition of GLUTAPIENTRY, remove some cruft by Brian Paul · 20 years ago
  80. 0929822 add EnableExtension so r200 enables all its extensions, add mesa memory by Dave Airlie · 20 years ago
  81. d084982 Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden. by Adam Jackson · 20 years ago
  82. cf69e05 added GL_EXT_framebuffer_object enums/funcs. Remove when glext.h is updated by Brian Paul · 20 years ago
  83. 5b0dd89 remove a bunch of temporary #defines, now that glext.h was updated by Ian Romanick · 20 years ago
  84. 1060211 fix glGetString funniness by Brian Paul · 20 years ago
  85. 14dee36 glext.h version 26 by Brian Paul · 20 years ago
  86. 5255044 added a few OpenGL 2.0 tokens (temporary) by Brian Paul · 20 years ago
  87. d7b837a temporary prototypes for OpenGL 2.0 by Brian Paul · 20 years ago
  88. 85edffd added GLX_NV_float_buffer by Brian Paul · 20 years ago
  89. 81ca616 DirectFB driver (Claudio Ciccani) by Brian Paul · 20 years ago
  90. 538541e VMS update by Brian Paul · 20 years ago
  91. 8b563fd added DMesaProc type to prevent gcc 3.4.3 warnings by Daniel Borca · 20 years ago
  92. 38b317d uint*t -> u_int*t changes by Alan Hourihane · 20 years ago
  93. 8635615 Check for some header defines before redefining functions. Silences warnings. by Alan Hourihane · 20 years ago
  94. bf4c23d no need to include stddef.h anymore by Brian Paul · 20 years ago
  95. 4d88098 Have OSMesaGetProcAddress() return new OSMESAproc typedef. by Brian Paul · 20 years ago
  96. 2dd5b9e typedef GLUTproc, return it from glutGetProcAddress() by Brian Paul · 20 years ago
  97. b653aae minor APIENTRY clean-ups by Brian Paul · 20 years ago
  98. 83889ff Remove need for defining _MSC_VER when building Mesa for windows with by Brian Paul · 20 years ago
  99. bcd8735 Import sarea.h from Xorg, needed for client GLX code. by Adam Jackson · 20 years ago
  100. 33899b7 Add support for OES_read_format. As soon as glext.h is updated with the by Ian Romanick · 20 years ago