summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2014-05-30glapi: Duplicate GLES1 prototypes in glapi_dispatch.cIan Romanick1-0/+57
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
2014-03-26mapi/glapi: Use ElementTree instead of libxml2.José Fonseca3-151/+134
2014-03-26mapi/glapi: Remove glX_doc.py.José Fonseca1-280/+0
2014-03-14glapi: restore _glthread_GetID() functionBrian Paul2-0/+15
2014-03-11automake: use MKDIR_P when possibleEmil Velikov1-3/+3
2014-03-10mesa: s/GLhandleARB/GLuint/ for glGetUniform functionsBrian Paul1-4/+4
2014-03-08glapi: Add KHR_debug.xmlTimothy Arceri1-0/+150
2014-03-08mesa: make ARB_debug_output functions an alias ofTimothy Arceri1-4/+4
2014-03-08glapi: move KHR_debug into its own fileTimothy Arceri1-143/+1
2014-03-07glapi: use 'Mesa' in error messagesBrian Paul1-3/+3
2014-03-06glapi: remove u_mutex wrapper code, use c99 thread mutexes directlyBrian Paul5-24/+14
2014-03-06glapi: rename u_current dispatch table functionsBrian Paul6-13/+13
2014-03-06glapi: replace 'user' with 'context' in u_current.[ch] codeBrian Paul4-28/+28
2014-03-05mesa: remove remaining uses of _glthread_GetID()Brian Paul3-12/+2
2014-03-04mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).Kenneth Graunke1-1/+1
2014-03-04mapi/u_thread: Use GetCurrentThreadIdJosé Fonseca1-0/+18
2014-03-03mesa: remove unneeded glthread.c fileBrian Paul3-9/+0
2014-03-03mesa: remove empty glthread.h fileBrian Paul4-17/+1
2014-03-03mesa: remove unused glthread/TSD macrosBrian Paul1-7/+0
2014-03-03mesa: remove unused _glthread_*MUTEX() macrosBrian Paul1-7/+0
2014-03-03NV_vdpau_interop: fix IsSurfaceNV return typeGrigori Goronzy1-0/+1