summaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
* mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul2016-02-081-0/+1
* mesa: implement GL_ATI_meminfo (v2)Marek Olšák2016-02-051-0/+6
* mesa: implement GL_NVX_gpu_memory_info (v2)Marek Olšák2016-02-051-0/+8
* glapi: Add xml infrastructure for ARB_query_buffer_objectRafal Mielniczuk2016-02-041-1/+8
* glapi: add GL_OES_geometry_shader extensionMarta Lofstedt2016-01-222-3/+45
* mesa: add GREMEDY_string_markerRob Clark2016-01-213-0/+21
* glapi: Build glapi_gentable.c only on DarwinAndreas Boll2016-01-213-4/+18
* mesa: Reduce libGL.so binary size by about 15%Arlie Davis2016-01-211-16/+41
* mapi: include gl.xml in the tarballEmil Velikov2016-01-181-0/+1
* glapi: add ARB_indirect_parameters definitionsIlia Mirkin2016-01-073-1/+36
* 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