summaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
* glapi: add GL_EXT_polygon_offset_clampIlia Mirkin2015-02-021-0/+11
* mapi: Build with subdir-objects.Matt Turner2015-01-234-99/+53
* mapi: Remove vgapi from SUBDIRS.Matt Turner2015-01-231-3/+5
* mesa: Add ARB_shader_precision infrastructureMicah Fedke2015-01-191-1/+5
* mesa/glsl/glapi: enable GL_EXT_draw_buffers extensionTapani Pälli2015-01-141-0/+9
* main: Added entry point for glTextureBuffer.Laura Ekstrand2015-01-081-0/+6
* main: Added entry points for glTextureStorage[23]DMultisample.Laura Ekstrand2015-01-081-0/+19
* main: Added entry point for glGenerateTextureMipmap.Laura Ekstrand2015-01-081-0/+4
* main: Added entry points for glCompressedTextureSubImage*D.Laura Ekstrand2015-01-081-0/+36
* main: Added entry point for glGetCompressedTextureImage.Laura Ekstrand2015-01-081-0/+7
* main: Added entry point for glGetTextureImage.Laura Ekstrand2015-01-081-0/+9
* main: Added entry points for CopyTextureSubImage*D.Laura Ekstrand2015-01-081-0/+32
* main: Added entry points for glGetTextureParameteriv, Iiv, and Iuiv.Laura Ekstrand2015-01-081-0/+18
* main: Added entry point for glGetTextureParameterfv.Laura Ekstrand2015-01-081-0/+6
* main: Added entry points for glGetTextureLevelParameteriv, fv.Laura Ekstrand2015-01-081-0/+14
* main: Added entry points for glTextureParameteriv, Iiv, Iuiv.Laura Ekstrand2015-01-081-0/+18
* main: Added entry point for glTextureParameterfv.Laura Ekstrand2015-01-081-0/+12
* main: Added entry point for glTextureParameterf.Laura Ekstrand2015-01-081-0/+6
* main: Added entry point for BindTextureUnit.Laura Ekstrand2015-01-081-0/+5
* main: Added entry points for glTextureSubImage*D.Laura Ekstrand2015-01-081-0/+36
* main: Added entry points for glTextureStorage*D.Laura Ekstrand2015-01-081-0/+24
* main: Added entry point for glCreateTextures.Laura Ekstrand2015-01-081-0/+8
* glapi: Added ARB_direct_state_access.xml file.Laura Ekstrand2015-01-083-1/+17
* glapi: Force frame pointer elimination on Windows.José Fonseca2015-01-071-0/+22
* mapi: add glapi-test and shared-glapi-test to .gitignoreJuha-Pekka Heikkila2014-12-163-3/+2
* mapi: Move rules for generating glapi_mapi_tmp.h out of the conditional.Matt Turner2014-12-121-5/+5
* mapi: Add ABI-check tests to distribution.Matt Turner2014-12-121-0/+2
* mesa: Add scons files to distribution.Matt Turner2014-12-123-2/+6
* glapi/gen: Add gl_and_glX_API.xml to distribution.Matt Turner2014-12-121-0/+1
* vgapi: Add vgapi.csv to distribution.Matt Turner2014-12-121-0/+1
* mapi: Add mapi_abi.py to EXTRA_DISTMatt Turner2014-12-121-0/+2
* glapi/gen: Add KHR_context_flush_control.xml to distribution.Matt Turner2014-12-121-0/+1
* glapi: Make mapi/glapi/gen before mapi to avoid distcheck problem.Matt Turner2014-12-121-1/+1
* glapi: Remove dead mesadef.py.Matt Turner2014-11-262-216/+0
* mapi/glapi: Fix dll linkage of GLES1 symbols.José Fonseca2014-11-261-0/+1
* glapi: Remove dead gl_offsets.py.Matt Turner2014-11-241-120/+0
* glapi: Remove dead extension_helper.py.Matt Turner2014-11-242-326/+0
* mesa: Add support for the GL_KHR_context_flush_control extensionNeil Roberts2014-10-282-0/+13
* glx: Fix make check.Mathias Fröhlich2014-10-251-1/+1
* mesa: Add ARB_clip_control.xml to automake.Mathias Fröhlich2014-10-251-0/+1
* mesa: Implement ARB_clip_control.Mathias Fröhlich2014-10-242-1/+28
* glapi: Fix compiler warning and script nameJan Vesely2014-10-231-2/+2
* mesa: remove last DJGPP remainsEmil Velikov2014-09-271-1/+1
* mesa: Drop _mesa_bsearch() wrapper.Matt Turner2014-09-241-4/+4
* mesa: Unifdef _WIN32_WCE.Matt Turner2014-09-242-4/+2
* glapi: Add KHR_debug functions to check_table testTimothy Arceri2014-09-041-0/+6
* Eliminate several cases of multiplication in arguments to callocCarl Worth2014-09-031-1/+1
* mesa: implement GL_MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-271-0/+1
* glapi: add GL_ARB_conditional_render_invertedTobias Klausmann2014-08-191-1/+10
* mapi: Inline shared-glapi/tests/Makefile.Matt Turner2014-08-182-21/+11