summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_vcache_tmp.h
AgeCommit message (Expand)Author
2010-08-16draw: Remove varray and vcache.Chia-I Wu
2010-08-16draw: Simplify frontend interface a little.Chia-I Wu
2010-08-16draw: Add flags to draw_prim_info.Chia-I Wu
2010-08-06draw: Avoid mixed declarations and code.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.Chia-I Wu
2010-08-04draw: Fix the edge flags of flatshade_first polygons.Chia-I Wu
2010-05-05gallium: still more provoking vertex fixesBrian Paul
2010-04-20draw: Fix typo resulting from bad regular expression in index bias addition.José Fonseca
2010-04-19draw: Implement index bias.José Fonseca
2010-03-09draw: quads never provoke the first vertexMarek Olšák
2009-06-18draw: fix first provoking vertex mode for quads, quad strips and polygonsBrian Paul
2008-06-10Revert "draw: no need to rearrange most primitives in vcache for flatshade-fi...Keith Whitwell
2008-06-10draw: no need to rearrange most primitives in vcache for flatshade-firstKeith Whitwell
2008-06-06draw: fix intermediate buffer confusion in draw_vs_varient.cKeith Whitwell
2008-05-29gallium: MSVC warning fixes.José Fonseca
2008-04-24draw: handle edgeflags and reset-line-stipple againKeith Whitwell