aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
* mesa: do not enable KHR_debug for ES 1.0Emil Velikov2015-12-031-10/+10
* glapi: add GetPointervKHR to the ES dispatchEmil Velikov2015-12-031-0/+5
* Remove Sun CC specific code.Jose Fonseca2015-12-022-4/+4
* glapi: work-around MSVC 65K string length limitation for enums.cBrian Paul2015-12-011-3/+10
* mapi: Fix enums.c build with other build systems.Eric Anholt2015-12-011-1/+1
* mesa: Drop the blacklisting of new GL enums.Eric Anholt2015-12-011-266/+0
* mesa: Use a 32-bit offset for the enums.c string offset table.Eric Anholt2015-12-011-3/+1
* mesa: Prefer newer names to older ones among names present in core.Eric Anholt2015-12-011-17/+8
* mesa: Drop bitfield "enums" from the enum-to-string table.Eric Anholt2015-12-011-8/+11
* mesa: Switch to using the Khronos registry for generating enums.Eric Anholt2015-12-012-39/+370
* mesa: Remove the python mode bits from gl_enums.py.Eric Anholt2015-12-011-1/+0
* mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.Eric Anholt2015-12-011-1/+0
* mesa: Drop enums that had been removed in later revs of specs.Eric Anholt2015-12-013-6/+0
* mesa: Fix a typo in AMD_performance_monitor enum.Eric Anholt2015-12-011-1/+1
* mesa: Fix enum definition of CULL_VERTEX_EYE/OBJECT_POSITIONEric Anholt2015-12-011-2/+2
* mesa: Add a copy of the Khronos gl.xml (SVN #31705).Eric Anholt2015-12-011-0/+45348
* mesa: remove ARB_geometry_shader4Marta Lofstedt2015-11-263-59/+1
* glapi: add EXT_blend_func_extended XML definitionsRyan Houdek2015-11-192-1/+28
* mesa: expose support for GL_EXT_buffer_storageRyan Houdek2015-11-041-0/+9
* mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ESRyan Houdek2015-11-012-3/+91
* glapi: add function pointers for KHR_debug for glesMatthew Waters2015-10-071-0/+73
* mapi: Make _glapi_get_stub work with "gl" or "mgl" prefix.Kyle Brenneman2015-10-021-1/+1
* glapi: add ARB_shader_storage_block_buffer_objectSamuel Iglesias Gonsalvez2015-09-254-2/+59
* mesa: move GL_APPLE_object_purgeable functions to new fileBrian Paul2015-09-161-0/+1
* 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