From 51e6c57054549538c14eeefba61582cb96541051 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 5 Apr 2010 08:01:29 -0600 Subject: [PATCH] i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings --- src/gallium/drivers/i965/brw_reg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/i965/brw_reg.h b/src/gallium/drivers/i965/brw_reg.h index a63403b6afd..ba10f9d5df1 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 -- 2.30.2