summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_validate.c
Commit message (Expand)AuthorAgeFilesLines
* draw: more flatshade_first changesKeith Whitwell2008-04-011-8/+0
* draw: Do not run full pipeline when flatshade_first for point primitives.Michal Krol2008-03-301-0/+8
* draw: take primitive into account when deciding if the pipeline is activeKeith Whitwell2008-03-251-34/+65
* draw: tweak the definition of draw_need_pipeline, fix minor bugKeith Whitwell2008-03-231-11/+15
* gallium: add explicit control for point sprites (convert points to textured q...Brian2008-03-141-1/+7
* gallium: added draw_need_pipeline() predicate functionBrian2008-03-131-1/+54
* gallium: need precalc_flat=1 for wide linesBrian Paul2008-02-291-0/+1
* gallium: split draw_wide_prim stage into separate point/line stages.Brian Paul2008-02-281-7/+9
* gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()Brian2008-02-261-10/+13
* gallium: fix bug in which wide point stage overrode the aapoint stageBrian2008-02-221-3/+13
* gallium: new draw stage for polygon stipple.Brian2008-02-211-0/+6
* gallium: new AA point drawing stageBrian2008-02-211-0/+5
* gallium: antialiased line drawingBrian2008-02-181-1/+7
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-151-0/+185