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
/
gallium
/
drivers
/
softpipe
/
sp_prim_vbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
softpipe: add support for indexed queries.
Dave Airlie
2019-04-09
1
-2
/
+2
*
draw: add stream member to stats callback
Dave Airlie
2019-04-09
1
-1
/
+1
*
gallium: s/unsigned/enum pipe_prim_type/
Brian Paul
2017-10-27
1
-2
/
+2
*
softpipe: tell draw about the vertex layout we want
Roland Scheidegger
2016-01-07
1
-2
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
draw: clean up setting stream out information a bit
Roland Scheidegger
2013-08-27
1
-5
/
+11
*
softpipe: support nested/overlapping queries for all query types
Roland Scheidegger
2013-08-27
1
-1
/
+1
*
draw: implement pipeline statistics in the draw module
Zack Rusin
2013-04-16
1
-0
/
+23
*
softpipe: Handle adjacency primitives.
José Fonseca
2012-11-09
1
-0
/
+46
*
draw/softpipe: EXT_transform_feedback support (v2)
Dave Airlie
2012-01-10
1
-7
/
+4
*
gallium: make vbuf_render::set_primitive() return void
Brian Paul
2012-01-07
1
-2
/
+1
*
draw: rewrite stream output to handle all the dark corners
Zack Rusin
2010-06-16
1
-4
/
+6
*
gallium: add basic support for stream output queries
Zack Rusin
2010-06-08
1
-0
/
+5
*
gallium: make draw auto work and add relevant caps and docs
Zack Rusin
2010-06-08
1
-0
/
+10
*
gallium: rename draw() to draw_elements() in vbuf code
Brian Paul
2010-05-05
1
-2
/
+2
*
gallium: rework provoking vertex code
Brian Paul
2010-05-05
1
-114
/
+194
*
softpipe: formatting fixes and comments
Brian Paul
2010-04-16
1
-66
/
+63
*
softpipe: quads never provoke the first vertex
Marek Olšák
2010-03-09
1
-68
/
+12
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+2
|
\
|
*
softpipe: Fix vertex buffer memory leak.
José Fonseca
2010-01-19
1
-0
/
+2
*
|
softpipe: Fix leak in vbuf draw module
Jakob Bornecrantz
2010-01-18
1
-1
/
+1
|
/
*
softpipe: Silence unused variable warning.
Vinson Lee
2009-12-27
1
-0
/
+1
*
softpipe: prefix non-static functions with sp_
Brian Paul
2009-10-07
1
-43
/
+43
*
softpipe: remove old prim_setup draw stage
Keith Whitwell
2009-08-23
1
-76
/
+31
*
softpipe: move flatshade-first check out of loop
Keith Whitwell
2009-08-18
1
-30
/
+50
*
softpipe: actually pass >1 quad from triangle routine
Keith Whitwell
2009-07-24
1
-0
/
+2
*
Merge branch 'ext-provoking-vertex'
Brian Paul
2009-06-19
1
-65
/
+164
|
\
|
*
softpipe: implement flatshade_first for triangles
Brian Paul
2009-06-09
1
-58
/
+182
*
|
softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()
Brian Paul
2009-06-03
1
-2
/
+12
*
|
softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering
Brian Paul
2009-06-03
1
-1
/
+1
*
|
softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGON
Brian Paul
2009-05-30
1
-1
/
+15
|
/
*
Revert "softpipe: added null ptr check for align_free() call in vbuf code"
Brian Paul
2009-03-05
1
-2
/
+1
*
softpipe: added null ptr check for align_free() call in vbuf code
Brian Paul
2009-03-05
1
-1
/
+2
*
softpipe: add dumping of post-tranfsormed vertices (disabled)
Keith Whitwell
2009-02-27
1
-0
/
+33
*
softpipe: update to new draw interfaces
Keith Whitwell
2009-02-17
1
-13
/
+32
*
gallium: massage sp_vbuf_draw() and sp_vbuf_draw_arrays() to look more alike
Brian Paul
2008-11-24
1
-12
/
+17
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-0
/
+1
*
softpipe: more work to get non-reduced primitives working in vbuf
Keith Whitwell
2008-05-12
1
-26
/
+19
*
softpipe: make vbuf handle all primitive types
Keith Whitwell
2008-05-12
1
-108
/
+147
*
softpipe: call setup_prepare earlier so that vertex info is correct when queried
Keith Whitwell
2008-04-16
1
-4
/
+10
*
softpipe: calculate determinant for all triangles, don't rely on draw module ...
Keith Whitwell
2008-04-14
1
-28
/
+0
*
softpipe: do our own culling, don't rely on the draw module.
Keith Whitwell
2008-04-14
1
-4
/
+17
*
remove usage of vertex_header
Keith Whitwell
2008-04-10
1
-101
/
+122
*
gallium: improvements, or extensions at least, to the passthrough path
Keith Whitwell
2008-03-17
1
-2
/
+11
*
gallium: finish remaining prim types for sp_vbuf_draw_arrays()
Brian
2008-03-16
1
-0
/
+73
*
gallium: fix some compiler warnings
Keith Whitwell
2008-03-14
1
-1
/
+1
*
gallium: plug in new sp_vbuf_draw_arrays() function
Brian
2008-03-13
1
-0
/
+57
*
Code reorganization: update build.
José Fonseca
2008-02-15
1
-3
/
+3
*
Code reorganization: move files into their places.
José Fonseca
2008-02-15
1
-0
/
+221