index
:
~igor.oliveira/mesa-advanced-blending
master
OpenVG advanced blending
igor.oliveira
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
/
sp_prim_vbuf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-07
softpipe: prefix non-static functions with sp_
Brian Paul
1
-43
/
+43
2009-08-23
softpipe: remove old prim_setup draw stage
Keith Whitwell
1
-76
/
+31
2009-08-18
softpipe: move flatshade-first check out of loop
Keith Whitwell
1
-30
/
+50
2009-07-24
softpipe: actually pass >1 quad from triangle routine
Keith Whitwell
1
-0
/
+2
2009-06-19
Merge branch 'ext-provoking-vertex'
Brian Paul
1
-65
/
+164
2009-06-09
softpipe: implement flatshade_first for triangles
Brian Paul
1
-58
/
+182
2009-06-03
softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()
Brian Paul
1
-2
/
+12
2009-06-03
softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering
Brian Paul
1
-1
/
+1
2009-05-30
softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGON
Brian Paul
1
-1
/
+15
2009-03-05
Revert "softpipe: added null ptr check for align_free() call in vbuf code"
Brian Paul
1
-2
/
+1
2009-03-05
softpipe: added null ptr check for align_free() call in vbuf code
Brian Paul
1
-1
/
+2
2009-02-27
softpipe: add dumping of post-tranfsormed vertices (disabled)
Keith Whitwell
1
-0
/
+33
2009-02-17
softpipe: update to new draw interfaces
Keith Whitwell
1
-13
/
+32
2008-11-24
gallium: massage sp_vbuf_draw() and sp_vbuf_draw_arrays() to look more alike
Brian Paul
1
-12
/
+17
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
1
-0
/
+1
2008-05-12
softpipe: more work to get non-reduced primitives working in vbuf
Keith Whitwell
1
-26
/
+19
2008-05-12
softpipe: make vbuf handle all primitive types
Keith Whitwell
1
-108
/
+147
2008-04-16
softpipe: call setup_prepare earlier so that vertex info is correct when queried
Keith Whitwell
1
-4
/
+10
2008-04-14
softpipe: calculate determinant for all triangles, don't rely on draw module ...
Keith Whitwell
1
-28
/
+0
2008-04-14
softpipe: do our own culling, don't rely on the draw module.
Keith Whitwell
1
-4
/
+17
2008-04-10
remove usage of vertex_header
Keith Whitwell
1
-101
/
+122
2008-03-17
gallium: improvements, or extensions at least, to the passthrough path
Keith Whitwell
1
-2
/
+11
2008-03-16
gallium: finish remaining prim types for sp_vbuf_draw_arrays()
Brian
1
-0
/
+73
2008-03-14
gallium: fix some compiler warnings
Keith Whitwell
1
-1
/
+1
2008-03-13
gallium: plug in new sp_vbuf_draw_arrays() function
Brian
1
-0
/
+57
2008-02-15
Code reorganization: update build.
José Fonseca
1
-3
/
+3
2008-02-15
Code reorganization: move files into their places.
José Fonseca
1
-0
/
+221