-
Notifications
You must be signed in to change notification settings - Fork 385
Add support for VK_PRESENT_MODE_FIFO_LATEST_READY_KHR #1985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
silvanshade
wants to merge
6
commits into
flightlessmango:master
from
silvanshade:feature/fifo-latest-ready
Closed
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
54986fb
Update vsync param restriction to allow new modes
silvanshade 997b173
Fix Vulkan extension handling in overlay_CreateDevice
silvanshade b4befe4
vulkan-headers: update from 1.3.283 to 1.4.345
silvanshade 5c6fc6e
Enable FIFO Latest Ready if supported
silvanshade 428f707
Support VK_PRESENT_MODE_FIFO_LATEST_READY_KHR
silvanshade 0d9cc8c
Update README for Vulkan present modes
silvanshade File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| project( | ||
| 'vulkan-headers', | ||
| 'c', | ||
| license: 'Apache-2.0', | ||
| version: '1.4.345', | ||
| meson_version: '>=0.56.0', | ||
| ) | ||
|
|
||
| vulkan_api_xml = files('registry/vk.xml') | ||
|
|
||
| vulkan_headers_dep = declare_dependency( | ||
| include_directories: include_directories('include'), | ||
| ) | ||
|
|
||
| meson.override_dependency('vulkanheaders', vulkan_headers_dep) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,9 @@ | ||
| [wrap-file] | ||
| directory = Vulkan-Headers-1.3.283 | ||
| source_url = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.283.tar.gz | ||
| source_filename = vulkan-headers-1.3.283.tar.gz | ||
| source_hash = a76ff77815012c76abc9811215c2167128a73a697bcc23948e858d1f7dd54a85 | ||
| patch_filename = vulkan-headers_1.3.283-1_patch.zip | ||
| patch_url = https://wrapdb.mesonbuild.com/v2/vulkan-headers_1.3.283-1/get_patch | ||
| patch_hash = 00e30d35117ae90a19b5b8878746fceaf31b41778b817ca9e6b3ae6063be8233 | ||
| source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/vulkan-headers_1.3.283-1/vulkan-headers-1.3.283.tar.gz | ||
| wrapdb_version = 1.3.283-1 | ||
| directory = Vulkan-Headers-1.4.345 | ||
| source_url = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.4.345.tar.gz | ||
| source_filename = vulkan-headers-1.4.345.tar.gz | ||
| source_hash = 99e19205df172c33229f18b5574c9258bc73ea229ec7d6b04daa357b2430f6c8 | ||
| patch_directory = vulkan-headers | ||
|
|
||
| [provide] | ||
| vulkanheaders = vulkan_headers_dep | ||
| dependency_names = vulkanheaders |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.