mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 18:10:11 +01:00
vulkan: stop excluding Shader64BitIndexingEXT SPIR-V cap
The SPIRV spec has been fixed since
3853dc11e5 ("spirv: Update the JSON and headers").
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38543>
This commit is contained in:
parent
334ffcda14
commit
9c34567a4a
1 changed files with 0 additions and 3 deletions
|
|
@ -60,9 +60,6 @@ NON_EXISTANT_CAPS = [
|
||||||
|
|
||||||
# Exclude the one beta cap.
|
# Exclude the one beta cap.
|
||||||
'ShaderEnqueueAMDX',
|
'ShaderEnqueueAMDX',
|
||||||
|
|
||||||
# Doesn't exist.
|
|
||||||
'Shader64BitIndexingEXT',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def process_enable(enab):
|
def process_enable(enab):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue