lima: fix texture descriptor issues
authorVasily Khoruzhick <anarsoul@gmail.com>
Sun, 25 Aug 2019 19:54:14 +0000 (12:54 -0700)
committerVasily Khoruzhick <anarsoul@gmail.com>
Wed, 28 Aug 2019 00:28:38 +0000 (00:28 +0000)
commit200859f45cf96b3fdc58667242ec79937072337d
treea448e239a7a7a4adbb70f471dc38d78297c4f799
parent7e095a4fbf2c8067c5a7562cb4734d7c6a665b26
lima: fix texture descriptor issues

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.

Reviewed-by: Qiang Yu <yuq825@gmail.com>
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
src/gallium/drivers/lima/lima_texture.c
src/gallium/drivers/lima/lima_texture.h