summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_pipe_rast.c
AgeCommit message (Collapse)Author
2011-01-09i965g: update to similiar gen stuff as i965Dave Airlie
2010-05-14gallium: more work on ccw flag removalKeith Whitwell
The linux-debug target builds...
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
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.
2009-11-23i965g: correct test for unfilled modesKeith Whitwell
2009-11-01i965g: more files compilingKeith Whitwell
2009-10-29i965g: work in progress on fragment shadersKeith Whitwell
2009-10-25i965g: more compiling wipKeith Whitwell
2009-10-24i965g: more files compilingKeith Whitwell