From: Brian Paul Date: Mon, 5 Apr 2010 14:01:29 +0000 (-0600) Subject: i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51e6c57054549538c14eeefba61582cb96541051;p=mesa.git i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings --- 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