summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_stipple.c
Commit message (Expand)AuthorAgeFilesLines
* draw: fix line stipplingRoland Scheidegger2016-03-151-15/+15
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* draw: silence MSVC signed/unsigned comparison warningsBrian Paul2012-10-171-1/+1
* draw: handle some out of memory conditionsAlan Hourihane2010-06-161-2/+11
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-2/+3
* gallium/draw: add ability to print out active pipeline stagesKeith Whitwell2009-04-281-0/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-2/+4
* draw: don't assume vertex position is in data[0]Keith Whitwell2008-06-111-2/+3
* draw: reset stipple counter whenever non-line prim encounteredKeith Whitwell2008-05-271-2/+18
* draw: move some state into a new 'vs' areaKeith Whitwell2008-05-231-1/+1
* draw: handle edgeflags and reset-line-stipple againKeith Whitwell2008-04-241-0/+4
* draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell2008-04-211-14/+2
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-1/+1
* draw: rename pipeline files to draw_pipe_*Keith Whitwell2008-04-191-0/+239