i965: Add missing dirty bits to INTEL_DEBUG=state arrays.
These are more recent additions, and no one remembered to update the INTEL_DEBUG=state code. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -346,6 +346,10 @@ static struct dirty_bit_map mesa_bits[] = {
|
||||
DEFINE_BIT(_NEW_TRACK_MATRIX),
|
||||
DEFINE_BIT(_NEW_PROGRAM),
|
||||
DEFINE_BIT(_NEW_PROGRAM_CONSTANTS),
|
||||
DEFINE_BIT(_NEW_BUFFER_OBJECT),
|
||||
DEFINE_BIT(_NEW_FRAG_CLAMP),
|
||||
DEFINE_BIT(_NEW_TRANSFORM_FEEDBACK),
|
||||
DEFINE_BIT(_NEW_VARYING_VP_INPUTS),
|
||||
{0, 0, 0}
|
||||
};
|
||||
|
||||
@@ -371,11 +375,14 @@ static struct dirty_bit_map brw_bits[] = {
|
||||
DEFINE_BIT(BRW_NEW_VS_CONSTBUF),
|
||||
DEFINE_BIT(BRW_NEW_PROGRAM_CACHE),
|
||||
DEFINE_BIT(BRW_NEW_STATE_BASE_ADDRESS),
|
||||
DEFINE_BIT(BRW_NEW_SOL_INDICES),
|
||||
{0, 0, 0}
|
||||
};
|
||||
|
||||
static struct dirty_bit_map cache_bits[] = {
|
||||
DEFINE_BIT(CACHE_NEW_BLEND_STATE),
|
||||
DEFINE_BIT(CACHE_NEW_DEPTH_STENCIL_STATE),
|
||||
DEFINE_BIT(CACHE_NEW_COLOR_CALC_STATE),
|
||||
DEFINE_BIT(CACHE_NEW_CC_VP),
|
||||
DEFINE_BIT(CACHE_NEW_CC_UNIT),
|
||||
DEFINE_BIT(CACHE_NEW_WM_PROG),
|
||||
|
||||
Reference in New Issue
Block a user