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
/
mesa
/
vbo
/
vbo_rebase.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs.
Eric Anholt
2010-10-12
1
-0
/
+12
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-4
/
+4
*
vbo: disable the GL_ARB_draw_elements_base_vertex rebase path
Brian Paul
2009-09-21
1
-1
/
+4
*
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
1
-1
/
+14
*
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-12
1
-0
/
+1
*
mesa: move the NullBufferObj from GLcontext to gl_shared_state
Brian Paul
2009-05-07
1
-1
/
+1
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-3
/
+3
*
Use new rebase helper. Remove other rebase code.
Keith Whitwell
2007-01-30
1
-1
/
+2
*
Helper for rebasing draw requests where min_index != 0.
Keith Whitwell
2007-01-30
1
-0
/
+221