seems to generate saner code, need to go back and fix perspective
interpolation (and remove the hard-wire) once this is working.
* XXX: as long as we're hard-wiring, is eg. position required to
* be linear?
*/
- key.linear_attrs = 0;
- key.persp_attrs = (1 << key.nr_attrs) - 1;
+ //key.linear_attrs = 0;
+ //key.persp_attrs = (1 << key.nr_attrs) - 1;
+
+ key.linear_attrs = (1 << key.nr_attrs) - 1;
+ key.persp_attrs = 0;
/* BRW_NEW_REDUCED_PRIMITIVE */
switch (brw->reduced_primitive) {