summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_prim_vbuf.c
AgeCommit message (Expand)Author
2010-06-16draw: rewrite stream output to handle all the dark cornersZack Rusin
2010-06-08gallium: add basic support for stream output queriesZack Rusin
2010-06-08gallium: make draw auto work and add relevant caps and docsZack Rusin
2010-05-05gallium: rename draw() to draw_elements() in vbuf codeBrian Paul
2010-05-05gallium: rework provoking vertex codeBrian Paul
2010-04-16softpipe: formatting fixes and commentsBrian Paul
2010-03-09softpipe: quads never provoke the first vertexMarek Olšák
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-19softpipe: Fix vertex buffer memory leak.José Fonseca
2010-01-18softpipe: Fix leak in vbuf draw moduleJakob Bornecrantz
2009-12-27softpipe: Silence unused variable warning.Vinson Lee
2009-10-07softpipe: prefix non-static functions with sp_Brian Paul
2009-08-23softpipe: remove old prim_setup draw stageKeith Whitwell
2009-08-18softpipe: move flatshade-first check out of loopKeith Whitwell
2009-07-24softpipe: actually pass >1 quad from triangle routineKeith Whitwell
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-09softpipe: implement flatshade_first for trianglesBrian Paul
2009-06-03softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()Brian Paul
2009-06-03softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON renderingBrian Paul
2009-05-30softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGONBrian Paul
2009-03-05Revert "softpipe: added null ptr check for align_free() call in vbuf code"Brian Paul
2009-03-05softpipe: added null ptr check for align_free() call in vbuf codeBrian Paul
2009-02-27softpipe: add dumping of post-tranfsormed vertices (disabled)Keith Whitwell
2009-02-17softpipe: update to new draw interfacesKeith Whitwell
2008-11-24gallium: massage sp_vbuf_draw() and sp_vbuf_draw_arrays() to look more alikeBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-05-12softpipe: more work to get non-reduced primitives working in vbufKeith Whitwell
2008-05-12softpipe: make vbuf handle all primitive typesKeith Whitwell
2008-04-16softpipe: call setup_prepare earlier so that vertex info is correct when queriedKeith Whitwell
2008-04-14softpipe: calculate determinant for all triangles, don't rely on draw module ...Keith Whitwell
2008-04-14softpipe: do our own culling, don't rely on the draw module.Keith Whitwell
2008-04-10remove usage of vertex_headerKeith Whitwell
2008-03-17gallium: improvements, or extensions at least, to the passthrough pathKeith Whitwell
2008-03-16gallium: finish remaining prim types for sp_vbuf_draw_arrays()Brian
2008-03-14gallium: fix some compiler warningsKeith Whitwell
2008-03-13gallium: plug in new sp_vbuf_draw_arrays() functionBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca