Skip to content

freedreno/ir3: adjust condition for when to use ldib

Ilia Mirkin requested to merge imirkin/mesa:ir3-ldib into main

We have to use it any time that the image is writable. Otherwise writes from the same invocation won't have posted into the texture cache.

See: #5629 (closed) Signed-off-by: Ilia Mirkin imirkin@alum.mit.edu

Merge request reports