i965: Combine BRW_NEW_*_BINDING_TABLE dirty bits.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 25 Nov 2014 10:59:28 +0000 (02:59 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 11 Nov 2015 16:33:58 +0000 (08:33 -0800)
commitecb5e0a9861679846a5dbae2a8511b0e624f8f6e
tree5ee98c8de64d56c0bc9243a5e6fb47925d1823bd
parenta2987ff57f08325f6e1dedae578bd6251a22b2b4
i965: Combine BRW_NEW_*_BINDING_TABLE dirty bits.

A while back, we moved to directly emitting the Gen7+ state when
constructing the binding tables.  These flags are only used on
Gen4-6, which emit all the binding table pointers at once.

We gain nothing by having separate flags, so combine them.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_binding_tables.c
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_state.h
src/mesa/drivers/dri/i965/brw_state_upload.c
src/mesa/drivers/dri/i965/gen6_sol.c