diff options
author | Dave Airlie <[email protected]> | 2017-10-10 06:27:10 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-10-11 07:39:32 +1000 |
commit | ce0ee31890be189fc394454a7c87b745f8c1ac9e (patch) | |
tree | da42d9db173fa0a911492507eb1b62316108b590 /src/gallium/drivers/r600/r600_query.c | |
parent | 80bbdb148335c55303960bab841d98f4fbd1feea (diff) |
r600: drop tc_L2_dirty bit, this was SI only.
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_query.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_query.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_query.c b/src/gallium/drivers/r600/r600_query.c index 86e6d097869..aa3e36f56f7 100644 --- a/src/gallium/drivers/r600/r600_query.c +++ b/src/gallium/drivers/r600/r600_query.c @@ -1739,7 +1739,6 @@ static void r600_query_hw_get_result_resource(struct r600_common_context *rctx, ssbo[2].buffer_offset = offset; ssbo[2].buffer_size = 8; - ((struct r600_resource *)resource)->TC_L2_dirty = true; } rctx->b.set_shader_buffers(&rctx->b, PIPE_SHADER_COMPUTE, 0, 3, ssbo); |