summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* glapi: gl_table.py: replace getopt with argparse.Dylan Baker2015-05-221-37/+33
* glapi: gl_table.py: Fix some low hanging style issuesDylan Baker2015-05-221-16/+26
* glapi: track GL_ARB_program_interface_query.xmlEmil Velikov2015-05-191-0/+1
* glapi: Remove offset from the DTDIan Romanick2015-05-151-1/+0
* glapi: Whitespace clean up after the previous commitIan Romanick2015-05-1511-443/+223
* glapi: Remove all offset tags from the XMLIan Romanick2015-05-1560-1289/+1289
* glapi: Use the offsets from static_data.py instead of from the XMLIan Romanick2015-05-151-17/+5
* glapi: Add a list of functions that are not used but still need dispatch slotsIan Romanick2015-05-151-0/+56
* glapi: Remove static dispatch for functions that didn't exist in NVIDIAIan Romanick2015-05-151-46/+0
* glapi: Remove static dispatch for functions that didn't exist in fglrxIan Romanick2015-05-151-121/+0