summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_clip_tri.c
AgeCommit message (Collapse)Author
2011-01-09i965g: update to similiar gen stuff as i965Dave Airlie
2010-01-27i965g: Remove unnecessary headers.Vinson Lee
2009-11-30i965g: remove redundant nr_attrs memberKeith Whitwell
2009-11-17i965g: handle special vs outputs speciallyKeith Whitwell
Where vs output semantic tags indicate an output is signficant for fixed function processing (such as clipping, unfilled modes, etc), retain information about that output so that we can get to it easily later on. Fix up the unfilled processing, but hard-wire edgeflag to one for now. With this change, trivial/tri-unfilled works.
2009-10-24i965g: more work on compilingKeith Whitwell
2009-10-23i965g: wipKeith Whitwell
2009-10-23i965g: re-starting from the dri driverKeith Whitwell