Android: clean-up and fix DRI module path handling
[mesa.git] / src / mapi / glapi /
2016-02-22 Ilia Mirkinmesa: add GL_EXT_texture_border_clamp support
2016-02-22 Ilia Mirkinmesa: add GL_OES_texture_border_clamp support
2016-02-08 Brian Paulmesa: move GL_ARB_debug_output code into new debug_outp...
2016-02-05 Marek Olšákmesa: implement GL_ATI_meminfo (v2)
2016-02-05 Marek Olšákmesa: implement GL_NVX_gpu_memory_info (v2)
2016-02-05 Rafal Mielniczukglapi: Add xml infrastructure for ARB_query_buffer_object
2016-01-22 Marta Lofstedtglapi: add GL_OES_geometry_shader extension
2016-01-21 Rob Clarkmesa: add GREMEDY_string_marker
2016-01-21 Andreas Bollglapi: Build glapi_gentable.c only on Darwin
2016-01-21 Arlie Davismesa: Reduce libGL.so binary size by about 15%
2016-01-07 Ilia Mirkinglapi: add ARB_indirect_parameters definitions
2015-12-03 Emil Velikovmesa: do not enable KHR_debug for ES 1.0
2015-12-03 Emil Velikovglapi: add GetPointervKHR to the ES dispatch
2015-12-02 Jose FonsecaRemove Sun CC specific code.
2015-12-01 Brian Paulglapi: work-around MSVC 65K string length limitation...
2015-12-01 Eric Anholtmapi: Fix enums.c build with other build systems.
2015-12-01 Eric Anholtmesa: Drop the blacklisting of new GL enums.
2015-12-01 Eric Anholtmesa: Use a 32-bit offset for the enums.c string offset...
2015-12-01 Eric Anholtmesa: Prefer newer names to older ones among names...
2015-12-01 Eric Anholtmesa: Drop bitfield "enums" from the enum-to-string...
2015-12-01 Eric Anholtmesa: Switch to using the Khronos registry for generati...
2015-12-01 Eric Anholtmesa: Remove the python mode bits from gl_enums.py.
2015-12-01 Eric Anholtmesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.
2015-12-01 Eric Anholtmesa: Drop enums that had been removed in later revs...
2015-12-01 Eric Anholtmesa: Fix a typo in AMD_performance_monitor enum.
2015-12-01 Eric Anholtmesa: Fix enum definition of CULL_VERTEX_EYE/OBJECT_POS...
2015-12-01 Eric Anholtmesa: Add a copy of the Khronos gl.xml (SVN #31705).
2015-11-26 Marta Lofstedtmesa: remove ARB_geometry_shader4
2015-11-19 Ryan Houdekglapi: add EXT_blend_func_extended XML definitions
2015-11-04 Ryan Houdekmesa: expose support for GL_EXT_buffer_storage
2015-11-02 Ryan Houdekmesa: expose support for OES/EXT_draw_elements_base_ver...
2015-10-07 Matthew Watersglapi: add function pointers for KHR_debug for gles
2015-09-25 Samuel Iglesias... glapi: add ARB_shader_storage_block_buffer_object
2015-09-16 Brian Paulmesa: move GL_APPLE_object_purgeable functions to new...
2015-09-09 Emil Velikovmapi: automake: rework the source generation rules
2015-09-01 Marta Lofstedtmesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1
2015-08-28 Matt Turnerglapi: Remove _x86_64_get_get_dispatch symbol from...
2015-08-27 Tapani Pälliglapi: add GL_OES_texture_storage_multisample_2d_array...
2015-08-26 Nanley Cheryglapi: add support for KHR_texture_compression_astc_ldr
2015-08-22 Emil Velikovmapi: ship ARB_tessellation_shader.xml
2015-08-17 Marta Lofstedtmesa: Implement glMemoryBarrierByRegion
2015-07-24 Dave Airlieapiexec: remove leading gl from shader subroutine inter...
2015-07-23 Dave Airliedispatch_sanity: add shader subroutine to fix make...
2015-07-23 Chris Forbesglapi: Add ARB_shader_subroutine functions and enums...
2015-07-22 Fabian Bielermapi: add ARB_tessellation_shader
2015-07-22 Dylan Bakerglapi: fix argument parsing in glX_proto_recv.py
2015-07-22 Brian Paulmesa: add API dispatch for GL_ARB_get_texture_sub_image
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-06-23 Emil Velikovglapi: remap_helper.py: remove unused argument 'es'
2015-06-23 Emil Velikovglapi: gl_table.py: remove unused variable 'es'
2015-06-17 Kevin Rogovinmesa: Constants and functions for ARB_framebuffer_no_at...
2015-05-28 Ian Romanickglapi: Make GL_ARB_direct_state_access functions exclus...
2015-05-28 Ian Romanickglapi: Store exec table version info outside the XML
2015-05-28 Ian Romanickgles/es3.1: Enable dispatch of almost all new GLES...
2015-05-26 Jose Fonsecaglapi: Avoid argparse type argument for API XML input...
2015-05-22 Dylan Bakerglapi: glX_proto_size.py: use a main function
2015-05-22 Dylan Bakerglapi: glX_proto_size.py: use argparse instead of getopt
2015-05-22 Dylan Bakerglapi: glX_proto_recv.py: Use a main function
2015-05-22 Dylan Bakerglapi: glX_proto_recv.py: use argparse instead of getopt
2015-05-22 Dylan Bakerglapy: gl_genexec.py: use a main function
2015-05-22 Dylan Bakerglapi: gl_genexec.py: use argparse instead of getopt
2015-05-22 Dylan Bakerglapi: glX_proto_send.py: use a main function.
2015-05-22 Dylan Bakerglapi: glX_proto_send.py: use argparse instead of getopt
2015-05-22 Dylan Bakerglapi: glX_server_table.py: use argparse instead of...
2015-05-22 Dylan Bakerglapi: gl_SPARC_asm.py: use main function
2015-05-22 Dylan Bakerglapi: gl_SPARC_asm.py use argparse instead of getopt
2015-05-22 Dylan Bakerglapi: gl_x86-64_asm.py: Use a main function
2015-05-22 Dylan Bakerglapi: gl_x86_64_asm.py: Use argparse instead of getopt
2015-05-22 Dylan Bakerglapi: gl_x86_asm.py: use a main function
2015-05-22 Dylan Bakerglapi: gl_x86_asm.py: use argparse instead of getopt
2015-05-22 Dylan Bakerglapi: gl_gentable.py: use a main function
2015-05-22 Dylan Bakerglapi: gl_gentable.py: Replace getopt with argparse
2015-05-22 Dylan Bakerglapi: gl_apitemp.py: Use a main function
2015-05-22 Dylan Bakerglapi: gl_apitemp.py: Convert to argparse instead of...
2015-05-22 Dylan Bakerglapi: gl_enums.py: use main() function for if __name__...
2015-05-22 Dylan Bakerglapi: gl_enums.py: use argparse instead of getopt.
2015-05-22 Dylan Bakerglapi: gl_procs.py: Use argparse rather than getopt
2015-05-22 Dylan Bakerglapi: gl_procs.py: Fix a few low hanging style things
2015-05-22 Dylan Bakerglapi: remap_helper.py: use argparse instead of optparse
2015-05-22 Dylan Bakerglapi: remap_helper.py: Fix some low hanging style...
2015-05-22 Dylan Bakerglapi: gl_table.py: replace getopt with argparse.
2015-05-22 Dylan Bakerglapi: gl_table.py: Fix some low hanging style issues
2015-05-19 Emil Velikovglapi: track GL_ARB_program_interface_query.xml
2015-05-16 Ian Romanickglapi: Remove offset from the DTD
2015-05-16 Ian Romanickglapi: Whitespace clean up after the previous commit
2015-05-16 Ian Romanickglapi: Remove all offset tags from the XML
2015-05-16 Ian Romanickglapi: Use the offsets from static_data.py instead...
2015-05-16 Ian Romanickglapi: Add a list of functions that are not used but...
2015-05-16 Ian Romanickglapi: Remove static dispatch for functions that didn...
2015-05-16 Ian Romanickglapi: Remove static dispatch for functions that didn...
2015-05-16 Ian Romanickglapi: Remove static dispatch for functions that didn...
2015-05-16 Ian Romanickglapi: Remove static dispatch for functions that didn...
2015-05-16 Ian Romanickglapi: Remove static dispatch for functions that didn...
2015-05-16 Ian Romanickglapi: Remove static_dispatch from the DTD
2015-05-16 Ian Romanickglapi: Whitespace clean up after the previous commit
2015-05-16 Ian Romanickglapi: Remove all static_dispatch tags from the XML
2015-05-16 Ian Romanickglapi: Store list of functions with static dispatch...
2015-05-16 Ian Romanickglapi: Store static dispatch offsets in a separate...
2015-05-16 Ian Romanickmesa: Remove all vestiges of glFramebufferTextureFaceARB
2015-05-16 Ian Romanickglapi: Mark a couple functions "ignore" for GLX
next