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
/
mesa
/
vbo
/
vbo_split_inplace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vbo: pass the stream from DrawTransformFeedbackStream to drivers
Marek Olšák
2015-08-06
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
mesa: add indirect drawing buffer parameter to draw functions
Christoph Bumiller
2013-11-25
1
-1
/
+1
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: move more format helper functions to glformats.c
Brian Paul
2012-07-24
1
-1
/
+1
*
mesa: Add support for GL_ARB_base_instance
Fredrik Höglund
2012-06-19
1
-2
/
+4
*
mesa: add gl_context::NewDriverState and use it for vertex arrays
Marek Olšák
2012-05-08
1
-0
/
+2
*
mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Marek Olšák
2012-05-08
1
-2
/
+7
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-1
/
+2
*
vbo: initialize num_instances in a few places
Brian Paul
2011-01-18
1
-0
/
+1
*
vbo: init num_instances in split_prims()
Brian Paul
2011-01-17
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
vbo: fix void * arithmetic warning
Keith Whitwell
2010-02-03
1
-1
/
+2
*
vbo: Fix up in-place splitting for non-contiguous/indexed primitives.
Francisco Jerez
2010-02-03
1
-51
/
+62
*
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-12
1
-0
/
+1
*
vbo: Fix build on windows.
Michal Krol
2009-07-30
1
-1
/
+1
*
mesa/vbo: always recalculate min_index and max_index when splitting vertices
Maciej Cencora
2009-07-08
1
-26
/
+10
*
mesa: move the NullBufferObj from GLcontext to gl_shared_state
Brian Paul
2009-05-07
1
-1
/
+1
*
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-09-23
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
/
+0
*
Remove debug, reenable inplace splitting.
keithw
2007-01-15
1
-15
/
+1
*
New files to manage splitting drawing commands
keithw
2007-01-15
1
-0
/
+301