anv: Remove state flush.

We have all the state buffers snooped, so we don't need to clflush
everything anymore.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Rafael Antognolli
2019-01-15 15:48:43 -08:00
parent 5d61c74f3d
commit 643248b66a
10 changed files with 2 additions and 51 deletions

View File

@@ -1055,7 +1055,6 @@ emit_cb_state(struct anv_pipeline *pipeline,
#endif
GENX(BLEND_STATE_pack)(NULL, pipeline->blend_state.map, &blend_state);
anv_state_flush(device, pipeline->blend_state);
anv_batch_emit(&pipeline->batch, GENX(3DSTATE_BLEND_STATE_POINTERS), bsp) {
bsp.BlendStatePointer = pipeline->blend_state.offset;