summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_setup_line.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: handle FACING interpolants in line and point setupKeith Whitwell2010-09-251-0/+6
* llvmpipe: fix flatshading in new line codeKeith Whitwell2010-09-211-6/+13
* llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell2010-09-071-1/+3
* llvmpipe: enforce fixed memory limit on scenesKeith Whitwell2010-09-071-7/+21
* llvmpipe: use util_iround in place of roundKeith Whitwell2010-08-271-1/+1
* llvmpipe: eliminate tri->dx, tri->dy valuesKeith Whitwell2010-08-271-37/+39
* llvmpipe: update line rasterization code to current masterKeith Whitwell2010-08-271-335/+196
* llvmpipe: native line rasterization with correct pixel rasterizationHui Qi Tay2010-08-271-29/+213
* llvmpipe: native rasterization for linesHui Qi Tay2010-08-271-6/+611
* llvmpipe: setup_context -> lp_setup_contextJosé Fonseca2010-03-131-2/+2
* llvmpipe: hook up some state, add stub line and point functionsKeith Whitwell2009-10-091-0/+47