aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965/brw_clip_tri.c
Commit message (Collapse)AuthorAgeFilesLines
* i965g: remove redundant nr_attrs memberKeith Whitwell2009-11-301-3/+3
|
* i965g: handle special vs outputs speciallyKeith Whitwell2009-11-171-6/+6
| | | | | | | | | | | 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.
* i965g: more work on compilingKeith Whitwell2009-10-241-3/+2
|
* i965g: wipKeith Whitwell2009-10-231-7/+0
|
* i965g: re-starting from the dri driverKeith Whitwell2009-10-231-0/+603