Mesa (master): i965: add missing BRW_NEW_INTERPOLATION_MAP to state dump

Chris Forbes chrisf at kemper.freedesktop.org
Fri Aug 9 23:39:37 UTC 2013


Module: Mesa
Branch: master
Commit: 637e6a0aa8e5920965a0720673e11622786e86ed
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=637e6a0aa8e5920965a0720673e11622786e86ed

Author: Chris Forbes <chrisf at ijw.co.nz>
Date:   Sun Aug  4 21:29:49 2013 +1200

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 at ijw.co.nz>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/i965/brw_state_upload.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c
index e3ef245..06511ee 100644
--- a/src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_state_upload.c
@@ -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}
 };
 




More information about the mesa-commit mailing list