summaryrefslogtreecommitdiff
path: root/src/i965_reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i965_reg.h')
-rw-r--r--src/i965_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_reg.h b/src/i965_reg.h
index ab6c0205..904e506f 100644
--- a/src/i965_reg.h
+++ b/src/i965_reg.h
@@ -219,7 +219,7 @@
# define GEN7_PS_FLOATING_POINT_MODE_ALT (1 << 16)
/* DW3: scratch space */
/* DW4 */
-# define GEN7_PS_MAX_THREADS_SHIFT 23
+# define GEN7_PS_MAX_THREADS_SHIFT 24
# define GEN7_PS_PUSH_CONSTANT_ENABLE (1 << 11)
# define GEN7_PS_ATTRIBUTE_ENABLE (1 << 10)
# define GEN7_PS_OMASK_TO_RENDER_TARGET (1 << 9)