summaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
* mesa: Validate count parameters when marshalling.Eric Anholt2017-03-161-0/+15
* glapi: Generate GL API marshalling code from the XML.Paul Berry2017-03-164-0/+488
* glapi: Mark compressed teximage functions as sync.Eric Anholt2017-03-161-5/+5
* glapi: Annotate functions with "marshal" attribute.Paul Berry2017-03-166-27/+44
* nir: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* mapi/gen: remove shebang from python scriptsEmil Velikov2017-03-1019-19/+0
* mapi: do not mandate bash for es*api/ABI-checkEmil Velikov2017-03-102-2/+2
* mesa: drop the execute bit from gl.xmlEmil Velikov2017-03-101-0/+0
* mapi/glapi: remove unused next_available_offset.shEmil Velikov2017-03-101-39/+0
* glapi: fix typo in count_scaleGregory Hainaut2017-03-071-1/+1
* glapi: Fix a comment typoEric Anholt2017-03-031-1/+1
* mapi: remove unused mapi.[ch]Emil Velikov2017-02-243-254/+0
* mesa: Separate INTEL_performance_query frontendRobert Bragg2017-02-221-0/+1
* mapi: automake: include builddir prior to srcdirEmil Velikov2017-01-271-2/+2
* mapi: Add support for ARB_gpu_shader_int64.Dave Airlie2017-01-204-0/+304
* mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macroEmil Velikov2017-01-182-9/+3
* glX_proto_send.py: Unify the style of function pointer calls in structsBoyan Ding2017-01-131-1/+1
* mapi: update the asm code to support x32Grazvydas Ignotas2017-01-131-3/+28
* glapi: add missing INTEL_conservative_rasterizationLionel Landwerlin2016-12-131-0/+4
* mesa: add missing CONTEXT_ROBUST_ACCESS enumTapani Pälli2016-10-271-0/+3
* mapi: automake: set VISIBILITY_CFLAGS for shared glapiJonathan Gray2016-10-241-0/+3
* Revert "Revert "mapi: export all GLES 3.2 functions in libGLESv2.so""Francisco Jerez2016-10-201-0/+12
* glapi: Move PrimitiveBoundingBox and BlendBarrier definitions into ES3.2 cate...Francisco Jerez2016-10-201-13/+17
* mapi: fix out-of-tree build dependenciesNicolai Hähnle2016-10-121-2/+2
* glapi: add entry points for GL_ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-073-1/+29
* mapi/glapi: remove unused _glapi_check_table()Emil Velikov2016-10-062-68/+0
* mapi/glapi: remove unused _glapi_check_table_not_nullEmil Velikov2016-10-062-24/+0
* Revert "mapi: export all GLES 3.2 functions in libGLESv2.so"Dylan Baker2016-09-231-12/+0
* mesa: add new entrypoints for GL_OES_viewport_arrayIlia Mirkin2016-09-222-6/+56
* mapi: export all GLES 3.2 functions in libGLESv2.soDylan Baker2016-09-221-0/+12
* mapi: sort static_data.py functionsDylan Baker2016-09-221-2/+2
* mapi: retab static_data.py to be consistentDylan Baker2016-09-221-1285/+1285
* direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")Jon Turney2016-09-153-1/+7
* mesa: introduce glPrimitiveBoundingBoxARB entrypointIlia Mirkin2016-09-132-19/+37
* mapi: add gl32.h to the list of GLES3 headers for installationIlia Mirkin2016-09-061-0/+1
* mapi: don't forget to expose GetPointerv in GL ES 3.2Ilia Mirkin2016-09-031-1/+1
* mesa: add scaffolding for OES/EXT_primitive_bounding_boxIlia Mirkin2016-08-302-0/+50
* Update Khronos-supplied headers to r33100Ilia Mirkin2016-08-281-185/+1779
* scons: Take indirect gl_and_es_API.xml dependencies in consideration.Jose Fonseca2016-08-271-1/+2
* mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_sizeIan Romanick2016-08-261-0/+10
* glapi: add KHR_blend_equation_advanced dispatchIlia Mirkin2016-08-251-0/+24
* mesa: Rename "texturebarrier" source files to "barrier".Francisco Jerez2016-08-241-1/+1
* glapi: Add XML for GL_EXT_shader_framebuffer_fetch.Francisco Jerez2016-08-241-0/+5
* mesa: Document that _mesa_enum_to_string() returns non-null (v2)Chad Versace2016-08-121-1/+6
* mapi: Add PatchParameteriOES and PatchParameteriEXT.Kenneth Graunke2016-08-081-0/+10
* mapi: fix typo in macro nameEric Engestrom2016-07-223-3/+3
* mapi: Massage code to allow clang to compile.Matt Turner2016-07-213-6/+22
* mapi: Export all GLES 3.1 functions in libGLESv2.soIan Romanick2016-06-291-0/+51
* glapi: add GL_EXT_window_rectangles entrypointsIlia Mirkin2016-06-183-0/+32
* glapi: remap_helper.py: remove MESA_alt_functionsEmil Velikov2016-06-131-42/+0