summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-18mapi: Inline shared-glapi/Makefile.Matt Turner2-37/+43
2014-08-14mesa: add ARB_texture_barrier supportIlia Mirkin3-0/+18
2014-08-11mesa: Add GL API support for ARB_copy_imageJason Ekstrand4-1/+31
2014-07-30glapi: Do not use backtrace on DragonFly.Vinson Lee1-1/+1
2014-07-28glapi: add indexed blend functions (GL 4.0)Tapani Pälli1-0/+26
2014-07-24mesa: add ARB_clear_texture.xml to file list, remove duplicate declsIlia Mirkin1-0/+1
2014-07-23mesa/main: add ARB_clear_texture entrypointsIlia Mirkin2-1/+37
2014-07-14glapi: Use GetProcAddress instead of dlsym on Windows.Vinson Lee1-0/+4
2014-06-30Remove the ATI_envmap_bumpmap extensionJason Ekstrand2-8/+4
2014-06-22glapi: Add (empty) api section for ARB_fragment_layer_viewportChris Forbes1-1/+7
2014-06-16glapi: add GL_ARB_explicit_uniform_locationTapani Pälli1-0/+6
2014-06-10glapi: Add XML infrastructure for ARB_compressed_texture_pixel_storageChris Forbes3-1/+25
2014-06-04glapi: Note apparent gap in numbering from ARB_multi_draw_indirectChris Forbes1-0/+3
2014-05-30glapi: Duplicate GLES1 prototypes in glapi_dispatch.cIan Romanick1-0/+57
2014-05-23Fix build of appleglxJon TURNEY3-3/+8
2014-05-20glapi: Avoid heap corruption in _glapi_tableJeremy Huddleston Sequoia1-1/+1
2014-05-02mesa: Add core support for the GL_INTEL_performance_query extension.Petri Latvala3-0/+96
2014-05-02mesa: Enable GL_EXT_separate_shader_objects for OpenGL ESIan Romanick1-1/+272
2014-05-02mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick1-3/+3
2014-05-02glapi: Add infrastructure for ARB_multi_bindFredrik Höglund3-0/+58
2014-04-25mapi: OpenVG symbol exports.Enrico Horn1-0/+1
2014-04-07glapi: Fix libglapi build.Eric Anholt1-0/+1
2014-04-07glapi/build: Add headers to distribution.Matt Turner2-6/+22
2014-04-07glapi/gen: Ship more Python filesMatt Turner1-0/+17
2014-04-07glapi/gen: Ship XML and Python filesMatt Turner1-1/+3
2014-04-07glapi/gen: Add missing XML files to API_XMLMatt Turner1-11/+10
2014-04-05automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray4-4/+4
2014-04-03glapi: Fix make checkIan Romanick1-0/+1
2014-04-03glapi: Fix scons buildIan Romanick1-1/+1
2014-04-02glapi: Add static dispatch for glPointSizePointerOESIan Romanick1-1/+1
2014-04-02Revert "Revert "glapi/es1: Don't mark core functions as static_dispatch=false""Ian Romanick1-86/+43
2014-04-02glapi: Enable ES compatibility modeIan Romanick2-2/+2
2014-04-02glapi: Fix build break in 'make check' on non-shared-glapi buildsIan Romanick1-4/+4
2014-04-02glapi: Remove support for "short string" modeIan Romanick1-36/+7
2014-04-01include/GLES3: add OpenGL ES 3.1 HeadersJordan Justen1-0/+1
2014-04-01Revert "glapi/es1: Don't mark core functions as static_dispatch=false"Brian Paul1-43/+86
2014-03-31mapi_abi: Remove ABI-check work arounds for functions that are no longer expo...Ian Romanick2-119/+2
2014-03-31mapi_abi: Make ES1 and ES2 static_dispatch=false functions hiddenIan Romanick1-4/+6
2014-03-31mapi: Hack around glGetInternalformativ not being hidden in GLESIan Romanick1-0/+8
2014-03-31glapi/es1: Don't mark core functions as static_dispatch=falseIan Romanick1-86/+43
2014-03-31glapi: Mark all GL_ARB_separate_shader_objects functions with static_dispatch...Ian Romanick1-61/+61
2014-03-31glapi: Remove some duplicate ignore="true" linesIan Romanick1-32/+0
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov4-0/+4
2014-03-31automake: add -Wl,--no-undefined to all librariesEmil Velikov4-4/+15