diff options
author | Topi Pohjolainen <[email protected]> | 2016-04-22 16:14:10 +0300 |
---|---|---|
committer | Topi Pohjolainen <[email protected]> | 2016-04-23 07:28:58 +0300 |
commit | 9e153c06920eb825198385085f0e7085b1fc5c00 (patch) | |
tree | f00358ca2e6eab600138d4a546ccd34879616543 /src/mesa/drivers | |
parent | 84db9ca3f7c587168e548189596bd1362b1f3b23 (diff) |
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 <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_misc_state.c | 1 | ||||
-rw-r--r-- | src/mesa/drivers/dri/i965/gen8_misc_state.c | 1 |
2 files changed, 0 insertions, 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 ae7787c67a2..71a7fddbb88 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 13275b3c856..b20038eaacf 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 |