util/disk_cache: make use of the new compression helpers
authorTimothy Arceri <tarceri@itsqueeze.com>
Thu, 4 Mar 2021 05:39:47 +0000 (16:39 +1100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 15 Mar 2021 03:34:48 +0000 (03:34 +0000)
commit4a98764da8d12ce2190ff14400c5824f2de93b87
treef08fbed15768ad38efb660f86ada6b7e877d675e
parentd7ecbd5bf8377a2f57ca4d4a72114c61465e4516
util/disk_cache: make use of the new compression helpers

This makes compression use more consistent between the zstd and
zlib libraries. It also reduces the amount of code required for
zlib use.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9593>
src/util/disk_cache_os.c