summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_wm_pass2.c
AgeCommit message (Collapse)Author
2009-11-18i965g: remove more references to nr_vp_outputs in wm compilationKeith Whitwell
We're really more concerned about how many inputs the fragment shader is expecting.
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-11-11i965g: skip over vertex position output when preallocating FS inputsKeith Whitwell
2009-11-04i965g: clean up wm init_registers funcKeith Whitwell
2009-10-31i965g: non-glsl fragment shader path is compilingKeith Whitwell
Disabled glsl code for now, probably want to clean this up somehow.
2009-10-26i965g: still working on compilationKeith Whitwell
2009-10-23i965g: re-starting from the dri driverKeith Whitwell