aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt_vcache.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: catch vertex overflow higher upAlan Hourihane2008-12-111-6/+7
* draw: Put INLINES where appropriate.José Fonseca2008-09-021-64/+85
* draw: attempt atomic submit of large drawelements callsKeith Whitwell2008-08-261-8/+13
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* draw: make sure middle-end primitive is uptodate in vcacheKeith Whitwell2008-06-061-1/+26
* draw: respect driver's max vertex buffer sizeKeith Whitwell2008-06-041-5/+8
* draw: fast element translate path without deltaKeith Whitwell2008-06-021-31/+93
* draw: quieten some debugKeith Whitwell2008-05-291-1/+1
* draw: better calculation of fetch_countKeith Whitwell2008-05-291-3/+9
* draw: remove printfKeith Whitwell2008-05-291-2/+0
* draw: draw_range_elements trialKeith Whitwell2008-05-291-3/+120
* draw: restore extras path in draw_pt_vcache.c, keep pipeline flags out of non...Keith Whitwell2008-05-271-52/+65
* decomposition from keith, adds decomposition of more prim to the pipelineZack Rusin2008-05-131-65/+52
* draw: turn fse path into a middle endKeith Whitwell2008-05-121-14/+1
* draw: squash warningsKeith Whitwell2008-05-011-1/+0
* draw: emit extra flags whenever pipeline is activeKeith Whitwell2008-04-251-5/+1
* 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