summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_vcache.c
AgeCommit message (Expand)Author
2008-04-24draw: handle edgeflags and reset-line-stipple againKeith Whitwell
2008-04-23gallium: fix issues in recursive flushingBrian Paul
2008-04-22gallium: added a flushing_vcache flag, test in draw_do_flush()Brian Paul
2008-04-22draw: disable broken edgeflag code - didn't work & was killing performanceKeith Whitwell
2008-04-21draw: propogate lots of errorsKeith Whitwell
2008-04-19draw: move incoming vertex state into draw->ptKeith Whitwell
2008-04-16draw: make pt run pipeline when need_pipeline is true, not just when clippedKeith Whitwell
2008-04-06draw: fix edgeflag handling on the pt pathsKeith Whitwell
2008-04-02draw: Set the backend prim in the pt 'prepare' operationKeith Whitwell
2008-04-01draw: more flatshade_first changesKeith Whitwell
2008-03-29gallium: Fix some MSVC warnings.José Fonseca
2008-03-23draw: fix some unsigned vs ushort confusionKeith Whitwell
2008-03-23gallium: beginnings of draw module vertex reworkKeith Whitwell