i965: fix register region description
This fixes brw_eu_emit.c:179: validate_reg: Assertion `width == 1' failed.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user