Merge remote branch 'origin/7.8'
[mesa.git] / src / gallium / drivers / i965 / brw_reg.h
index a63403b6afd6540c7fef6ba6182d70d0da0a11df..ba10f9d5df1e0197d5ef225b15c943a3f0808fef 100644 (file)
@@ -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