summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2015-10-07glapi: add function pointers for KHR_debug for glesMatthew Waters1-0/+73
2015-10-02mapi: Make _glapi_get_stub work with "gl" or "mgl" prefix.Kyle Brenneman1-1/+1
2015-09-25glapi: add ARB_shader_storage_block_buffer_objectSamuel Iglesias Gonsalvez4-2/+59
2015-09-16mesa: move GL_APPLE_object_purgeable functions to new fileBrian Paul1-0/+1
2015-09-09mapi: automake: rework the source generation rulesEmil Velikov1-19/+19
2015-09-09mapi: automake: rework the *api/glapi_mapi_tmp.h rulesEmil Velikov1-11/+12
2015-09-01glapi: Inline x86_64_current_tls().Matt Turner1-8/+2
2015-09-01mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1Marta Lofstedt2-4/+4
2015-08-27ABI-check: Use more portable bash invocation.Vinson Lee2-2/+2
2015-08-27glapi: Remove _x86_64_get_get_dispatch symbol from x86-64 assembly.Matt Turner1-6/+0
2015-08-27glapi: add GL_OES_texture_storage_multisample_2d_array extensionTapani Pälli1-0/+19
2015-08-26glapi: add support for KHR_texture_compression_astc_ldrNanley Chery3-1/+42
2015-08-22mapi: ship ARB_tessellation_shader.xmlEmil Velikov1-0/+1
2015-08-17mesa: Implement glMemoryBarrierByRegionMarta Lofstedt1-0/+6
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-26mesa: Enable subdir-objects globally.Matt Turner1-2/+0
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
2015-05-22glapi: gl_SPARC_asm.py: use main functionDylan Baker1-1/+6
2015-05-22glapi: gl_SPARC_asm.py use argparse instead of getoptDylan Baker1-24/+14
2015-05-22glapi: gl_x86-64_asm.py: Use a main functionDylan Baker1-1/+6
2015-05-22glapi: gl_x86_64_asm.py: Use argparse instead of getoptDylan Baker1-24/+16
2015-05-22glapi: gl_x86_asm.py: use a main functionDylan Baker1-1/+5
2015-05-22glapi: gl_x86_asm.py: use argparse instead of getoptDylan Baker1-25/+14
2015-05-22glapi: gl_gentable.py: use a main functionDylan Baker1-1/+6
2015-05-22glapi: gl_gentable.py: Replace getopt with argparseDylan Baker1-14/+15
2015-05-22glapi: gl_apitemp.py: Use a main functionDylan Baker1-1/+6
2015-05-22glapi: gl_apitemp.py: Convert to argparse instead of getoptDylan Baker1-20/+19
2015-05-22glapi: gl_enums.py: use main() function for if __name__ == "__main__"Dylan Baker1-1/+5
2015-05-22glapi: gl_enums.py: use argparse instead of getopt.Dylan Baker1-16/+14