summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2015-01-14mesa/glsl/glapi: enable GL_EXT_draw_buffers extensionTapani Pälli1-0/+9
2015-01-08main: Added entry point for glTextureBuffer.Laura Ekstrand1-0/+6
2015-01-08main: Added entry points for glTextureStorage[23]DMultisample.Laura Ekstrand1-0/+19
2015-01-08main: Added entry point for glGenerateTextureMipmap.Laura Ekstrand1-0/+4
2015-01-08main: Added entry points for glCompressedTextureSubImage*D.Laura Ekstrand1-0/+36
2015-01-08main: Added entry point for glGetCompressedTextureImage.Laura Ekstrand1-0/+7
2015-01-08main: Added entry point for glGetTextureImage.Laura Ekstrand1-0/+9
2015-01-08main: Added entry points for CopyTextureSubImage*D.Laura Ekstrand1-0/+32
2015-01-08main: Added entry points for glGetTextureParameteriv, Iiv, and Iuiv.Laura Ekstrand1-0/+18
2015-01-08main: Added entry point for glGetTextureParameterfv.Laura Ekstrand1-0/+6
2015-01-08main: Added entry points for glGetTextureLevelParameteriv, fv.Laura Ekstrand1-0/+14
2015-01-08main: Added entry points for glTextureParameteriv, Iiv, Iuiv.Laura Ekstrand1-0/+18
2015-01-08main: Added entry point for glTextureParameterfv.Laura Ekstrand1-0/+12
2015-01-08main: Added entry point for glTextureParameterf.Laura Ekstrand1-0/+6
2015-01-08main: Added entry point for BindTextureUnit.Laura Ekstrand1-0/+5
2015-01-08main: Added entry points for glTextureSubImage*D.Laura Ekstrand1-0/+36
2015-01-08main: Added entry points for glTextureStorage*D.Laura Ekstrand1-0/+24
2015-01-08main: Added entry point for glCreateTextures.Laura Ekstrand1-0/+8
2015-01-08glapi: Added ARB_direct_state_access.xml file.Laura Ekstrand3-1/+17
2015-01-07glapi: Force frame pointer elimination on Windows.José Fonseca1-0/+22
2014-12-16mapi: add glapi-test and shared-glapi-test to .gitignoreJuha-Pekka Heikkila3-3/+2
2014-12-12mapi: Move rules for generating glapi_mapi_tmp.h out of the conditional.Matt Turner1-5/+5
2014-12-12mapi: Add ABI-check tests to distribution.Matt Turner1-0/+2
2014-12-12mesa: Add scons files to distribution.Matt Turner3-2/+6
2014-12-12glapi/gen: Add gl_and_glX_API.xml to distribution.Matt Turner1-0/+1
2014-12-12vgapi: Add vgapi.csv to distribution.Matt Turner1-0/+1
2014-12-12mapi: Add mapi_abi.py to EXTRA_DISTMatt Turner1-0/+2
2014-12-12glapi/gen: Add KHR_context_flush_control.xml to distribution.Matt Turner1-0/+1
2014-12-12glapi: Make mapi/glapi/gen before mapi to avoid distcheck problem.Matt Turner1-1/+1
2014-11-26glapi: Remove dead mesadef.py.Matt Turner2-216/+0
2014-11-26mapi/glapi: Fix dll linkage of GLES1 symbols.José Fonseca1-0/+1
2014-11-24glapi: Remove dead gl_offsets.py.Matt Turner1-120/+0
2014-11-24glapi: Remove dead extension_helper.py.Matt Turner2-326/+0
2014-10-28mesa: Add support for the GL_KHR_context_flush_control extensionNeil Roberts2-0/+13
2014-10-25glx: Fix make check.Mathias Fröhlich1-1/+1
2014-10-25mesa: Add ARB_clip_control.xml to automake.Mathias Fröhlich1-0/+1
2014-10-24mesa: Implement ARB_clip_control.Mathias Fröhlich2-1/+28
2014-10-23glapi: Fix compiler warning and script nameJan Vesely1-2/+2
2014-09-27mesa: remove last DJGPP remainsEmil Velikov1-1/+1
2014-09-24mesa: Drop _mesa_bsearch() wrapper.Matt Turner1-4/+4
2014-09-24mesa: Unifdef _WIN32_WCE.Matt Turner2-4/+2
2014-09-04glapi: Add KHR_debug functions to check_table testTimothy Arceri1-0/+6
2014-09-03Eliminate several cases of multiplication in arguments to callocCarl Worth1-1/+1
2014-08-27mesa: implement GL_MAX_VERTEX_ATTRIB_STRIDETimothy Arceri1-0/+1
2014-08-19glapi: add GL_ARB_conditional_render_invertedTobias Klausmann1-1/+10
2014-08-18mapi: Inline shared-glapi/tests/Makefile.Matt Turner2-21/+11
2014-08-18mapi: Inline glapi/tests/Makefile.Matt Turner2-22/+13
2014-08-18mapi: Inline glapi/Makefile.Matt Turner3-76/+46
2014-08-18mapi: Inline es2api/Makefile.Matt Turner2-70/+41
2014-08-18mapi: Inline es1api/Makefile.Matt Turner2-65/+39