1. 6d3b86c mesa: move LONGSTRING into generated enums.c by Brian Paul · 9 years ago
  2. 1e552db main: Add entry point for TextureBufferRange. by Laura Ekstrand · 9 years ago
  3. 8b2c845 mapi: actually remove unused u_thread.h by Brian Paul · 9 years ago
  4. 237dcb4 Fix invalid extern "C" around header inclusion. by Mark Janes · 9 years ago
  5. fe5fddd mapi: fix *glapi dependency tracking by Emil Velikov · 9 years ago
  6. 9385c59 mapi: remove u_thread.h by Brian Paul · 9 years ago
  7. 262cd68 mapi: use c11 call_once() instead of pthread_once() by Brian Paul · 9 years ago
  8. 18db13f mapi: THREADS was always defined, remove it by Brian Paul · 9 years ago
  9. 458c749 mapi: rewrite u_current_init() function without u_thread_self() by Brian Paul · 9 years ago
  10. 6b5eb7b mapi: fix preprocessor check in u_current_destroy() by Brian Paul · 9 years ago
  11. c3f352e mapi: remove u_macros.h by Brian Paul · 9 years ago
  12. 8aa9191 mapi: remove u_compiler.h by Brian Paul · 9 years ago
  13. 4ab7134 mapi: use util/macros.h instead of locally defined macros by Brian Paul · 9 years ago
  14. 41c87cc mapi: replace INLINE with inline by Brian Paul · 9 years ago
  15. 25a847d mapi: remove unneeded ARRAY_SIZE #define by Brian Paul · 9 years ago
  16. 00faf9f scons: Use -Werror MSVC compatibility flags per-directory. by Jose Fonseca · 9 years ago
  17. 3acd7a3 st/vega: Remove. by Jose Fonseca · 9 years ago
  18. 80c5bd7 configure: Leverage gcc warn options to enable safe use of C99 features where possible. by Jose Fonseca · 9 years ago
  19. 0a77ffc mapi: replace Elements() with ARRAY_SIZE() by Brian Paul · 9 years ago
  20. 76cd0f0 mapi: Don't rely on GNU void pointer arithmetic. by Matt Turner · 9 years ago
  21. 982723d Revert "configure: Leverage gcc warn options to enable safe use of C99 features where possible." by Kenneth Graunke · 9 years ago
  22. 79daa51 configure: Leverage gcc warn options to enable safe use of C99 features where possible. by Jose Fonseca · 9 years ago
  23. 3c915e5 glapi: add ARB_gpu_shader_fp64 (v2) by Dave Airlie · 10 years ago
  24. 86ffc36 mesa: Add support for the ARB_pipeline_statistics_query extension by Ben Widawsky · 10 years ago
  25. 11ebb03 mesa: implement GL_AMD_pinned_memory by Marek Olšák · 9 years ago
  26. 8332100 glapi: add GL_EXT_polygon_offset_clamp by Ilia Mirkin · 10 years ago
  27. a37ae2a mapi: Build with subdir-objects. by Matt Turner · 10 years ago
  28. 961def1 mapi: Remove vgapi from SUBDIRS. by Matt Turner · 10 years ago
  29. d36fa60 mesa: Add ARB_shader_precision infrastructure by Micah Fedke · 10 years ago
  30. f52fe39 mesa/glsl/glapi: enable GL_EXT_draw_buffers extension by Tapani Pälli · 10 years ago
  31. 98e64e5 main: Added entry point for glTextureBuffer. by Laura Ekstrand · 10 years ago
  32. a7d6951 main: Added entry points for glTextureStorage[23]DMultisample. by Laura Ekstrand · 10 years ago
  33. 91089d6 main: Added entry point for glGenerateTextureMipmap. by Laura Ekstrand · 10 years ago
  34. 239e3fb main: Added entry points for glCompressedTextureSubImage*D. by Laura Ekstrand · 10 years ago
  35. 8b5482e main: Added entry point for glGetCompressedTextureImage. by Laura Ekstrand · 10 years ago
  36. a739bde main: Added entry point for glGetTextureImage. by Laura Ekstrand · 10 years ago
  37. d6b7c40 main: Added entry points for CopyTextureSubImage*D. by Laura Ekstrand · 10 years ago
  38. c2c5077 main: Added entry points for glGetTextureParameteriv, Iiv, and Iuiv. by Laura Ekstrand · 10 years ago
  39. 89912d0 main: Added entry point for glGetTextureParameterfv. by Laura Ekstrand · 10 years ago
  40. 86bb3be main: Added entry points for glGetTextureLevelParameteriv, fv. by Laura Ekstrand · 10 years ago
  41. d954f60 main: Added entry points for glTextureParameteriv, Iiv, Iuiv. by Laura Ekstrand · 10 years ago
  42. 2ce5db3 main: Added entry point for glTextureParameterfv. by Laura Ekstrand · 10 years ago
  43. abc688e main: Added entry point for glTextureParameterf. by Laura Ekstrand · 10 years ago
  44. 77aabd8 main: Added entry point for BindTextureUnit. by Laura Ekstrand · 10 years ago
  45. b8939fd main: Added entry points for glTextureSubImage*D. by Laura Ekstrand · 10 years ago
  46. 5a5fe9f main: Added entry points for glTextureStorage*D. by Laura Ekstrand · 10 years ago
  47. 97c838c main: Added entry point for glCreateTextures. by Laura Ekstrand · 10 years ago
  48. 5687518 glapi: Added ARB_direct_state_access.xml file. by Laura Ekstrand · 10 years ago
  49. fd1f79f glapi: Force frame pointer elimination on Windows. by José Fonseca · 10 years ago
  50. 4b342fb mapi: add glapi-test and shared-glapi-test to .gitignore by Juha-Pekka Heikkila · 10 years ago
  51. 3f3aeb5 mapi: Move rules for generating glapi_mapi_tmp.h out of the conditional. by Matt Turner · 10 years ago
  52. 4401e2b mapi: Add ABI-check tests to distribution. by Matt Turner · 10 years ago
  53. 952b324 mesa: Add scons files to distribution. by Matt Turner · 10 years ago
  54. 55983a1 glapi/gen: Add gl_and_glX_API.xml to distribution. by Matt Turner · 10 years ago
  55. 748d0b0 vgapi: Add vgapi.csv to distribution. by Matt Turner · 10 years ago
  56. 72cf4ba mapi: Add mapi_abi.py to EXTRA_DIST by Matt Turner · 11 years ago
  57. 547faf1 glapi/gen: Add KHR_context_flush_control.xml to distribution. by Matt Turner · 10 years ago
  58. 7808344 glapi: Make mapi/glapi/gen before mapi to avoid distcheck problem. by Matt Turner · 10 years ago
  59. bc5f542 glapi: Remove dead mesadef.py. by Matt Turner · 10 years ago
  60. 5fdb6d6 mapi/glapi: Fix dll linkage of GLES1 symbols. by José Fonseca · 10 years ago
  61. baff470 glapi: Remove dead gl_offsets.py. by Matt Turner · 10 years ago
  62. 76ef547 glapi: Remove dead extension_helper.py. by Matt Turner · 10 years ago
  63. 60ec95f mesa: Add support for the GL_KHR_context_flush_control extension by Neil Roberts · 10 years ago
  64. a9c634d glx: Fix make check. by Mathias Fröhlich · 10 years ago
  65. ce61559 mesa: Add ARB_clip_control.xml to automake. by Mathias Fröhlich · 10 years ago
  66. 34a3c97 mesa: Implement ARB_clip_control. by Mathias Fröhlich · 10 years ago
  67. bbe9316 glapi: Fix compiler warning and script name by Jan Vesely · 10 years ago
  68. 343795e mesa: remove last DJGPP remains by Emil Velikov · 10 years ago
  69. 209eba4 mesa: Drop _mesa_bsearch() wrapper. by Matt Turner · 10 years ago
  70. 9499d6e mesa: Unifdef _WIN32_WCE. by Matt Turner · 10 years ago
  71. 504f5f9 glapi: Add KHR_debug functions to check_table test by Timothy Arceri · 10 years ago
  72. c35f14f Eliminate several cases of multiplication in arguments to calloc by Carl Worth · 10 years ago
  73. 3246e11 mesa: implement GL_MAX_VERTEX_ATTRIB_STRIDE by Timothy Arceri · 10 years ago
  74. 1a51751 glapi: add GL_ARB_conditional_render_inverted by Tobias Klausmann · 10 years ago
  75. e87106d mapi: Inline shared-glapi/tests/Makefile. by Matt Turner · 10 years ago
  76. 7172f02 mapi: Inline glapi/tests/Makefile. by Matt Turner · 10 years ago
  77. 9dbb0f4 mapi: Inline glapi/Makefile. by Matt Turner · 10 years ago
  78. dff5a21 mapi: Inline es2api/Makefile. by Matt Turner · 10 years ago
  79. 18ef513 mapi: Inline es1api/Makefile. by Matt Turner · 10 years ago
  80. c3ce1a9 mapi: Inline shared-glapi/Makefile. by Matt Turner · 10 years ago
  81. e474cb4 mesa: add ARB_texture_barrier support by Ilia Mirkin · 10 years ago
  82. 41b6460 mesa: Add GL API support for ARB_copy_image by Jason Ekstrand · 10 years ago
  83. bf3a2626 glapi: Do not use backtrace on DragonFly. by Vinson Lee · 10 years ago
  84. 76b11d1 glapi: add indexed blend functions (GL 4.0) by Tapani Pälli · 10 years ago
  85. 637b6c2 mesa: add ARB_clear_texture.xml to file list, remove duplicate decls by Ilia Mirkin · 10 years ago
  86. c4067ac mesa/main: add ARB_clear_texture entrypoints by Ilia Mirkin · 10 years ago
  87. e945a19 glapi: Use GetProcAddress instead of dlsym on Windows. by Vinson Lee · 10 years ago
  88. 4000c01 Remove the ATI_envmap_bumpmap extension by Jason Ekstrand · 10 years ago
  89. 22448c8 glapi: Add (empty) api section for ARB_fragment_layer_viewport by Chris Forbes · 11 years ago
  90. bd5f120 glapi: add GL_ARB_explicit_uniform_location by Tapani Pälli · 10 years ago
  91. cef3f9b glapi: Add XML infrastructure for ARB_compressed_texture_pixel_storage by Chris Forbes · 10 years ago
  92. 7e0dd80 glapi: Note apparent gap in numbering from ARB_multi_draw_indirect by Chris Forbes · 11 years ago
  93. 7b1aeec glapi: Duplicate GLES1 prototypes in glapi_dispatch.c by Ian Romanick · 10 years ago
  94. 5a459a0 Fix build of appleglx by Jon TURNEY · 10 years ago
  95. ff5456d glapi: Avoid heap corruption in _glapi_table by Jeremy Huddleston Sequoia · 10 years ago
  96. dac82ce mesa: Add core support for the GL_INTEL_performance_query extension. by Petri Latvala · 10 years ago
  97. 7d9adef mesa: Enable GL_EXT_separate_shader_objects for OpenGL ES by Ian Romanick · 10 years ago
  98. fb615fe mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objects by Ian Romanick · 10 years ago
  99. 6655e70 glapi: Add infrastructure for ARB_multi_bind by Fredrik Höglund · 11 years ago
  100. 3a2885f mapi: OpenVG symbol exports. by Enrico Horn · 10 years ago