summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt_decompose.h
Commit message (Expand)AuthorAgeFilesLines
* draw: revert using correct order for prim decomposition.Roland Scheidegger2014-12-171-1/+3
* draw: fix another decompose bug affecting constant interpolated attributesRoland Scheidegger2014-12-101-2/+1
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-091-0/+2
* draw: Avoid mixed declarations and code.Chia-I Wu2010-08-061-1/+1
* draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.Chia-I Wu2010-08-061-193/+6
* gallium: rework provoking vertex codeBrian Paul2010-05-051-15/+56
* draw: Preserve the provoking vertex both when decomposing and clipping.José Fonseca2010-05-051-17/+8
* draw: quads never provoke the first vertexMarek Olšák2010-03-091-30/+10
* draw: use flatfirst variableBrian Paul2009-06-181-1/+1
* draw: remove debug codeBrian Paul2009-06-181-7/+0
* draw: implement flatshade_first for drawing pipelineBrian Paul2009-06-091-18/+54
* draw: Fix MSVC warnings.José Fonseca2008-06-021-3/+3
* decomposition from keith, adds decomposition of more prim to the pipelineZack Rusin2008-05-131-0/+153