index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mapi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
glapi: gl_enums.py: use main() function for if __name__ == "__main__"
Dylan Baker
2015-05-22
1
-1
/
+5
*
glapi: gl_enums.py: use argparse instead of getopt.
Dylan Baker
2015-05-22
1
-16
/
+14
*
glapi: gl_procs.py: Use argparse rather than getopt
Dylan Baker
2015-05-22
1
-23
/
+19
*
glapi: gl_procs.py: Fix a few low hanging style things
Dylan Baker
2015-05-22
1
-7
/
+16
*
glapi: remap_helper.py: use argparse instead of optparse
Dylan Baker
2015-05-22
1
-24
/
+22
*
glapi: remap_helper.py: Fix some low hanging style issues
Dylan Baker
2015-05-22
1
-4
/
+13
*
glapi: gl_table.py: replace getopt with argparse.
Dylan Baker
2015-05-22
1
-37
/
+33
*
glapi: gl_table.py: Fix some low hanging style issues
Dylan Baker
2015-05-22
1
-16
/
+26
*
glapi: track GL_ARB_program_interface_query.xml
10.6-branchpoint
Emil Velikov
2015-05-19
1
-0
/
+1
*
glapi: Remove offset from the DTD
Ian Romanick
2015-05-15
1
-1
/
+0
*
glapi: Whitespace clean up after the previous commit
Ian Romanick
2015-05-15
11
-443
/
+223
*
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
[prev]
[next]