-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HIGHLIGHTS: - NRI: exposed optional memory priority - NRI: exposed "HIGH_PRIORITY_COPY" queue - VK: doesn't use potentially slow "VK_SHARING_MODE_CONCURRENT" unless COMPUTE or COPY queue is requested - NVAPI with MIT license! BREAKING CHANGES: - "Vulkan" => "VK" or "vk" to avoid divergence - "isVulkan12" => "minorVersion" for future needs - "familyIndex" => "queueFamilyIndex" to avoid divergence DETAILS: - NRI: "AllocateMemory" args wrapped into "AllocateMemoryDesc" struct with optional priority - VK: improved queue related code - VK: hooked up "VK_EXT_memory_priority" - Wrapper: fixed not updated queue family indices participating into multi-queue activities - reduced code entropy - updated NVAPI - improved comments
- Loading branch information
Showing
45 changed files
with
536 additions
and
400 deletions.
There are no files selected for viewing
Submodule nvapi
updated
37 files
This file contains 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 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 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 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 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 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 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 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
Oops, something went wrong.