mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
i965: add missing BRW_NEW_INTERPOLATION_MAP to state dump
Makes this flag appear in the output for INTEL_DEBUG=state Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
e114b13dae
commit
637e6a0aa8
1 changed files with 1 additions and 0 deletions
|
|
@ -387,6 +387,7 @@ static struct dirty_bit_map brw_bits[] = {
|
|||
DEFINE_BIT(BRW_NEW_RASTERIZER_DISCARD),
|
||||
DEFINE_BIT(BRW_NEW_UNIFORM_BUFFER),
|
||||
DEFINE_BIT(BRW_NEW_META_IN_PROGRESS),
|
||||
DEFINE_BIT(BRW_NEW_INTERPOLATION_MAP),
|
||||
{0, 0, 0}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue