summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_validate.c
AgeCommit message (Expand)Author
2008-04-01draw: more flatshade_first changesKeith Whitwell
2008-03-30draw: Do not run full pipeline when flatshade_first for point primitives.Michal Krol
2008-03-25draw: take primitive into account when deciding if the pipeline is activeKeith Whitwell
2008-03-23draw: tweak the definition of draw_need_pipeline, fix minor bugKeith Whitwell
2008-03-14gallium: add explicit control for point sprites (convert points to textured q...Brian
2008-03-13gallium: added draw_need_pipeline() predicate functionBrian
2008-02-29gallium: need precalc_flat=1 for wide linesBrian Paul
2008-02-28gallium: split draw_wide_prim stage into separate point/line stages.Brian Paul
2008-02-26gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()Brian
2008-02-22gallium: fix bug in which wide point stage overrode the aapoint stageBrian
2008-02-21gallium: new draw stage for polygon stipple.Brian
2008-02-21gallium: new AA point drawing stageBrian
2008-02-18gallium: antialiased line drawingBrian
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca