mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
Revert "iris: Add missed tile flush flag"
This reverts commit0523607ebb. The issue that commit worked around seems to have been fixed as of commit1c8b4940eb("iris: Emit flushes for push constant source buffers"). I could no longer reproduce it from that point onward with this revert applied. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18725>
This commit is contained in:
parent
f0b6b57c77
commit
bb6d300b3a
1 changed files with 1 additions and 2 deletions
|
|
@ -411,8 +411,7 @@ iris_memory_barrier(struct pipe_context *ctx, unsigned flags)
|
|||
|
||||
if (flags & (PIPE_BARRIER_TEXTURE | PIPE_BARRIER_FRAMEBUFFER)) {
|
||||
bits |= PIPE_CONTROL_TEXTURE_CACHE_INVALIDATE |
|
||||
PIPE_CONTROL_RENDER_TARGET_FLUSH |
|
||||
PIPE_CONTROL_TILE_CACHE_FLUSH;
|
||||
PIPE_CONTROL_RENDER_TARGET_FLUSH;
|
||||
}
|
||||
|
||||
iris_foreach_batch(ice, batch) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue