i965: fix register region description

This fixes
 brw_eu_emit.c:179: validate_reg: Assertion `width == 1' failed.
This commit is contained in:
Xiang, Haihao
2010-12-24 09:24:08 +08:00
parent 1039f36c47
commit 8249321604
+1 -1
View File
@@ -1136,7 +1136,7 @@ get_constant(struct brw_vs_compile *c,
}
/* replicate lower four floats into upper half (to get XYZWXYZW) */
const_reg = stride(const_reg, 0, 4, 0);
const_reg = stride(const_reg, 0, 4, 1);
const_reg.subnr = 0;
return const_reg;