Mesa (master): i965/blorp: Do not trigger re-emission of base state address

Topi Pohjolainen tpohjola at kemper.freedesktop.org
Sat Apr 23 05:50:28 UTC 2016


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

Author: Topi Pohjolainen <topi.pohjolainen at intel.com>
Date:   Fri Apr 22 16:14:10 2016 +0300

i965/blorp: Do not trigger re-emission of base state address

In case blorp needs to configure it will be just as if render or
compute pipeline had configured it.

Signed-off-by: Topi Pohjolainen <topi.pohjolainen at intel.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/i965/brw_misc_state.c  | 1 -
 src/mesa/drivers/dri/i965/gen8_misc_state.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_misc_state.c b/src/mesa/drivers/dri/i965/brw_misc_state.c
index ae7787c..71a7fdd 100644
--- a/src/mesa/drivers/dri/i965/brw_misc_state.c
+++ b/src/mesa/drivers/dri/i965/brw_misc_state.c
@@ -1173,7 +1173,6 @@ const struct brw_tracked_state brw_state_base_address = {
    .dirty = {
       .mesa = 0,
       .brw = BRW_NEW_BATCH |
-             BRW_NEW_BLORP |
              BRW_NEW_PROGRAM_CACHE,
    },
    .emit = upload_state_base_address
diff --git a/src/mesa/drivers/dri/i965/gen8_misc_state.c b/src/mesa/drivers/dri/i965/gen8_misc_state.c
index 13275b3..b20038e 100644
--- a/src/mesa/drivers/dri/i965/gen8_misc_state.c
+++ b/src/mesa/drivers/dri/i965/gen8_misc_state.c
@@ -76,7 +76,6 @@ const struct brw_tracked_state gen8_state_base_address = {
    .dirty = {
       .mesa = 0,
       .brw = BRW_NEW_BATCH |
-             BRW_NEW_BLORP |
              BRW_NEW_PROGRAM_CACHE,
    },
    .emit = gen8_upload_state_base_address




More information about the mesa-commit mailing list