summaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* glapi: Remove static dispatch for functions that didn't exist in 10.3Ian Romanick2015-05-151-1/+0
* glapi: Remove static dispatch for functions that didn't exist in 10.4Ian Romanick2015-05-151-33/+0
* glapi: Remove static dispatch for functions that didn't exist in 10.5Ian Romanick2015-05-151-81/+0
* glapi: Remove static_dispatch from the DTDIan Romanick2015-05-151-1/+0
* glapi: Whitespace clean up after the previous commitIan Romanick2015-05-156-210/+112
* glapi: Remove all static_dispatch tags from the XMLIan Romanick2015-05-1511-288/+288
* glapi: Store list of functions with static dispatch in a separate tableIan Romanick2015-05-152-1/+1520
* glapi: Store static dispatch offsets in a separate tableIan Romanick2015-05-153-0/+446