aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_validate.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* draw: fix flatshade stage for constant interpolated valuesRoland Scheidegger2014-12-101-1/+5
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* draw: fix point/line/triangle determination in draw_need_pipeline()Brian Paul2013-08-291-25/+6
* draw: rewrite primitive assemblerZack Rusin2013-08-081-14/+0
* draw: implement proper primitive assembler as a pipeline stageZack Rusin2013-08-031-1/+14
* draw: implement distance cullingZack Rusin2013-06-101-2/+9
* draw: set precalc_flat flag for AA lines tooBrian Paul2012-12-051-0/+1
* draw: Don't use the pipeline when drawing lines with fractional widths.José Fonseca2011-02-111-2/+3
* draw: fix test for using the wide-point stageBrian Paul2010-09-201-2/+2
* draw: specialized cliptesting routinesKeith Whitwell2010-08-251-1/+1
* draw: fix typo checking for unfilled polygonsKeith Whitwell2010-05-141-1/+1
* gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-8/+11
* gallium/draw: fix point sprite handlingBrian Paul2010-04-211-0/+7
* gallium/draw: use local var to simplify codeBrian Paul2010-04-211-17/+18
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-3/+3
|\
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-3/+3
* | gallium/draw: replace int with booleanBrian Paul2010-01-221-8/+8
|/
* gallium/draw: add ability to print out active pipeline stagesKeith Whitwell2009-04-281-1/+10
* draw: allow driver-override of draw_need_pipeline()Keith Whitwell2008-12-231-4/+17
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* draw: allow drivers to query pipeline state more easilyKeith Whitwell2008-04-221-14/+16
* draw: propogate lots of errorsKeith Whitwell2008-04-211-0/+2
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-8/+9
* draw: rename pipeline files to draw_pipe_*Keith Whitwell2008-04-191-0/+312