summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt_vcache.c
Commit message (Expand)AuthorAgeFilesLines
* draw: handle edgeflags and reset-line-stipple againKeith Whitwell2008-04-241-289/+67
* gallium: fix issues in recursive flushingBrian Paul2008-04-231-2/+0
* gallium: added a flushing_vcache flag, test in draw_do_flush()Brian Paul2008-04-221-0/+2
* draw: disable broken edgeflag code - didn't work & was killing performanceKeith Whitwell2008-04-221-6/+7
* draw: propogate lots of errorsKeith Whitwell2008-04-211-0/+2
* draw: move incoming vertex state into draw->ptKeith Whitwell2008-04-191-1/+1
* draw: make pt run pipeline when need_pipeline is true, not just when clippedKeith Whitwell2008-04-161-2/+3
* draw: fix edgeflag handling on the pt pathsKeith Whitwell2008-04-061-166/+230
* draw: Set the backend prim in the pt 'prepare' operationKeith Whitwell2008-04-021-8/+9
* draw: more flatshade_first changesKeith Whitwell2008-04-011-15/+112
* gallium: Fix some MSVC warnings.José Fonseca2008-03-291-1/+1
* draw: fix some unsigned vs ushort confusionKeith Whitwell2008-03-231-5/+4
* gallium: beginnings of draw module vertex reworkKeith Whitwell2008-03-231-0/+338