freedreno/common: set has_astc_hdr true for a7xx targets

Fixes: dc07473524 ("freedreno/fdl: add astc hdr formats")
Reviewed-by: Danylo Piliaiev <dpiliaiev@igalia.com>
(cherry picked from commit e959dd0dd7)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40092>
This commit is contained in:
Anna Maniscalco 2026-02-04 18:33:17 +01:00 committed by Eric Engestrom
parent 7fda785505
commit 6278aa107a
2 changed files with 2 additions and 1 deletions

View file

@ -4814,7 +4814,7 @@
"description": "freedreno/common: set has_astc_hdr true for a7xx targets",
"nominated": true,
"nomination_type": 2,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "dc07473524af4da8b8fd123c124cb166f67cd2f2",
"notes": null

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,