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

Author: Brian Paul <[email protected]>
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

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to