index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
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
2009-06-19
Merge branch 'ext-provoking-vertex'
Brian Paul
2009-06-09
softpipe: implement flatshade_first for triangles
Brian Paul
2009-06-03
softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()
Brian Paul
2009-06-03
softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering
Brian Paul
2009-05-30
softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGON
Brian Paul
2009-03-05
Revert "softpipe: added null ptr check for align_free() call in vbuf code"
Brian Paul
2009-03-05
softpipe: added null ptr check for align_free() call in vbuf code
Brian Paul
2009-02-27
softpipe: add dumping of post-tranfsormed vertices (disabled)
Keith Whitwell
2009-02-17
softpipe: update to new draw interfaces
Keith Whitwell
2008-11-24
gallium: massage sp_vbuf_draw() and sp_vbuf_draw_arrays() to look more alike
Brian Paul
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-05-12
softpipe: more work to get non-reduced primitives working in vbuf
Keith Whitwell
2008-05-12
softpipe: make vbuf handle all primitive types
Keith Whitwell
2008-04-16
softpipe: call setup_prepare earlier so that vertex info is correct when queried
Keith Whitwell
2008-04-14
softpipe: calculate determinant for all triangles, don't rely on draw module ...
Keith Whitwell
2008-04-14
softpipe: do our own culling, don't rely on the draw module.
Keith Whitwell
2008-04-10
remove usage of vertex_header
Keith Whitwell
2008-03-17
gallium: improvements, or extensions at least, to the passthrough path
Keith Whitwell
2008-03-16
gallium: finish remaining prim types for sp_vbuf_draw_arrays()
Brian
2008-03-14
gallium: fix some compiler warnings
Keith Whitwell
2008-03-13
gallium: plug in new sp_vbuf_draw_arrays() function
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca