(In reply to Gert Wollny from comment #12) > Anyway, since there is already a CAP for TEX_LZ I was able to create a > simple fix: > https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1084 TEX_LZ == TXL with LOD = 0. You could rather easily make the tgsi code that generates TEX_LZ to optionally use TXL with LOD = 0 (which has to go into coord.w).