i965: Fix BRW_NEW_NUM_SAMPLES to be in .brw, not .mesa
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 2 Jul 2018 21:17:37 +0000 (14:17 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 2 Jul 2018 22:30:21 +0000 (15:30 -0700)
commit8e38947f6c3cabab46660ae64945ad54b2ae0de4
treef862cba58f1a48f1f01925f422a488b0dbf2edf9
parentafa8f589219440890d3afc42df6a055a15eb676f
i965: Fix BRW_NEW_NUM_SAMPLES to be in .brw, not .mesa

This is the wrong kind of dirty bit.  Caught by GCC warnings, due to
64-bit values being truncated to 32 bits.

Fixes: b95b0e2918c052068caeb4f6c2802ba89be043a3 (intel/anv,blorp,i965: Implement the SKL 16x MSAA SIMD32 workaround)
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/genX_state_upload.c