summaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
...
* mapi: Hack around glGetInternalformativ not being hidden in GLESIan Romanick2014-03-311-0/+8
* 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
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-314-0/+4
* automake: add -Wl,--no-undefined to all librariesEmil Velikov2014-03-314-4/+15
* 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-142-0/+15
* 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: use 'Mesa' in error messagesBrian Paul2014-03-071-3/+3
* glapi: remove u_mutex wrapper code, use c99 thread mutexes directlyBrian Paul2014-03-065-24/+14
* glapi: rename u_current dispatch table functionsBrian Paul2014-03-066-13/+13
* glapi: replace 'user' with 'context' in u_current.[ch] codeBrian Paul2014-03-064-28/+28
* mesa: remove remaining uses of _glthread_GetID()Brian Paul2014-03-053-12/+2
* mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).Kenneth Graunke2014-03-041-1/+1
* mapi/u_thread: Use GetCurrentThreadIdJosé Fonseca2014-03-041-0/+18
* 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-173-0/+3
* 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
* build: Share the all-local rule for linking libraries into the build dirKristian Høgsberg2014-01-294-26/+4
* mapi: Prevent cast from pointer to integer of different size.José Fonseca2014-01-231-1/+1
* mapi: Use C11 thread abstractions.José Fonseca2014-01-231-152/+13
* mesa: Add ARB_viewport_array plumbingCourtney Goeltzenleuchter2014-01-203-1/+81
* glapi: Update dispatch XML files for ARB_shader_image_load_store.Francisco Jerez2014-01-153-0/+92
* mesa: Implement the GL entry points defined by ARB_shader_image_load_store.Francisco Jerez2014-01-151-0/+1
* glx: Add missing null check in __glXNewIndirectAPI()Juha-Pekka Heikkila2014-01-061-0/+2
* mesa: Add infrastructure for GL_ARB_clear_buffer_objectPi Tabred2013-12-182-1/+55
* mesa: Add API definitions for ARB_texture_viewCourtney Goeltzenleuchter2013-12-134-1/+28
* glapi: Do not include dlfcn.h on Windows.Vinson Lee2013-12-071-0/+2
* Fix 'make check' in src/mapi/glapi/tests when builddir != srcdirJon TURNEY2013-12-011-0/+1
* glapi: add plumbing for GL_ARB_draw_indirect and GL_ARB_multi_draw_indirectChris Forbes2013-11-253-1/+49
* tests: Fix make check for out of tree builds.Rico Schüller2013-11-111-0/+1
* build: Change HAVE_X86_ASM to mean x86 or x86-64 asm.Matt Turner2013-11-072-5/+6
* glapi: Add infrastructure for ARB_vertex_attrib_bindingFredrik Höglund2013-11-073-1/+64
* mesa: Add new functions and enums required by GL_ARB_sample_shadingAnuj Phogat2013-11-014-2/+47