Skip to content

freedreno/ir3: fix image-to-tex flags, remove 3d -> array hack

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

The function would return both the 3d and array flags set for 2d array, and would return just 3d for cubes. Fix the flags so that they are appropriate for images.

Signed-off-by: Ilia Mirkin imirkin@alum.mit.edu

Merge request reports