Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-18 | i965g: remove more references to nr_vp_outputs in wm compilation | Keith Whitwell | |
We're really more concerned about how many inputs the fragment shader is expecting. | |||
2009-11-17 | i965g: handle special vs outputs specially | Keith 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-11 | i965g: skip over vertex position output when preallocating FS inputs | Keith Whitwell | |
2009-11-04 | i965g: clean up wm init_registers func | Keith Whitwell | |
2009-10-31 | i965g: non-glsl fragment shader path is compiling | Keith Whitwell | |
Disabled glsl code for now, probably want to clean this up somehow. | |||
2009-10-26 | i965g: still working on compilation | Keith Whitwell | |
2009-10-23 | i965g: re-starting from the dri driver | Keith Whitwell | |