Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mesa
mesa
Commits
98983503
Commit
98983503
authored
Jul 13, 2017
by
Jason Ekstrand
Browse files
anv: Advertise VK_KHR_external_semaphore
Reviewed-by:
Lionel Landwerlin
<
lionel.g.landwerlin@intel.com
>
parent
55bce22d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/intel/vulkan/anv_extensions.py
View file @
98983503
...
...
@@ -50,9 +50,9 @@ EXTENSIONS = [
Extension
(
'VK_KHR_external_memory'
,
1
,
True
),
Extension
(
'VK_KHR_external_memory_capabilities'
,
1
,
True
),
Extension
(
'VK_KHR_external_memory_fd'
,
1
,
True
),
Extension
(
'VK_KHR_external_semaphore'
,
1
,
Fals
e
),
Extension
(
'VK_KHR_external_semaphore_capabilities'
,
1
,
Fals
e
),
Extension
(
'VK_KHR_external_semaphore_fd'
,
1
,
Fals
e
),
Extension
(
'VK_KHR_external_semaphore'
,
1
,
Tru
e
),
Extension
(
'VK_KHR_external_semaphore_capabilities'
,
1
,
Tru
e
),
Extension
(
'VK_KHR_external_semaphore_fd'
,
1
,
Tru
e
),
Extension
(
'VK_KHR_get_memory_requirements2'
,
1
,
True
),
Extension
(
'VK_KHR_get_physical_device_properties2'
,
1
,
True
),
Extension
(
'VK_KHR_get_surface_capabilities2'
,
1
,
True
),
...
...
Bugzilla Migration User
@bugzilla-migration
mentioned in issue
#1617
·
Sep 25, 2019
mentioned in issue
#1617
mentioned in issue #1617
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment