diff options
author | Brian Paul <brianp@vmware.com> | 2010-04-05 08:01:29 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-04-05 08:01:29 -0600 |
commit | 51e6c57054549538c14eeefba61582cb96541051 (patch) | |
tree | a28b8973bbdf96af9b1f1b83b30459c6730b5fef /src/gallium/drivers/i965 | |
parent | 557c8bb748f0b23dcc7c02ca9c594add4a42638d (diff) |
i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings
Diffstat (limited to 'src/gallium/drivers/i965')
-rw-r--r-- | 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 a63403b6af..ba10f9d5df 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 |