summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_eu.h
diff options
context:
space:
mode:
authorGary Wong <gtw@gnu.org>2008-10-29 19:53:33 -0400
committerGary Wong <gtw@gnu.org>2008-10-31 17:34:32 -0400
commit58dc8b7db5829188dbb45c020ab44732d6053888 (patch)
treed0c3499b185edc4e44b0680bb77bd93a8b1d4a6c /src/mesa/drivers/dri/i965/brw_eu.h
parent963071ffea2f03e39d73bc663fa079098d82bc66 (diff)
i965: support destination horiz strides in align1 access mode.
This is required for scatter writes in destination regions to work.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_eu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h
index 207b8b7ca3..8cbe4215fb 100644
--- a/src/mesa/drivers/dri/i965/brw_eu.h
+++ b/src/mesa/drivers/dri/i965/brw_eu.h
@@ -65,7 +65,7 @@ struct brw_reg
GLuint abs:1; /* source only */
GLuint vstride:4; /* source only */
GLuint width:3; /* src only, align1 only */
- GLuint hstride:2; /* src only, align1 only */
+ GLuint hstride:2; /* align1 only */
GLuint address_mode:1; /* relative addressing, hopefully! */
GLuint pad0:1;