i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings

This commit is contained in:
Brian Paul 2010-04-05 08:01:29 -06:00
parent 557c8bb748
commit 51e6c57054

View file

@ -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