mesa/st: reduce size of state->st bitmask
authorRob Clark <robdclark@gmail.com>
Thu, 14 Jul 2016 20:08:31 +0000 (16:08 -0400)
committerRob Clark <robdclark@gmail.com>
Sat, 16 Jul 2016 14:00:04 +0000 (10:00 -0400)
commitcc46fc3c0921c86baa0fbe25ba6a9c4858f04ab3
tree72708e17a904f1e3419d294a4b18cb121e812da8
parent44bbfedbd9983c61f6a461cbfe2e0dc74eda6d37
mesa/st: reduce size of state->st bitmask

In d035d50 this changed to 64b.. which I'm pretty sure was
unintentional.  Revert it back to 32b so the entire state struct
is a nice round 64b.

(Note sure that it would actually be measurable, but I did notice
that check_state() was hot in some benchmarks.)

Signed-off-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/state_tracker/st_context.h