summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-05 08:01:29 -0600
committerBrian Paul <brianp@vmware.com>2010-04-05 08:01:29 -0600
commit51e6c57054549538c14eeefba61582cb96541051 (patch)
treea28b8973bbdf96af9b1f1b83b30459c6730b5fef /src/gallium/drivers/i965
parent557c8bb748f0b23dcc7c02ca9c594add4a42638d (diff)
i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings
Diffstat (limited to 'src/gallium/drivers/i965')
-rw-r--r--src/gallium/drivers/i965/brw_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_reg.h b/src/gallium/drivers/i965/brw_reg.h
index a63403b6af..ba10f9d5df 100644
--- a/src/gallium/drivers/i965/brw_reg.h
+++ b/src/gallium/drivers/i965/brw_reg.h
@@ -109,7 +109,7 @@ struct brw_chipset {
/* XXX: hacks
*/
#define VERT_RESULT_HPOS 0 /* not always true */
-#define VERT_RESULT_PSIZ 10000 /* disabled */
+#define VERT_RESULT_PSIZ 127 /* disabled */
#endif