mesa/st: initialize resources for ASTC decoding
authorTapani Pälli <tapani.palli@intel.com>
Tue, 24 Jan 2023 06:55:08 +0000 (08:55 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 17 Feb 2023 07:57:12 +0000 (07:57 +0000)
commit179adf9d59fd08f0fec4974d11dc3d4a5112779f
tree32c4529a93c661c6c8b357b993ed71daa5b330e3
parentad51f5bd13cfc29f7d9d7de35c343b5f94e79ceb
mesa/st: initialize resources for ASTC decoding

Generates required resources for ASTC texture decoding pass.

Partition table resources will be cached in to hash during runtime
as one is required for each block size.

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19886>
src/mesa/state_tracker/st_context.h
src/mesa/state_tracker/st_texcompress_compute.c