mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 02:40:46 +02:00
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>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39698>
This commit is contained in:
parent
14c9ff5e1b
commit
e959dd0dd7
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue