aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965/brw_pipe_rast.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: more work on ccw flag removalKeith Whitwell2010-05-141-6/+6
| | | | The linux-debug target builds...
* gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-7/+34
| | | | | | | | | | | | Use front/back instead of cw/ccw throughout. Also, use offset_point/line/fill instead of offset_cw/ccw. Brings gallium representation of this state into line with its main user, and also what turns out to be the most common hardware representation. This fixes a long-standing bias in the interface towards the architecture of the software rasterizer.
* i965g: correct test for unfilled modesKeith Whitwell2009-11-231-2/+4
|
* i965g: more files compilingKeith Whitwell2009-11-011-62/+137
|
* i965g: work in progress on fragment shadersKeith Whitwell2009-10-291-0/+18
|
* i965g: more compiling wipKeith Whitwell2009-10-251-0/+20
|
* i965g: more files compilingKeith Whitwell2009-10-241-0/+46