freedreno/common: set has_astc_hdr true for a7xx targets
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Fixes: dc07473524 ("freedreno/fdl: add astc hdr formats")
Reviewed-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39698>
This commit is contained in:
Anna Maniscalco 2026-02-04 18:33:17 +01:00 committed by Marge Bot
parent 14c9ff5e1b
commit e959dd0dd7

View file

@ -942,6 +942,7 @@ a7xx_base = GPUProps(
has_hw_multiview = True,
has_fs_tex_prefetch = True,
has_sampler_minmax = True,
has_astc_hdr = True,
supports_double_threadsize = True,