aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_aaline.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul2008-04-301-1/+1
|
* draw: remove unused varsKeith Whitwell2008-04-251-2/+0
|
* gallium: fix issues in recursive flushingBrian Paul2008-04-231-3/+15
| | | | | | | | | | When flushing/rendering, some stages (like AA line/point) need to set pipe/driver state. Those driver functions often call draw_flush(). That leads to recursion. Use new draw->suspend_flush flag to explicitly prevent that in the key places. Remove the draw->vcache_flushing field. Reuse draw->flushing as a debug/assertion var.
* draw: more propogation -- pstipple stage.Keith Whitwell2008-04-211-0/+1
|
* draw: propogate lots of errorsKeith Whitwell2008-04-211-5/+5
|
* draw: propogate errors out of aapoint stageKeith Whitwell2008-04-211-1/+1
|
* draw: propogate errors out of aaline stageKeith Whitwell2008-04-211-11/+47
|
* draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell2008-04-211-22/+16
|
* 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/+859