Skip to content

r600/nir: lower cube texture access in NIR

Gert Wollny requested to merge gerddie/mesa:r600-nir-lower-cube into master

On r600 cube textures are actually glorified 2D texture arrays, so lower it and get rid of a bunch of quasi-duplicated code in the backend.

Merge request reports