panfrost: Add format codes for new compressed textures
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 10 Jul 2020 14:17:44 +0000 (10:17 -0400)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Mon, 13 Jul 2020 15:21:35 +0000 (11:21 -0400)
commitd5a9cd1b7dd972e84f02396cbaa067ea59c2ff39
treebadb94de0c5a2f1c7b2513b1015b3cdfbc6d443e
parent64608b4bcf89ee84c37cd03290c4c276c6016b75
panfrost: Add format codes for new compressed textures

Compressed formats line up with CONFIG_TEX_COMPRESSED_FORMAT_ENABLE
documented on
https://releases.linaro.org/archive/14.07/android/images/armv8-android-juno-lsk/

None of the new formats have been seen in the wild.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5856>
src/panfrost/encoder/pan_format.c
src/panfrost/encoder/pan_texture.c
src/panfrost/include/panfrost-job.h
src/panfrost/pandecode/pan_pretty_print.c