i965: Use "1ull" instead of "1" in BRW_NEW_* defines.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 26 Sep 2014 08:44:51 +0000 (01:44 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 1 Oct 2014 08:05:38 +0000 (01:05 -0700)
commit3d31ed0d930fd69b5d3557e25010e7dcea5dd0a3
tree9550ff69521b04b6e296aa1dd4f2141863783481
parenta114f452aee29db752f895edff2b1062518c30a3
i965: Use "1ull" instead of "1" in BRW_NEW_* defines.

Now that the bitfield is a uint64_t, we should use 1ull.  Currently, we
only have 32 entries, so 1 works fine, but it's not future-proof.

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_context.h