mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +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> (cherry picked from commite959dd0dd7) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40092>
This commit is contained in:
parent
7fda785505
commit
6278aa107a
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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