i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user