index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
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
2010-06-16
draw: rewrite stream output to handle all the dark corners
Zack Rusin
2010-06-08
gallium: add basic support for stream output queries
Zack Rusin
2010-06-08
gallium: make draw auto work and add relevant caps and docs
Zack Rusin
2010-05-05
gallium: rename draw() to draw_elements() in vbuf code
Brian Paul
2010-05-05
gallium: rework provoking vertex code
Brian Paul
2010-04-16
softpipe: formatting fixes and comments
Brian Paul
2010-03-09
softpipe: quads never provoke the first vertex
Marek Olšák
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-19
softpipe: Fix vertex buffer memory leak.
José Fonseca
2010-01-18
softpipe: Fix leak in vbuf draw module
Jakob Bornecrantz
2009-12-27
softpipe: Silence unused variable warning.
Vinson Lee
2009-10-07
softpipe: prefix non-static functions with sp_
Brian Paul
2009-08-23
softpipe: remove old prim_setup draw stage
Keith Whitwell
2009-08-18
softpipe: move flatshade-first check out of loop
Keith Whitwell
2009-07-24
softpipe: actually pass >1 quad from triangle routine
Keith Whitwell
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