1. 85e9bbc Revert "mapi: export all GLES 3.2 functions in libGLESv2.so" by Dylan Baker · 8 years ago
  2. 411a72d mesa: add new entrypoints for GL_OES_viewport_array by Ilia Mirkin · 8 years ago
  3. e66a2b8 mapi: export all GLES 3.2 functions in libGLESv2.so by Dylan Baker · 8 years ago
  4. ce83e36 mapi: sort static_data.py functions by Dylan Baker · 8 years ago
  5. 2fd51cf mapi: retab static_data.py to be consistent by Dylan Baker · 8 years ago
  6. 533b353 direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI") by Jon Turney · 8 years ago
  7. 83116d0 mesa: introduce glPrimitiveBoundingBoxARB entrypoint by Ilia Mirkin · 8 years ago
  8. f654b49 mapi: add gl32.h to the list of GLES3 headers for installation by Ilia Mirkin · 8 years ago
  9. 8122e30 mapi: don't forget to expose GetPointerv in GL ES 3.2 by Ilia Mirkin · 8 years ago
  10. 3b81c99 mesa: add scaffolding for OES/EXT_primitive_bounding_box by Ilia Mirkin · 8 years ago
  11. 6a5504d Update Khronos-supplied headers to r33100 by Ilia Mirkin · 8 years ago
  12. 09dafb9 scons: Take indirect gl_and_es_API.xml dependencies in consideration. by Jose Fonseca · 8 years ago
  13. 1a72fbf mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_size by Ian Romanick · 8 years ago
  14. a8ae1bc glapi: add KHR_blend_equation_advanced dispatch by Ilia Mirkin · 9 years ago
  15. 83d2f9d mesa: Rename "texturebarrier" source files to "barrier". by Francisco Jerez · 8 years ago
  16. acb12a1 glapi: Add XML for GL_EXT_shader_framebuffer_fetch. by Francisco Jerez · 8 years ago
  17. dd93cbc mesa: Document that _mesa_enum_to_string() returns non-null (v2) by Chad Versace · 8 years ago
  18. 73554c4 mapi: Add PatchParameteriOES and PatchParameteriEXT. by Kenneth Graunke · 8 years ago
  19. 4da9f7e mapi: fix typo in macro name by Eric Engestrom · 8 years ago
  20. 5ec140c mapi: Massage code to allow clang to compile. by Matt Turner · 8 years ago
  21. 5921f37 mapi: Export all GLES 3.1 functions in libGLESv2.so by Ian Romanick · 8 years ago
  22. 78506ad glapi: add GL_EXT_window_rectangles entrypoints by Ilia Mirkin · 8 years ago
  23. 5378ee8 glapi: remap_helper.py: remove MESA_alt_functions by Emil Velikov · 8 years ago
  24. 7d7e015 mesa: add drawbuffer argument to ClearNamedFramebufferfi by Ilia Mirkin · 8 years ago
  25. a1c5cd4 glapi/glx: Add overflow checks to the client-side indirect code by Adam Jackson · 8 years ago
  26. faae9ab mapi: expose new functions in GL ES 3.2 by Ilia Mirkin · 8 years ago
  27. 8c00fe3 scons: whitespace cleanup by Giuseppe Bilotta · 8 years ago
  28. 85008db i965: Enable GL_KHR_robustness by Kristian Høgsberg Kristensen · 8 years ago
  29. 1c1873b mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED). by Kenneth Graunke · 8 years ago
  30. 2ad9d62 glapi/gen: Copy some GL 1.0 enum details into ARB_viewport_array by Adam Jackson · 9 years ago
  31. f4983b1 glapi: Define PURE for Sun Studio as well by Adam Jackson · 9 years ago
  32. f1dd8dd glapi/glx: Mark byteswap functions as _X_UNUSED (v2) by Adam Jackson · 9 years ago
  33. ea08a5b glapi: Harden GLX request size processing (v2) by Adam Jackson · 9 years ago
  34. 88cfc9d glapi: Add the safe_{add,mul,pad} functions from xserver by Adam Jackson · 9 years ago
  35. 7bc5c7f glapi: Fix whitespace droppings when printing the license header by Adam Jackson · 9 years ago
  36. f2a2e08 glapi: Add GL_ARB_cull_distance by Tobias Klausmann · 9 years ago
  37. be5010c glapi: fix parameter type for GetSamplerParameterIuivEXT() in es_EXT.xml by Brian Paul · 9 years ago
  38. 24bb6ee glapi: Update dispatch XML files for OES_texture_compression_astc.xml by Anuj Phogat · 9 years ago
  39. 23cf24e mapi/glapi: Fix dup word typo in glapi_getproc.c by Edward O'Callaghan · 9 years ago
  40. 9a25c8a scons: Whenever possible decide what to do based on platform and not compiler. by Jose Fonseca · 9 years ago
  41. 23949cd glapi: fix _glapi_get_proc_address() for mangled function names by Frederic Devernay · 9 years ago
  42. d76e1cd mesa: expose EXT_base_instance in ES3 contexts by Ilia Mirkin · 9 years ago
  43. 807e2c2 mesa: expose EXT_polygon_offset_clamp in ES contexts by Ilia Mirkin · 9 years ago
  44. e0e1683 mesa: add GL_OES/EXT_draw_buffers_indexed support by Ilia Mirkin · 9 years ago
  45. a94d8d5 mesa: add GL_EXT_copy_image support by Ilia Mirkin · 9 years ago
  46. ebdb534 mesa: add GL_OES_copy_image support by Ilia Mirkin · 9 years ago
  47. 411a88a mesa: add GL_OES_sample_shading support by Ilia Mirkin · 9 years ago
  48. 5e1aec6 glapi/glx: Mark the indirect swapped dispatch functions _X_COLD by Adam Jackson · 9 years ago
  49. ea0f62e glapi/glx: Sync some additional error checking from xserver by Adam Jackson · 9 years ago
  50. b4c0c51 mesa: add OES_texture_buffer and EXT_texture_buffer support by Ilia Mirkin · 9 years ago
  51. 2b8492d glapi/glx: Treat xserver generated targets as .PHONY by Adam Jackson · 9 years ago
  52. c2f0bc2 glapi/glx: Thunk non-ABI calls through GetProcAddress by Adam Jackson · 9 years ago
  53. ce3f0b2 glapi/glx: Emit direct GL calls instead of dispatch lookup by Adam Jackson · 9 years ago
  54. c0a9cbe glx: Unbreak generating some of the xorg glx headers by Adam Jackson · 9 years ago
  55. c85544a glapi: remove the final function offset tags by Emil Velikov · 9 years ago
  56. 2453bba mesa: Add dispatch and extension XML for GL_ARB_internalformat_query2 by Alejandro Piñeiro · 9 years ago
  57. 571bd9a mesa: add GL_EXT_texture_border_clamp support by Ilia Mirkin · 9 years ago
  58. b665483 mesa: add GL_OES_texture_border_clamp support by Ilia Mirkin · 9 years ago
  59. 5fdbfb8 mesa: move GL_ARB_debug_output code into new debug_output.c file by Brian Paul · 9 years ago
  60. 837f74a mesa: implement GL_ATI_meminfo (v2) by Marek Olšák · 9 years ago
  61. 1d79b99 mesa: implement GL_NVX_gpu_memory_info (v2) by Marek Olšák · 9 years ago
  62. 4913d38 glapi: Add xml infrastructure for ARB_query_buffer_object by Rafal Mielniczuk · 11 years ago
  63. af5a14d glapi: add GL_OES_geometry_shader extension by Marta Lofstedt · 9 years ago
  64. 1f7a96e mesa: add GREMEDY_string_marker by Rob Clark · 9 years ago
  65. 5d4b202 glapi: Build glapi_gentable.c only on Darwin by Andreas Boll · 9 years ago
  66. daa775b mesa: Reduce libGL.so binary size by about 15% by Arlie Davis · 9 years ago
  67. 7bc7145 mapi: include gl.xml in the tarball by Emil Velikov · 9 years ago
  68. b3e2c21 glapi: add ARB_indirect_parameters definitions by Ilia Mirkin · 9 years ago
  69. 1ca7357 mesa: do not enable KHR_debug for ES 1.0 by Emil Velikov · 9 years ago
  70. f53f9eb glapi: add GetPointervKHR to the ES dispatch by Emil Velikov · 9 years ago
  71. 56aff6bb Remove Sun CC specific code. by Jose Fonseca · 9 years ago
  72. f391b95 glapi: work-around MSVC 65K string length limitation for enums.c by Brian Paul · 9 years ago
  73. 148c2f5 mapi: Fix enums.c build with other build systems. by Eric Anholt · 9 years ago
  74. 4922a3a mesa: Drop the blacklisting of new GL enums. by Eric Anholt · 9 years ago
  75. b65e44f mesa: Use a 32-bit offset for the enums.c string offset table. by Eric Anholt · 9 years ago
  76. c75cfe1 mesa: Prefer newer names to older ones among names present in core. by Eric Anholt · 9 years ago
  77. 710762b mesa: Drop bitfield "enums" from the enum-to-string table. by Eric Anholt · 9 years ago
  78. cbabf5f mesa: Switch to using the Khronos registry for generating enums. by Eric Anholt · 9 years ago
  79. f72923a mesa: Remove the python mode bits from gl_enums.py. by Eric Anholt · 9 years ago
  80. 741f642 mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS. by Eric Anholt · 9 years ago
  81. 5cb9dc4 mesa: Drop enums that had been removed in later revs of specs. by Eric Anholt · 9 years ago
  82. 5a7e5d8 mesa: Fix a typo in AMD_performance_monitor enum. by Eric Anholt · 9 years ago
  83. bfc64b9 mesa: Fix enum definition of CULL_VERTEX_EYE/OBJECT_POSITION by Eric Anholt · 9 years ago
  84. 76ec0b9 mesa: Add a copy of the Khronos gl.xml (SVN #31705). by Eric Anholt · 9 years ago
  85. 63b49e1 mesa: remove ARB_geometry_shader4 by Marta Lofstedt · 9 years ago
  86. 625414f glapi: add EXT_blend_func_extended XML definitions by Ryan Houdek · 9 years ago
  87. 13b19aa mesa: expose support for GL_EXT_buffer_storage by Ryan Houdek · 9 years ago
  88. af7c98a mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ES by Ryan Houdek · 9 years ago
  89. ae6ff72 glapi: add function pointers for KHR_debug for gles by Matthew Waters · 9 years ago
  90. 798f260 mapi: Make _glapi_get_stub work with "gl" or "mgl" prefix. by Kyle Brenneman · 9 years ago
  91. 91191af glapi: add ARB_shader_storage_block_buffer_object by Samuel Iglesias Gonsalvez · 10 years ago
  92. 1aff899 mesa: move GL_APPLE_object_purgeable functions to new file by Brian Paul · 9 years ago
  93. 96509aa mapi: automake: rework the source generation rules by Emil Velikov · 9 years ago
  94. 449ce5d mapi: automake: rework the *api/glapi_mapi_tmp.h rules by Emil Velikov · 9 years ago
  95. e34834f glapi: Inline x86_64_current_tls(). by Matt Turner · 10 years ago
  96. d770e27 mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1 by Marta Lofstedt · 9 years ago
  97. 2ef5a4f ABI-check: Use more portable bash invocation. by Vinson Lee · 9 years ago
  98. 559b884 glapi: Remove _x86_64_get_get_dispatch symbol from x86-64 assembly. by Matt Turner · 10 years ago
  99. f4280b7 glapi: add GL_OES_texture_storage_multisample_2d_array extension by Tapani Pälli · 9 years ago
  100. e9fd8e1 glapi: add support for KHR_texture_compression_astc_ldr by Nanley Chery · 10 years ago