index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mapi
/
glapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
glapi/build: Add headers to distribution.
Matt Turner
2014-04-07
1
-1
/
+3
*
glapi/gen: Ship more Python files
Matt Turner
2014-04-07
1
-0
/
+17
*
glapi/gen: Ship XML and Python files
Matt Turner
2014-04-07
1
-1
/
+3
*
glapi/gen: Add missing XML files to API_XML
Matt Turner
2014-04-07
1
-11
/
+10
*
glapi: Fix scons build
Ian Romanick
2014-04-03
1
-1
/
+1
*
glapi: Add static dispatch for glPointSizePointerOES
Ian Romanick
2014-04-02
1
-1
/
+1
*
Revert "Revert "glapi/es1: Don't mark core functions as static_dispatch=false""
Ian Romanick
2014-04-02
1
-86
/
+43
*
glapi: Enable ES compatibility mode
Ian Romanick
2014-04-02
2
-2
/
+2
*
glapi: Fix build break in 'make check' on non-shared-glapi builds
Ian Romanick
2014-04-02
1
-4
/
+4
*
glapi: Remove support for "short string" mode
Ian Romanick
2014-04-02
1
-36
/
+7
*
Revert "glapi/es1: Don't mark core functions as static_dispatch=false"
Brian Paul
2014-04-01
1
-43
/
+86
*
glapi/es1: Don't mark core functions as static_dispatch=false
Ian Romanick
2014-03-31
1
-86
/
+43
*
glapi: Mark all GL_ARB_separate_shader_objects functions with static_dispatch...
Ian Romanick
2014-03-31
1
-61
/
+61
*
glapi: Remove some duplicate ignore="true" lines
Ian Romanick
2014-03-31
1
-32
/
+0
*
mapi/glapi: Use ElementTree instead of libxml2.
José Fonseca
2014-03-26
3
-151
/
+134
*
mapi/glapi: Remove glX_doc.py.
José Fonseca
2014-03-26
1
-280
/
+0
*
glapi: restore _glthread_GetID() function
Brian Paul
2014-03-14
1
-0
/
+5
*
automake: use MKDIR_P when possible
Emil Velikov
2014-03-11
1
-3
/
+3
*
mesa: s/GLhandleARB/GLuint/ for glGetUniform functions
Brian Paul
2014-03-10
1
-4
/
+4
*
glapi: Add KHR_debug.xml
Timothy Arceri
2014-03-08
1
-0
/
+150
*
mesa: make ARB_debug_output functions an alias of
Timothy Arceri
2014-03-08
1
-4
/
+4
*
glapi: move KHR_debug into its own file
Timothy Arceri
2014-03-08
1
-143
/
+1
*
glapi: rename u_current dispatch table functions
Brian Paul
2014-03-06
1
-1
/
+1
*
glapi: replace 'user' with 'context' in u_current.[ch] code
Brian Paul
2014-03-06
1
-1
/
+1
*
mesa: remove remaining uses of _glthread_GetID()
Brian Paul
2014-03-05
1
-4
/
+0
*
mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).
Kenneth Graunke
2014-03-04
1
-1
/
+1
*
mesa: remove unneeded glthread.c file
Brian Paul
2014-03-03
3
-9
/
+0
*
mesa: remove empty glthread.h file
Brian Paul
2014-03-03
4
-17
/
+1
*
mesa: remove unused glthread/TSD macros
Brian Paul
2014-03-03
1
-7
/
+0
*
mesa: remove unused _glthread_*MUTEX() macros
Brian Paul
2014-03-03
1
-7
/
+0
*
NV_vdpau_interop: fix IsSurfaceNV return type
Grigori Goronzy
2014-03-03
1
-0
/
+1
*
glapi: add ARB_buffer_storage
Marek Olšák
2014-02-25
1
-0
/
+19
*
mesa/sso: Change CreateShaderProgramv return type from uint to GLuint.
Vinson Lee
2014-02-21
1
-1
/
+1
*
mesa/sso: Add extension entry points for GL_ARB_separate_shader_objects
Gregory Hainaut
2014-02-21
4
-1
/
+408
*
configure: Try pkg-config first for libselinux
Kusanagi Kouichi
2014-02-17
1
-0
/
+1
*
glapi: add definitions for ARB_gpu_shader5
Jordan Justen
2014-02-06
2
-0
/
+17
*
mesa/cs: Add dispatch API stubs for ARB_compute_shader.
Paul Berry
2014-02-05
4
-1
/
+45
*
mesa: move glGenerateMipmap() code into new genmipmap.c file
Brian Paul
2014-02-02
1
-0
/
+1
*
mesa: move glBlitFramebuffer code into new blit.c file
Brian Paul
2014-02-02
1
-0
/
+1
*
mesa: Add ARB_viewport_array plumbing
Courtney Goeltzenleuchter
2014-01-20
3
-1
/
+81
*
glapi: Update dispatch XML files for ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
3
-0
/
+92
*
mesa: Implement the GL entry points defined by ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
1
-0
/
+1
*
glx: Add missing null check in __glXNewIndirectAPI()
Juha-Pekka Heikkila
2014-01-06
1
-0
/
+2
*
mesa: Add infrastructure for GL_ARB_clear_buffer_object
Pi Tabred
2013-12-18
2
-1
/
+55
*
mesa: Add API definitions for ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
4
-1
/
+28
*
glapi: Do not include dlfcn.h on Windows.
Vinson Lee
2013-12-07
1
-0
/
+2
*
Fix 'make check' in src/mapi/glapi/tests when builddir != srcdir
Jon TURNEY
2013-12-01
1
-0
/
+1
*
glapi: add plumbing for GL_ARB_draw_indirect and GL_ARB_multi_draw_indirect
Chris Forbes
2013-11-25
3
-1
/
+49
*
build: Change HAVE_X86_ASM to mean x86 or x86-64 asm.
Matt Turner
2013-11-07
2
-5
/
+6
*
glapi: Add infrastructure for ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
3
-1
/
+64
[next]