Skip to content

lima: fix texture descriptor issues

Vasily Khoruzhick requested to merge anarsoul/mesa:lima-texture-fix-desc into master

Looks like initial RE was wrong and some fields have different purpose. I.e. there's no "disable_mipmap" field, it's actually part of another field that selects mipmap filtering.

Also fix layout position.

Signed-off-by: Vasily Khoruzhick anarsoul@gmail.com

Merge request reports