summaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
...
* mapi: automake: rework the source generation rulesEmil Velikov2015-09-091-19/+19
* mapi: automake: rework the *api/glapi_mapi_tmp.h rulesEmil Velikov2015-09-091-11/+12
* glapi: Inline x86_64_current_tls().Matt Turner2015-09-011-8/+2
* mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1Marta Lofstedt2015-09-012-4/+4
* ABI-check: Use more portable bash invocation.Vinson Lee2015-08-272-2/+2
* glapi: Remove _x86_64_get_get_dispatch symbol from x86-64 assembly.Matt Turner2015-08-271-6/+0
* glapi: add GL_OES_texture_storage_multisample_2d_array extensionTapani Pälli2015-08-271-0/+19
* glapi: add support for KHR_texture_compression_astc_ldrNanley Chery2015-08-263-1/+42
* mapi: ship ARB_tessellation_shader.xmlEmil Velikov2015-08-221-0/+1
* mesa: Implement glMemoryBarrierByRegionMarta Lofstedt2015-08-171-0/+6
* apiexec: remove leading gl from shader subroutine interfacesDave Airlie2015-07-241-8/+8
* dispatch_sanity: add shader subroutine to fix make checkDave Airlie2015-07-231-0/+11
* glapi: Add ARB_shader_subroutine functions and enums (v2)Chris Forbes2015-07-233-1/+88
* mapi: add ARB_tessellation_shaderFabian Bieler2015-07-233-1/+68
* glapi: fix argument parsing in glX_proto_recv.pyDylan Baker2015-07-221-2/+2
* mesa: add API dispatch for GL_ARB_get_texture_sub_imageBrian Paul2015-07-213-1/+44
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* mesa: Enable subdir-objects globally.Matt Turner2015-06-261-2/+0
* glapi: remap_helper.py: remove unused argument 'es'Emil Velikov2015-06-231-8/+0
* glapi: gl_table.py: remove unused variable 'es'Emil Velikov2015-06-231-49/+8
* mesa: Constants and functions for ARB_framebuffer_no_attachmentsKevin Rogovin2015-06-174-1/+41
* glapi: Make GL_ARB_direct_state_access functions exclusive to core profileIan Romanick2015-05-281-0/+100
* glapi: Store exec table version info outside the XMLIan Romanick2015-05-283-12/+185
* gles/es3.1: Enable dispatch of almost all new GLES 3.1 functionsIan Romanick2015-05-2810-65/+65
* glapi: Avoid argparse type argument for API XML input files.Jose Fonseca2015-05-263-12/+12
* glapi: glX_proto_size.py: use a main functionDylan Baker2015-05-221-1/+6
* glapi: glX_proto_size.py: use argparse instead of getoptDylan Baker2015-05-222-46/+46
* glapi: glX_proto_recv.py: Use a main functionDylan Baker2015-05-221-1/+6
* glapi: glX_proto_recv.py: use argparse instead of getoptDylan Baker2015-05-221-25/+30
* glapy: gl_genexec.py: use a main functionDylan Baker2015-05-221-1/+6
* glapi: gl_genexec.py: use argparse instead of getoptDylan Baker2015-05-221-17/+12
* glapi: glX_proto_send.py: use a main function.Dylan Baker2015-05-221-1/+6
* glapi: glX_proto_send.py: use argparse instead of getoptDylan Baker2015-05-221-31/+28
* glapi: glX_server_table.py: use argparse instead of getoptDylan Baker2015-05-221-23/+15
* glapi: gl_SPARC_asm.py: use main functionDylan Baker2015-05-221-1/+6
* glapi: gl_SPARC_asm.py use argparse instead of getoptDylan Baker2015-05-221-24/+14
* glapi: gl_x86-64_asm.py: Use a main functionDylan Baker2015-05-221-1/+6
* glapi: gl_x86_64_asm.py: Use argparse instead of getoptDylan Baker2015-05-221-24/+16
* glapi: gl_x86_asm.py: use a main functionDylan Baker2015-05-221-1/+5
* glapi: gl_x86_asm.py: use argparse instead of getoptDylan Baker2015-05-221-25/+14
* glapi: gl_gentable.py: use a main functionDylan Baker2015-05-221-1/+6
* glapi: gl_gentable.py: Replace getopt with argparseDylan Baker2015-05-221-14/+15
* glapi: gl_apitemp.py: Use a main functionDylan Baker2015-05-221-1/+6
* glapi: gl_apitemp.py: Convert to argparse instead of getoptDylan Baker2015-05-221-20/+19
* glapi: gl_enums.py: use main() function for if __name__ == "__main__"Dylan Baker2015-05-221-1/+5
* glapi: gl_enums.py: use argparse instead of getopt.Dylan Baker2015-05-221-16/+14
* glapi: gl_procs.py: Use argparse rather than getoptDylan Baker2015-05-221-23/+19
* glapi: gl_procs.py: Fix a few low hanging style thingsDylan Baker2015-05-221-7/+16
* glapi: remap_helper.py: use argparse instead of optparseDylan Baker2015-05-221-24/+22
* glapi: remap_helper.py: Fix some low hanging style issuesDylan Baker2015-05-221-4/+13