summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_flatshade.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* draw: fix flatshade stage for constant interpolated valuesRoland Scheidegger2014-12-101-62/+114
* draw: copy over prim id header in flatshade stage when emitting linesRoland Scheidegger2014-12-101-3/+6
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* draw: handle some out of memory conditionsAlan Hourihane2010-06-161-3/+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-1/+3
* draw: preserve specular alpha when flatshading -- may be FOGCKeith Whitwell2008-06-111-2/+28
* 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-2/+4
* draw: propogate lots of errorsKeith Whitwell2008-04-211-1/+10
* draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell2008-04-211-8/+1
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-0/+1
* draw: rename pipeline files to draw_pipe_*Keith Whitwell2008-04-191-0/+248