Mesa (master): i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings

Brian Paul brianp at kemper.freedesktop.org
Mon Apr 5 14:01:39 UTC 2010


Module: Mesa
Branch: master
Commit: 51e6c57054549538c14eeefba61582cb96541051
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=51e6c57054549538c14eeefba61582cb96541051

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Apr  5 08:01:29 2010 -0600

i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings

---

 src/gallium/drivers/i965/brw_reg.h |    2 +-
 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 a63403b..ba10f9d 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




More information about the mesa-commit mailing list