Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7995f381
Commit
7995f381
authored
Feb 20, 2024
by
Jacek Caban
Committed by
Alexandre Julliard
Feb 29, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winevulkan: Remove no longer needed spec workarounds.
parent
f380e34a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
make_vulkan
dlls/winevulkan/make_vulkan
+2
-5
No files found.
dlls/winevulkan/make_vulkan
View file @
7995f381
...
...
@@ -2032,14 +2032,11 @@ class VkStruct(Sequence):
# Those structs seem to be broken in spec, they are specified as
# returned only, but documented as input structs.
if
name
in
[
"VkSubpassShadingPipelineCreateInfoHUAWEI"
,
"VkPipelineShaderStageRequiredSubgroupSizeCreateInfo"
]:
if
name
in
[
"VkPipelineShaderStageRequiredSubgroupSizeCreateInfo"
]:
returnedonly
=
False
# Those structs don't have returnedonly in spec, but they could (should?).
if
name
in
[
"VkSurfaceCapabilitiesPresentBarrierNV"
,
"VkCooperativeMatrixPropertiesNV"
,
"VkPerformanceValueINTEL"
]:
if
name
in
[
"VkSurfaceCapabilitiesPresentBarrierNV"
]:
returnedonly
=
True
structextends
=
struct
.
attrib
.
get
(
"structextends"
)
...
...
Write
Preview
Markdown
is supported
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