summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2016-02-04glapi: Add xml infrastructure for ARB_query_buffer_objectRafal Mielniczuk1-1/+8
2016-01-22glapi: add GL_OES_geometry_shader extensionMarta Lofstedt2-3/+45
2016-01-21mesa: add GREMEDY_string_markerRob Clark3-0/+21
2016-01-21glapi: Build glapi_gentable.c only on DarwinAndreas Boll3-4/+18
2016-01-21mesa: Reduce libGL.so binary size by about 15%Arlie Davis1-16/+41
2016-01-18mapi: include gl.xml in the tarballEmil Velikov1-0/+1
2016-01-07glapi: add ARB_indirect_parameters definitionsIlia Mirkin3-1/+36
2015-12-03mesa: do not enable KHR_debug for ES 1.0Emil Velikov1-10/+10
2015-12-03glapi: add GetPointervKHR to the ES dispatchEmil Velikov1-0/+5
2015-12-02Remove Sun CC specific code.Jose Fonseca2-4/+4
2015-12-01glapi: work-around MSVC 65K string length limitation for enums.cBrian Paul1-3/+10
2015-12-01mapi: Fix enums.c build with other build systems.Eric Anholt1-1/+1
2015-12-01mesa: Drop the blacklisting of new GL enums.Eric Anholt1-266/+0
2015-12-01mesa: Use a 32-bit offset for the enums.c string offset table.Eric Anholt1-3/+1
2015-12-01mesa: Prefer newer names to older ones among names present in core.Eric Anholt1-17/+8
2015-12-01mesa: Drop bitfield "enums" from the enum-to-string table.Eric Anholt1-8/+11
2015-12-01mesa: Switch to using the Khronos registry for generating enums.Eric Anholt2-39/+370
2015-12-01mesa: Remove the python mode bits from gl_enums.py.Eric Anholt1-1/+0
2015-12-01mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.Eric Anholt1-1/+0
2015-12-01mesa: Drop enums that had been removed in later revs of specs.Eric Anholt3-6/+0
2015-12-01mesa: Fix a typo in AMD_performance_monitor enum.Eric Anholt1-1/+1
2015-12-01mesa: Fix enum definition of CULL_VERTEX_EYE/OBJECT_POSITIONEric Anholt1-2/+2
2015-12-01mesa: Add a copy of the Khronos gl.xml (SVN #31705).Eric Anholt1-0/+45348
2015-11-26mesa: remove ARB_geometry_shader4Marta Lofstedt3-59/+1
2015-11-19glapi: add EXT_blend_func_extended XML definitionsRyan Houdek2-1/+28
2015-11-04mesa: expose support for GL_EXT_buffer_storageRyan Houdek1-0/+9
2015-11-01mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ESRyan Houdek2-3/+91
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