summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe_flatshade.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26draw: use unsigned instead of uintErik Faye-Lund1-6/+6
2023-06-26draw: use enum for tgsi-semanticErik Faye-Lund1-1/+1
2022-10-11draw: asst. clean-ups in draw_pipe_flatshade.cBrian Paul1-52/+62
2017-07-08draw: handle more TGSI_SEMANTIC_COLOR indicesRoland Scheidegger1-4/+7
2015-12-06gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan1-1/+1
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-3/+3
2014-12-10draw: fix flatshade stage for constant interpolated valuesRoland Scheidegger1-62/+114
2014-12-10draw: copy over prim id header in flatshade stage when emitting linesRoland Scheidegger1-3/+6
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2010-06-16draw: handle some out of memory conditionsAlan Hourihane1-3/+3
2009-04-28gallium/draw: add ability to print out active pipeline stagesKeith Whitwell1-0/+1
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+3
2008-06-11draw: preserve specular alpha when flatshading -- may be FOGCKeith Whitwell1-2/+28
2008-05-23draw: move some state into a new 'vs' areaKeith Whitwell1-1/+1
2008-04-24draw: handle edgeflags and reset-line-stipple againKeith Whitwell1-2/+4
2008-04-21draw: propogate lots of errorsKeith Whitwell1-1/+10
2008-04-21draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell1-8/+1
2008-04-19draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell1-0/+1
2008-04-19draw: rename pipeline files to draw_pipe_*Keith Whitwell1-0/+248