mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings
This commit is contained in:
parent
557c8bb748
commit
51e6c57054
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue