summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe_validate.c
AgeCommit message (Expand)Author
2011-02-11draw: Don't use the pipeline when drawing lines with fractional widths.José Fonseca
2010-09-20draw: fix test for using the wide-point stageBrian Paul
2010-08-25draw: specialized cliptesting routinesKeith Whitwell
2010-05-14draw: fix typo checking for unfilled polygonsKeith Whitwell
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-04-21gallium/draw: fix point sprite handlingBrian Paul
2010-04-21gallium/draw: use local var to simplify codeBrian Paul
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger
2010-01-22gallium/draw: replace int with booleanBrian Paul
2009-04-28gallium/draw: add ability to print out active pipeline stagesKeith Whitwell
2008-12-23draw: allow driver-override of draw_need_pipeline()Keith Whitwell
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-04-22draw: allow drivers to query pipeline state more easilyKeith Whitwell
2008-04-21draw: propogate lots of errorsKeith Whitwell
2008-04-19draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell
2008-04-19draw: rename pipeline files to draw_pipe_*Keith Whitwell