mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-22 05:30:31 +01:00
aco: Remove r128_a16 MIMG builder option.
Signed-off-by: Georg Lehmann <dadschoorse@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16969>
This commit is contained in:
parent
0ca6653ada
commit
dcdd31ae96
1 changed files with 2 additions and 1 deletions
|
|
@ -126,7 +126,8 @@ class Format(Enum):
|
|||
('bool', 'slc', 'false'),
|
||||
('bool', 'tfe', 'false'),
|
||||
('bool', 'lwe', 'false'),
|
||||
('bool', 'r128_a16', 'false', 'r128'),
|
||||
('bool', 'r128', 'false'),
|
||||
('bool', 'a16', 'false'),
|
||||
('bool', 'd16', 'false')]
|
||||
return [('unsigned', 'attribute', None),
|
||||
('unsigned', 'component', None)]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue