summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2016-05-17glapi/gen: Copy some GL 1.0 enum details into ARB_viewport_arrayAdam Jackson1-4/+12
2016-05-17glapi: Define PURE for Sun Studio as wellAdam Jackson1-1/+1
2016-05-17glapi/glx: Mark byteswap functions as _X_UNUSED (v2)Adam Jackson1-6/+6
2016-05-17glapi: Harden GLX request size processing (v2)Adam Jackson5-19/+13
2016-05-17glapi: Add the safe_{add,mul,pad} functions from xserverAdam Jackson1-0/+24
2016-05-17glapi: Fix whitespace droppings when printing the license headerAdam Jackson1-1/+1
2016-05-14glapi: Add GL_ARB_cull_distanceTobias Klausmann1-1/+6
2016-05-04glapi: fix parameter type for GetSamplerParameterIuivEXT() in es_EXT.xmlBrian Paul1-2/+2
2016-05-03glapi: Update dispatch XML files for OES_texture_compression_astc.xmlAnuj Phogat3-0/+64
2016-05-01mapi/glapi: Fix dup word typo in glapi_getproc.cEdward O'Callaghan1-1/+1
2016-04-26scons: Whenever possible decide what to do based on platform and not compiler.Jose Fonseca1-2/+1
2016-04-25glapi: fix _glapi_get_proc_address() for mangled function namesFrederic Devernay1-12/+6
2016-04-03mesa: expose EXT_base_instance in ES3 contextsIlia Mirkin1-0/+34
2016-04-03mesa: expose EXT_polygon_offset_clamp in ES contextsIlia Mirkin1-1/+1
2016-03-31mesa: add GL_OES/EXT_draw_buffers_indexed supportIlia Mirkin1-0/+106
2016-03-30mesa: add GL_EXT_copy_image supportIlia Mirkin1-0/+22
2016-03-30mesa: add GL_OES_copy_image supportIlia Mirkin1-0/+22
2016-03-30mesa: add GL_OES_sample_shading supportIlia Mirkin1-0/+6
2016-03-29glapi/glx: Mark the indirect swapped dispatch functions _X_COLDAdam Jackson1-3/+3
2016-03-29glapi/glx: Sync some additional error checking from xserverAdam Jackson1-0/+4
2016-03-28mesa: add OES_texture_buffer and EXT_texture_buffer supportIlia Mirkin2-2/+38
2016-03-28glapi/glx: Treat xserver generated targets as .PHONYAdam Jackson1-0/+2
2016-03-28glapi/glx: Thunk non-ABI calls through GetProcAddressAdam Jackson1-2/+8
2016-03-28glapi/glx: Emit direct GL calls instead of dispatch lookupAdam Jackson2-34/+10
2016-03-28glx: Unbreak generating some of the xorg glx headersAdam Jackson1-2/+2
2016-03-09glapi: remove the final function offset tagsEmil Velikov4-30/+30
2016-03-03mesa: Add dispatch and extension XML for GL_ARB_internalformat_query2Alejandro Piñeiro3-1/+121
2016-02-22mesa: add GL_EXT_texture_border_clamp supportIlia Mirkin2-4/+34
2016-02-22mesa: add GL_OES_texture_border_clamp supportIlia Mirkin1-1/+57
2016-02-08mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul1-0/+1
2016-02-05mesa: implement GL_ATI_meminfo (v2)Marek Olšák1-0/+6
2016-02-05mesa: implement GL_NVX_gpu_memory_info (v2)Marek Olšák1-0/+8
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