-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vulkan: improve staging data performance by using scratch buffers per…
… frame. (#3295) * Vulkan: improve staging data performance by using scratch buffers per frame. * vulkan: Add alignment parameter to request scratch space. * Align staging buffers to texel block size. * Fix scratch buffer allocation bug. * Fix some non-deterministic behavior found by Valgrind. Paranoid printing. * Remove debugging printing * Fix alignment of converted formats. * Remove forgotten debug print.
- Loading branch information
1 parent
d9c74e9
commit 1109f3c
Showing
5 changed files
with
253 additions
and
53 deletions.
There are no files selected for viewing
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.