summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen
AgeCommit message (Expand)AuthorFilesLines
2015-08-11glapi: glX_proto_size.py: generate indirect_size_get.h with makoDylan Baker3-52/+81
2015-08-11glapi: glX_proto_size.py: use mako to generate indirect_reqsize.hDylan Baker4-27/+62
2015-08-11glapi: gl_genexec.py: generate with makoDylan Baker4-206/+184
2015-08-11glapi: glX_proto_send.py: use bools instead of 0 and 1 for return codesDylan Baker1-2/+2
2015-08-11glapi: glX_proto_send.py: use a mako template to generate init.cDylan Baker3-90/+108
2015-08-11glapi: glX_proto_send.py: Generate init.h with a mako templateDylan Baker4-74/+118
2015-08-11glapi: glX_proto_send.py: remove last use of string moduleDylan Baker1-2/+2
2015-08-11glapi: glX_proto_send.py: small refactors to hash_pixel_functionDylan Baker1-5/+5
2015-08-11glapi: glX_proto_send.py: simplify convert_string_for_XCB functionDylan Baker1-14/+15
2015-08-11glapi: glX_proto_send.py: cleanup style issuesDylan Baker1-92/+59
2015-08-11glapi: glX_server_table.py: misc cleanupsDylan Baker1-12/+15
2015-08-11glapi: glX_server_table.py: Generate with mako instead of print statementsDylan Baker3-167/+193
2015-08-11glapi: glX_server_table.py: make methods have only one newline between themDylan Baker1-7/+0
2015-08-11glapi: glX_server_table.py: replace use of has_key with "in" keywordDylan Baker1-3/+3
2015-08-11glapi: glX_server_table.py: use xrange instead of rangeDylan Baker1-9/+8
2015-08-11glapi: glX_server_table.py: Use bools instead of ints.Dylan Baker1-7/+7
2015-08-11glapi: glX_server_table.py: use main functionDylan Baker1-1/+6
2015-08-11glapi: gl_SPARC_asm.py: use mako for file generationDylan Baker3-219/+227
2015-08-11glapi: gl_x86-64_asm.py: Use makoDylan Baker7-266/+337
2015-08-11glapi: gl_x86_asm.py: Use makoDylan Baker3-192/+195
2015-08-11glapi: gl_gentable.py: Convert to mako.Dylan Baker3-160/+145
2015-08-11glapi: gl_apitemp.py: Use Mako for file generationsDylan Baker4-267/+268
2015-08-11glapi: gl_enmus.py: Use mako instead of printsDylan Baker4-175/+179
2015-08-11glapi: gl_procs.py: convert to makoDylan Baker4-134/+166
2015-08-11glapi: remap_helper.py: Use mako to generate glapi_mapi_tmp.hDylan Baker4-141/+141
2015-08-11glapi: gl_table.py: Use mako to generate src/mesa/main/dispatch.hDylan Baker4-102/+162
2015-08-11glapi: gl_table.py: Use mako to generate the glapitable.hDylan Baker7-49/+157
2015-07-24apiexec: remove leading gl from shader subroutine interfacesDave Airlie1-8/+8
2015-07-23dispatch_sanity: add shader subroutine to fix make checkDave Airlie1-0/+11
2015-07-23glapi: Add ARB_shader_subroutine functions and enums (v2)Chris Forbes3-1/+88
2015-07-23mapi: add ARB_tessellation_shaderFabian Bieler3-1/+68
2015-07-22glapi: fix argument parsing in glX_proto_recv.pyDylan Baker1-2/+2
2015-07-21mesa: add API dispatch for GL_ARB_get_texture_sub_imageBrian Paul3-1/+44
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-1/+1
2015-06-23glapi: remap_helper.py: remove unused argument 'es'Emil Velikov1-8/+0
2015-06-23glapi: gl_table.py: remove unused variable 'es'Emil Velikov1-49/+8
2015-06-17mesa: Constants and functions for ARB_framebuffer_no_attachmentsKevin Rogovin4-1/+41
2015-05-28glapi: Make GL_ARB_direct_state_access functions exclusive to core profileIan Romanick1-0/+100
2015-05-28glapi: Store exec table version info outside the XMLIan Romanick3-12/+185
2015-05-28gles/es3.1: Enable dispatch of almost all new GLES 3.1 functionsIan Romanick10-65/+65
2015-05-26glapi: Avoid argparse type argument for API XML input files.Jose Fonseca3-12/+12
2015-05-22glapi: glX_proto_size.py: use a main functionDylan Baker1-1/+6
2015-05-22glapi: glX_proto_size.py: use argparse instead of getoptDylan Baker2-46/+46
2015-05-22glapi: glX_proto_recv.py: Use a main functionDylan Baker1-1/+6
2015-05-22glapi: glX_proto_recv.py: use argparse instead of getoptDylan Baker1-25/+30
2015-05-22glapy: gl_genexec.py: use a main functionDylan Baker1-1/+6
2015-05-22glapi: gl_genexec.py: use argparse instead of getoptDylan Baker1-17/+12
2015-05-22glapi: glX_proto_send.py: use a main function.Dylan Baker1-1/+6
2015-05-22glapi: glX_proto_send.py: use argparse instead of getoptDylan Baker1-31/+28
2015-05-22glapi: glX_server_table.py: use argparse instead of getoptDylan Baker1-23/+15