i965/blorp: Do not trigger re-emission of base state address
authorTopi Pohjolainen <topi.pohjolainen@intel.com>
Fri, 22 Apr 2016 13:14:10 +0000 (16:14 +0300)
committerTopi Pohjolainen <topi.pohjolainen@intel.com>
Sat, 23 Apr 2016 04:28:58 +0000 (07:28 +0300)
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@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_misc_state.c
src/mesa/drivers/dri/i965/gen8_misc_state.c

index ae7787c67a2b517401e97db4411abcc8e2445c36..71a7fddbb8833d026c01a6207840e2fc05b0ce21 100644 (file)
@@ -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
index 13275b3c8569c1495750c00e08e7b6843af7c593..b20038eaacfc0ee84683faf46ca85ef6b2b9d3e2 100644 (file)
@@ -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