i965: Fix INTEL_DEBUG=state to work with 64-bit dirty bits.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 26 Sep 2014 17:29:25 +0000 (10:29 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 1 Oct 2014 08:05:35 +0000 (01:05 -0700)
commit5105f9a7ae66001537e8dbf6acf40faf736430e5
tree0c9aadf206265f7e25a9e64427978a6bad2d3e26
parentfbebd5e4a5ccb44ae005a8be18c85ea45c66307f
i965: Fix INTEL_DEBUG=state to work with 64-bit dirty bits.

This will keep INTEL_DEBUG=state working when we add BRW_NEW_* bits
beyond 1 << 31.  We missed doing this when widening the driver flags
from uint32_t to uint64_t.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
src/mesa/drivers/dri/i965/brw_state_upload.c