summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_prim.c
Commit message (Expand)AuthorAgeFilesLines
* draw: remove dead codeKeith Whitwell2008-04-011-37/+0
* draw: more flatshade_first changesKeith Whitwell2008-04-011-72/+30
* gallium: move the test for bypass_vs into the vs_XXX_run() functionsBrian2008-03-311-2/+1
* draw: Do not run full pipeline when flatshade_first for point primitives.Michal Krol2008-03-301-1/+0
* draw: Fix bypass_vs semantic misuse.Michal Krol2008-03-301-0/+1
* gallium: remove temporary static varBrian2008-03-271-6/+5
* draw: Take flatshade_first rasterizer bit into account.Michal Krol2008-03-251-45/+117
* draw: don't use fetch_and_store for bypass_vs mode, it's not quite rightKeith Whitwell2008-03-251-4/+1
* gallium: beginnings of draw module vertex reworkKeith Whitwell2008-03-231-1/+1
* gallium: added braces to silence warningBrian2008-03-181-1/+2
* gallium: fix some compiler warningsKeith Whitwell2008-03-141-2/+2
* gallium: plug in vertex passthrough codeBrian2008-03-131-2/+45
* draw: vertex cache reworkKeith Whitwell2008-02-211-0/+2
* gallium: antialiased line drawingBrian2008-02-181-0/+7
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-151-0/+482