1. 13b19aa mesa: expose support for GL_EXT_buffer_storage by Ryan Houdek · 9 years ago
  2. af7c98a mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ES by Ryan Houdek · 9 years ago
  3. ae6ff72 glapi: add function pointers for KHR_debug for gles by Matthew Waters · 9 years ago
  4. 798f260 mapi: Make _glapi_get_stub work with "gl" or "mgl" prefix. by Kyle Brenneman · 9 years ago
  5. 91191af glapi: add ARB_shader_storage_block_buffer_object by Samuel Iglesias Gonsalvez · 9 years ago
  6. 1aff899 mesa: move GL_APPLE_object_purgeable functions to new file by Brian Paul · 9 years ago
  7. 96509aa mapi: automake: rework the source generation rules by Emil Velikov · 9 years ago
  8. 449ce5d mapi: automake: rework the *api/glapi_mapi_tmp.h rules by Emil Velikov · 9 years ago
  9. e34834f glapi: Inline x86_64_current_tls(). by Matt Turner · 10 years ago
  10. d770e27 mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1 by Marta Lofstedt · 9 years ago
  11. 2ef5a4f ABI-check: Use more portable bash invocation. by Vinson Lee · 9 years ago
  12. 559b884 glapi: Remove _x86_64_get_get_dispatch symbol from x86-64 assembly. by Matt Turner · 10 years ago
  13. f4280b7 glapi: add GL_OES_texture_storage_multisample_2d_array extension by Tapani Pälli · 9 years ago
  14. e9fd8e1 glapi: add support for KHR_texture_compression_astc_ldr by Nanley Chery · 9 years ago
  15. ec256ec mapi: ship ARB_tessellation_shader.xml by Emil Velikov · 9 years ago
  16. f67dde0 mesa: Implement glMemoryBarrierByRegion by Marta Lofstedt · 9 years ago
  17. 319b83b apiexec: remove leading gl from shader subroutine interfaces by Dave Airlie · 9 years ago
  18. 24b0e50 dispatch_sanity: add shader subroutine to fix make check by Dave Airlie · 9 years ago
  19. b8f3e31 glapi: Add ARB_shader_subroutine functions and enums (v2) by Chris Forbes · 10 years ago
  20. e2b59a3 mapi: add ARB_tessellation_shader by Fabian Bieler · 11 years ago
  21. b06a685 glapi: fix argument parsing in glX_proto_recv.py by Dylan Baker · 9 years ago
  22. 48f9f0b mesa: add API dispatch for GL_ARB_get_texture_sub_image by Brian Paul · 9 years ago
  23. 2f11e92 mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). by Kenneth Graunke · 9 years ago
  24. 404a90b mesa: Enable subdir-objects globally. by Matt Turner · 9 years ago
  25. 06109db glapi: remap_helper.py: remove unused argument 'es' by Emil Velikov · 9 years ago
  26. ec16bb6 glapi: gl_table.py: remove unused variable 'es' by Emil Velikov · 9 years ago
  27. c9d26f2 mesa: Constants and functions for ARB_framebuffer_no_attachments by Kevin Rogovin · 9 years ago
  28. 4e5efa9e glapi: Make GL_ARB_direct_state_access functions exclusive to core profile by Ian Romanick · 9 years ago
  29. f20899b glapi: Store exec table version info outside the XML by Ian Romanick · 9 years ago
  30. 366ceac gles/es3.1: Enable dispatch of almost all new GLES 3.1 functions by Ian Romanick · 9 years ago
  31. b787f48 glapi: Avoid argparse type argument for API XML input files. by Jose Fonseca · 9 years ago
  32. 3f823cc glapi: glX_proto_size.py: use a main function by Dylan Baker · 9 years ago
  33. 9ace0b5 glapi: glX_proto_size.py: use argparse instead of getopt by Dylan Baker · 9 years ago
  34. 1c7cc67 glapi: glX_proto_recv.py: Use a main function by Dylan Baker · 9 years ago
  35. d986cb7 glapi: glX_proto_recv.py: use argparse instead of getopt by Dylan Baker · 9 years ago
  36. 67d3ec0 glapy: gl_genexec.py: use a main function by Dylan Baker · 9 years ago
  37. 79c4e59 glapi: gl_genexec.py: use argparse instead of getopt by Dylan Baker · 9 years ago
  38. 9097a4a glapi: glX_proto_send.py: use a main function. by Dylan Baker · 10 years ago
  39. 9eed4e6 glapi: glX_proto_send.py: use argparse instead of getopt by Dylan Baker · 10 years ago
  40. dddac8c glapi: glX_server_table.py: use argparse instead of getopt by Dylan Baker · 10 years ago
  41. 952bd30 glapi: gl_SPARC_asm.py: use main function by Dylan Baker · 10 years ago
  42. 86c9fb5 glapi: gl_SPARC_asm.py use argparse instead of getopt by Dylan Baker · 10 years ago
  43. f2e78bd glapi: gl_x86-64_asm.py: Use a main function by Dylan Baker · 10 years ago
  44. 2e3da44 glapi: gl_x86_64_asm.py: Use argparse instead of getopt by Dylan Baker · 10 years ago
  45. 4892456 glapi: gl_x86_asm.py: use a main function by Dylan Baker · 10 years ago
  46. fc96122 glapi: gl_x86_asm.py: use argparse instead of getopt by Dylan Baker · 10 years ago
  47. 5998d32 glapi: gl_gentable.py: use a main function by Dylan Baker · 10 years ago
  48. d36fa44 glapi: gl_gentable.py: Replace getopt with argparse by Dylan Baker · 10 years ago
  49. 3317cea glapi: gl_apitemp.py: Use a main function by Dylan Baker · 10 years ago
  50. 24ec03b glapi: gl_apitemp.py: Convert to argparse instead of getopt by Dylan Baker · 10 years ago
  51. 6c4dcef glapi: gl_enums.py: use main() function for if __name__ == "__main__" by Dylan Baker · 10 years ago
  52. fd5f1dd glapi: gl_enums.py: use argparse instead of getopt. by Dylan Baker · 10 years ago
  53. e51530b glapi: gl_procs.py: Use argparse rather than getopt by Dylan Baker · 10 years ago
  54. 28ecdd6 glapi: gl_procs.py: Fix a few low hanging style things by Dylan Baker · 10 years ago
  55. 622fee4 glapi: remap_helper.py: use argparse instead of optparse by Dylan Baker · 10 years ago
  56. bdae3bc glapi: remap_helper.py: Fix some low hanging style issues by Dylan Baker · 10 years ago
  57. cf718cc glapi: gl_table.py: replace getopt with argparse. by Dylan Baker · 10 years ago
  58. b6298c7 glapi: gl_table.py: Fix some low hanging style issues by Dylan Baker · 10 years ago
  59. 0c9e0b7 glapi: track GL_ARB_program_interface_query.xml by Emil Velikov · 9 years ago
  60. 35c2810 glapi: Remove offset from the DTD by Ian Romanick · 9 years ago
  61. a759100 glapi: Whitespace clean up after the previous commit by Ian Romanick · 9 years ago
  62. f507d33 glapi: Remove all offset tags from the XML by Ian Romanick · 9 years ago
  63. 2b419e0 glapi: Use the offsets from static_data.py instead of from the XML by Ian Romanick · 9 years ago
  64. 0fe7eab glapi: Add a list of functions that are not used but still need dispatch slots by Ian Romanick · 9 years ago
  65. d2ee60c glapi: Remove static dispatch for functions that didn't exist in NVIDIA by Ian Romanick · 9 years ago
  66. 4adfc6e glapi: Remove static dispatch for functions that didn't exist in fglrx by Ian Romanick · 9 years ago
  67. 90a1a4e glapi: Remove static dispatch for functions that didn't exist in 10.3 by Ian Romanick · 9 years ago
  68. c1ad2ba glapi: Remove static dispatch for functions that didn't exist in 10.4 by Ian Romanick · 9 years ago
  69. 832d43b glapi: Remove static dispatch for functions that didn't exist in 10.5 by Ian Romanick · 9 years ago
  70. ea54b3e glapi: Remove static_dispatch from the DTD by Ian Romanick · 9 years ago
  71. 7a22e78 glapi: Whitespace clean up after the previous commit by Ian Romanick · 9 years ago
  72. 44e6739 glapi: Remove all static_dispatch tags from the XML by Ian Romanick · 9 years ago
  73. d9be1db glapi: Store list of functions with static dispatch in a separate table by Ian Romanick · 9 years ago
  74. d649fcf glapi: Store static dispatch offsets in a separate table by Ian Romanick · 9 years ago
  75. 5aaabd7 mesa: Remove all vestiges of glFramebufferTextureFaceARB by Ian Romanick · 9 years ago
  76. 0784bb0 glapi: Mark a couple functions "ignore" for GLX by Ian Romanick · 9 years ago
  77. 9de7a81 main: Add entry point for NamedFramebufferDrawBuffers. by Laura Ekstrand · 10 years ago
  78. 1f0a5f3 main: Add entry point for NamedFramebufferReadBuffer. by Laura Ekstrand · 10 years ago
  79. 642fb71 main: Add entry point for NamedFramebufferDrawBuffer. by Laura Ekstrand · 10 years ago
  80. 9f1db78 main: Add stubs for [Get]NamedFramebufferParameteri[v]. by Laura Ekstrand · 10 years ago
  81. a0329c7 main: Fake entry point for glClearNamedFramebufferfi. by Laura Ekstrand · 10 years ago
  82. bbd9c55 main: Fake entry point for glClearNamedFramebufferfv. by Laura Ekstrand · 10 years ago
  83. 43db4b8 main: Fake entry point for glClearNamedFramebufferuiv. by Laura Ekstrand · 10 years ago
  84. 6236c47 main: Fake entry point for glClearNamedFramebufferiv. by Laura Ekstrand · 10 years ago
  85. d890fc7 main: Add entry points for InvalidateNamedFramebuffer[Sub]Data. by Laura Ekstrand · 10 years ago
  86. 47b910d main: Add entry point for BlitNamedFramebuffer. by Laura Ekstrand · 10 years ago
  87. f22fa30 main: Add entry point GetNamedFramebufferAttachmentParameteriv. by Laura Ekstrand · 10 years ago
  88. f93f959 main: Add entry point for CheckNamedFramebufferStatus. by Laura Ekstrand · 10 years ago
  89. 085c67d main: Major refactor of get_texture_for_framebuffer. by Laura Ekstrand · 10 years ago
  90. d78c831 main: Add entry points for glNamedFramebufferTexture[Layer]. by Laura Ekstrand · 10 years ago
  91. a29318b main: Add entry point for NamedFramebufferRenderbuffer. by Laura Ekstrand · 10 years ago
  92. f868de7 main: Add glCreateFramebuffers. by Laura Ekstrand · 10 years ago
  93. d27b114 glapi: Add extern "C" to glapi_priv.h by Alexander von Gluck IV · 9 years ago
  94. 97b268f mesa: Implement GetVertexArrayIndexed[64]iv by Fredrik Höglund · 10 years ago
  95. 1085c01 mesa: Implement GetVertexArrayiv by Fredrik Höglund · 10 years ago
  96. 0a895c3 mesa: Implement VertexArrayBindingDivisor by Fredrik Höglund · 10 years ago
  97. dc2eaaf mesa: Implement VertexArrayAttribBinding by Fredrik Höglund · 10 years ago
  98. f0030b0 mesa: Implement VertexArrayAttrib[I|L]Format by Fredrik Höglund · 10 years ago
  99. 3089268 mesa: Implement VertexArrayVertexBuffers by Fredrik Höglund · 10 years ago
  100. cc9b68e mesa: Implement VertexArrayVertexBuffer by Fredrik Höglund · 10 years ago