index
:
~jturney/mesa
10.2.2-patches
10.2.4-patches
11.2.2-patches
applegl-vtable
applegl-vtable-2
applegl-vtable-3
appveyor6
codegen-fixes
darwin-build-fixes
darwin-build-fixes-2
darwin-build-fixes-3
darwin-build-fixes-for-review
master
nodrm-build-fixes-5
osx-ci
work
mesa hacks for cygwin
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mapi
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-25
mapi: OpenVG symbol exports.
Enrico Horn
1
-0
/
+1
2014-04-07
glapi: Fix libglapi build.
Eric Anholt
1
-0
/
+1
2014-04-07
glapi/build: Add headers to distribution.
Matt Turner
2
-6
/
+22
2014-04-07
glapi/gen: Ship more Python files
Matt Turner
1
-0
/
+17
2014-04-07
glapi/gen: Ship XML and Python files
Matt Turner
1
-1
/
+3
2014-04-07
glapi/gen: Add missing XML files to API_XML
Matt Turner
1
-11
/
+10
2014-04-05
automake: don't enable -Wl,--no-undefined on OpenBSD
Jonathan Gray
4
-4
/
+4
2014-04-03
glapi: Fix make check
Ian Romanick
1
-0
/
+1
2014-04-03
glapi: Fix scons build
Ian Romanick
1
-1
/
+1
2014-04-02
glapi: Add static dispatch for glPointSizePointerOES
Ian Romanick
1
-1
/
+1
2014-04-02
Revert "Revert "glapi/es1: Don't mark core functions as static_dispatch=false""
Ian Romanick
1
-86
/
+43
2014-04-02
glapi: Enable ES compatibility mode
Ian Romanick
2
-2
/
+2
2014-04-02
glapi: Fix build break in 'make check' on non-shared-glapi builds
Ian Romanick
1
-4
/
+4
2014-04-02
glapi: Remove support for "short string" mode
Ian Romanick
1
-36
/
+7
2014-04-01
include/GLES3: add OpenGL ES 3.1 Headers
Jordan Justen
1
-0
/
+1
2014-04-01
Revert "glapi/es1: Don't mark core functions as static_dispatch=false"
Brian Paul
1
-43
/
+86
2014-03-31
mapi_abi: Remove ABI-check work arounds for functions that are no longer expo...
Ian Romanick
2
-119
/
+2
2014-03-31
mapi_abi: Make ES1 and ES2 static_dispatch=false functions hidden
Ian Romanick
1
-4
/
+6
2014-03-31
mapi: Hack around glGetInternalformativ not being hidden in GLES
Ian Romanick
1
-0
/
+8
2014-03-31
glapi/es1: Don't mark core functions as static_dispatch=false
Ian Romanick
1
-86
/
+43
2014-03-31
glapi: Mark all GL_ARB_separate_shader_objects functions with static_dispatch...
Ian Romanick
1
-61
/
+61
2014-03-31
glapi: Remove some duplicate ignore="true" lines
Ian Romanick
1
-32
/
+0
2014-03-31
automake: ask the linker to do garbage collection
Emil Velikov
4
-0
/
+4
2014-03-31
automake: add -Wl,--no-undefined to all libraries
Emil Velikov
4
-4
/
+15
2014-03-26
mapi/glapi: Use ElementTree instead of libxml2.
José Fonseca
3
-151
/
+134
2014-03-26
mapi/glapi: Remove glX_doc.py.
José Fonseca
1
-280
/
+0
2014-03-14
glapi: restore _glthread_GetID() function
Brian Paul
2
-0
/
+15
2014-03-11
automake: use MKDIR_P when possible
Emil Velikov
1
-3
/
+3
2014-03-10
mesa: s/GLhandleARB/GLuint/ for glGetUniform functions
Brian Paul
1
-4
/
+4
2014-03-08
glapi: Add KHR_debug.xml
Timothy Arceri
1
-0
/
+150
2014-03-08
mesa: make ARB_debug_output functions an alias of
Timothy Arceri
1
-4
/
+4
2014-03-08
glapi: move KHR_debug into its own file
Timothy Arceri
1
-143
/
+1
2014-03-07
glapi: use 'Mesa' in error messages
Brian Paul
1
-3
/
+3
2014-03-06
glapi: remove u_mutex wrapper code, use c99 thread mutexes directly
Brian Paul
5
-24
/
+14
2014-03-06
glapi: rename u_current dispatch table functions
Brian Paul
6
-13
/
+13
2014-03-06
glapi: replace 'user' with 'context' in u_current.[ch] code
Brian Paul
4
-28
/
+28
2014-03-05
mesa: remove remaining uses of _glthread_GetID()
Brian Paul
3
-12
/
+2
2014-03-04
mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).
Kenneth Graunke
1
-1
/
+1
2014-03-04
mapi/u_thread: Use GetCurrentThreadId
José Fonseca
1
-0
/
+18
2014-03-03
mesa: remove unneeded glthread.c file
Brian Paul
3
-9
/
+0
2014-03-03
mesa: remove empty glthread.h file
Brian Paul
4
-17
/
+1
2014-03-03
mesa: remove unused glthread/TSD macros
Brian Paul
1
-7
/
+0
2014-03-03
mesa: remove unused _glthread_*MUTEX() macros
Brian Paul
1
-7
/
+0
2014-03-03
NV_vdpau_interop: fix IsSurfaceNV return type
Grigori Goronzy
1
-0
/
+1
2014-02-25
glapi: add ARB_buffer_storage
Marek Olšák
1
-0
/
+19
2014-02-21
mesa/sso: Change CreateShaderProgramv return type from uint to GLuint.
Vinson Lee
1
-1
/
+1
2014-02-21
mesa/sso: Add extension entry points for GL_ARB_separate_shader_objects
Gregory Hainaut
4
-1
/
+408
2014-02-17
configure: Try pkg-config first for libselinux
Kusanagi Kouichi
3
-0
/
+3
2014-02-06
glapi: add definitions for ARB_gpu_shader5
Jordan Justen
2
-0
/
+17
2014-02-05
mesa/cs: Add dispatch API stubs for ARB_compute_shader.
Paul Berry
4
-1
/
+45
[next]