summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
Commit message (Expand)AuthorAgeFilesLines
* glapi: Add (empty) api section for ARB_fragment_layer_viewportChris Forbes2014-06-221-1/+7
* glapi: add GL_ARB_explicit_uniform_locationTapani Pälli2014-06-161-0/+6
* glapi: Add XML infrastructure for ARB_compressed_texture_pixel_storageChris Forbes2014-06-103-1/+25
* glapi: Note apparent gap in numbering from ARB_multi_draw_indirectChris Forbes2014-06-041-0/+3
* glapi: Duplicate GLES1 prototypes in glapi_dispatch.cIan Romanick2014-05-301-0/+57
* Fix build of appleglxJon TURNEY2014-05-233-3/+8
* glapi: Avoid heap corruption in _glapi_tableJeremy Huddleston Sequoia2014-05-201-1/+1
* mesa: Add core support for the GL_INTEL_performance_query extension.Petri Latvala2014-05-023-0/+96
* mesa: Enable GL_EXT_separate_shader_objects for OpenGL ESIan Romanick2014-05-021-1/+272
* mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick2014-05-021-3/+3
* glapi: Add infrastructure for ARB_multi_bindFredrik Höglund2014-05-023-0/+58
* glapi/build: Add headers to distribution.Matt Turner2014-04-071-1/+3
* glapi/gen: Ship more Python filesMatt Turner2014-04-071-0/+17
* glapi/gen: Ship XML and Python filesMatt Turner2014-04-071-1/+3
* glapi/gen: Add missing XML files to API_XMLMatt Turner2014-04-071-11/+10
* glapi: Fix scons buildIan Romanick2014-04-031-1/+1
* glapi: Add static dispatch for glPointSizePointerOESIan Romanick2014-04-021-1/+1
* Revert "Revert "glapi/es1: Don't mark core functions as static_dispatch=false""Ian Romanick2014-04-021-86/+43
* glapi: Enable ES compatibility modeIan Romanick2014-04-022-2/+2
* glapi: Fix build break in 'make check' on non-shared-glapi buildsIan Romanick2014-04-021-4/+4
* glapi: Remove support for "short string" modeIan Romanick2014-04-021-36/+7
* Revert "glapi/es1: Don't mark core functions as static_dispatch=false"Brian Paul2014-04-011-43/+86
* glapi/es1: Don't mark core functions as static_dispatch=falseIan Romanick2014-03-311-86/+43
* glapi: Mark all GL_ARB_separate_shader_objects functions with static_dispatch...Ian Romanick2014-03-311-61/+61
* glapi: Remove some duplicate ignore="true" linesIan Romanick2014-03-311-32/+0
* mapi/glapi: Use ElementTree instead of libxml2.José Fonseca2014-03-263-151/+134
* mapi/glapi: Remove glX_doc.py.José Fonseca2014-03-261-280/+0
* glapi: restore _glthread_GetID() functionBrian Paul2014-03-141-0/+5
* automake: use MKDIR_P when possibleEmil Velikov2014-03-111-3/+3
* mesa: s/GLhandleARB/GLuint/ for glGetUniform functionsBrian Paul2014-03-101-4/+4
* glapi: Add KHR_debug.xmlTimothy Arceri2014-03-081-0/+150
* mesa: make ARB_debug_output functions an alias ofTimothy Arceri2014-03-081-4/+4
* glapi: move KHR_debug into its own fileTimothy Arceri2014-03-081-143/+1
* glapi: rename u_current dispatch table functionsBrian Paul2014-03-061-1/+1
* glapi: replace 'user' with 'context' in u_current.[ch] codeBrian Paul2014-03-061-1/+1
* mesa: remove remaining uses of _glthread_GetID()Brian Paul2014-03-051-4/+0
* mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).Kenneth Graunke2014-03-041-1/+1
* mesa: remove unneeded glthread.c fileBrian Paul2014-03-033-9/+0
* mesa: remove empty glthread.h fileBrian Paul2014-03-034-17/+1
* mesa: remove unused glthread/TSD macrosBrian Paul2014-03-031-7/+0
* mesa: remove unused _glthread_*MUTEX() macrosBrian Paul2014-03-031-7/+0
* NV_vdpau_interop: fix IsSurfaceNV return typeGrigori Goronzy2014-03-031-0/+1
* glapi: add ARB_buffer_storageMarek Olšák2014-02-251-0/+19
* mesa/sso: Change CreateShaderProgramv return type from uint to GLuint.Vinson Lee2014-02-211-1/+1
* mesa/sso: Add extension entry points for GL_ARB_separate_shader_objectsGregory Hainaut2014-02-214-1/+408
* configure: Try pkg-config first for libselinuxKusanagi Kouichi2014-02-171-0/+1
* glapi: add definitions for ARB_gpu_shader5Jordan Justen2014-02-062-0/+17
* mesa/cs: Add dispatch API stubs for ARB_compute_shader.Paul Berry2014-02-054-1/+45
* mesa: move glGenerateMipmap() code into new genmipmap.c fileBrian Paul2014-02-021-0/+1
* mesa: move glBlitFramebuffer code into new blit.c fileBrian Paul2014-02-021-0/+1