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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
glapi: Remove all offset tags from the XML
Ian Romanick
2015-05-15
60
-1289
/
+1289
*
glapi: Use the offsets from static_data.py instead of from the XML
Ian Romanick
2015-05-15
1
-17
/
+5
*
glapi: Add a list of functions that are not used but still need dispatch slots
Ian Romanick
2015-05-15
1
-0
/
+56
*
glapi: Remove static dispatch for functions that didn't exist in NVIDIA
Ian Romanick
2015-05-15
1
-46
/
+0
*
glapi: Remove static dispatch for functions that didn't exist in fglrx
Ian Romanick
2015-05-15
1
-121
/
+0
*
glapi: Remove static dispatch for functions that didn't exist in 10.3
Ian Romanick
2015-05-15
1
-1
/
+0
*
glapi: Remove static dispatch for functions that didn't exist in 10.4
Ian Romanick
2015-05-15
1
-33
/
+0
*
glapi: Remove static dispatch for functions that didn't exist in 10.5
Ian Romanick
2015-05-15
1
-81
/
+0
*
glapi: Remove static_dispatch from the DTD
Ian Romanick
2015-05-15
1
-1
/
+0
*
glapi: Whitespace clean up after the previous commit
Ian Romanick
2015-05-15
6
-210
/
+112
*
glapi: Remove all static_dispatch tags from the XML
Ian Romanick
2015-05-15
11
-288
/
+288
*
glapi: Store list of functions with static dispatch in a separate table
Ian Romanick
2015-05-15
2
-1
/
+1520
*
glapi: Store static dispatch offsets in a separate table
Ian Romanick
2015-05-15
3
-0
/
+446
*
mesa: Remove all vestiges of glFramebufferTextureFaceARB
Ian Romanick
2015-05-15
2
-2
/
+1
*
glapi: Mark a couple functions "ignore" for GLX
Ian Romanick
2015-05-15
1
-2
/
+2
*
main: Add entry point for NamedFramebufferDrawBuffers.
Laura Ekstrand
2015-05-14
1
-0
/
+6
*
main: Add entry point for NamedFramebufferReadBuffer.
Laura Ekstrand
2015-05-14
1
-0
/
+5
*
main: Add entry point for NamedFramebufferDrawBuffer.
Laura Ekstrand
2015-05-14
1
-0
/
+5
*
main: Add stubs for [Get]NamedFramebufferParameteri[v].
Laura Ekstrand
2015-05-14
1
-0
/
+12
*
main: Fake entry point for glClearNamedFramebufferfi.
Laura Ekstrand
2015-05-14
1
-0
/
+7
*
main: Fake entry point for glClearNamedFramebufferfv.
Laura Ekstrand
2015-05-14
1
-0
/
+7
*
main: Fake entry point for glClearNamedFramebufferuiv.
Laura Ekstrand
2015-05-14
1
-0
/
+7
*
main: Fake entry point for glClearNamedFramebufferiv.
Laura Ekstrand
2015-05-14
1
-0
/
+7
*
main: Add entry points for InvalidateNamedFramebuffer[Sub]Data.
Laura Ekstrand
2015-05-14
1
-0
/
+16
*
main: Add entry point for BlitNamedFramebuffer.
Laura Ekstrand
2015-05-14
1
-0
/
+15
*
main: Add entry point GetNamedFramebufferAttachmentParameteriv.
Laura Ekstrand
2015-05-14
1
-0
/
+7
*
main: Add entry point for CheckNamedFramebufferStatus.
Laura Ekstrand
2015-05-14
1
-0
/
+6
*
main: Major refactor of get_texture_for_framebuffer.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
main: Add entry points for glNamedFramebufferTexture[Layer].
Laura Ekstrand
2015-05-14
1
-0
/
+15
*
main: Add entry point for NamedFramebufferRenderbuffer.
Laura Ekstrand
2015-05-14
1
-0
/
+7
*
main: Add glCreateFramebuffers.
Laura Ekstrand
2015-05-14
1
-0
/
+7
*
glapi: Add extern "C" to glapi_priv.h
Alexander von Gluck IV
2015-05-13
1
-0
/
+8
*
mesa: Implement GetVertexArrayIndexed[64]iv
Fredrik Höglund
2015-05-08
1
-0
/
+14
*
mesa: Implement GetVertexArrayiv
Fredrik Höglund
2015-05-08
1
-0
/
+6
*
mesa: Implement VertexArrayBindingDivisor
Fredrik Höglund
2015-05-08
1
-0
/
+6
*
mesa: Implement VertexArrayAttribBinding
Fredrik Höglund
2015-05-08
1
-0
/
+6
*
mesa: Implement VertexArrayAttrib[I|L]Format
Fredrik Höglund
2015-05-08
1
-0
/
+25
*
mesa: Implement VertexArrayVertexBuffers
Fredrik Höglund
2015-05-08
1
-0
/
+9
*
mesa: Implement VertexArrayVertexBuffer
Fredrik Höglund
2015-05-08
1
-0
/
+8
*
mesa: Implement VertexArrayElementBuffer
Fredrik Höglund
2015-05-08
1
-0
/
+5
*
mesa: Implement EnableVertexArrayAttrib
Fredrik Höglund
2015-05-08
1
-0
/
+5
*
mesa: Implement DisableVertexArrayAttrib
Fredrik Höglund
2015-05-08
1
-0
/
+5
*
mesa: Implement CreateVertexArrays
Fredrik Höglund
2015-05-08
1
-0
/
+7
*
mapi: add GL_ARB_vertex_attrib_64bit support
Dave Airlie
2015-05-08
3
-1
/
+74
*
glapi: Add positional argument specifier.
Vinson Lee
2015-05-06
1
-1
/
+1
*
glapi/es3.1: Add support for GLES versions > 3.0
Ian Romanick
2015-05-04
1
-2
/
+2
*
Fix a few typos
Zoë Blade
2015-04-27
3
-3
/
+3
*
mapi: Adding missing string.h include.
Pali Rohár
2015-04-23
1
-0
/
+2
*
android: fix the building rules for Android 5.0
Chih-Wei Huang
2015-04-22
1
-1
/
+1
*
glapi: add GL_ARB_program_interface_query skeleton
Tapani Pälli
2015-04-16
3
-1
/
+113
[prev]
[next]