commit | 0bd1cbcd0d28dbadfb0c3e1f8b048a18b56bc72c | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keithw@vmware.com> | Fri May 14 13:04:42 2010 +0100 |
committer | Keith Whitwell <keithw@vmware.com> | Fri May 14 13:04:42 2010 +0100 |
tree | b5e83bf73e7fa711579bc3a2e2d0578d3b1c9e11 | |
parent | fc4d1b9ba965f26c504e6f5fea12e2bac2d71d72 [diff] |
gallium: convert rasterizer state to use gl-style front/back concepts 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.