amdilc, mantle: implement descriptor buffer#56
Open
Cherser-s wants to merge 10 commits intolibcg:masterfrom
Open
amdilc, mantle: implement descriptor buffer#56Cherser-s wants to merge 10 commits intolibcg:masterfrom
Cherser-s wants to merge 10 commits intolibcg:masterfrom
Conversation
f08a9f3 to
62ae62e
Compare
62ae62e to
f2620a5
Compare
f2620a5 to
d867bb2
Compare
7868f91 to
3980478
Compare
3980478 to
403295b
Compare
Reworked descriptor sets implementation, so descriptor sets are being used directly and not during command buffer building. Requires VK_EXT_mutable_descriptor_type extension.
403295b to
f2ab02a
Compare
f2ab02a to
fb034cc
Compare
Allows generating image view and sampler descriptors at the moment when they are created, this will not work on Qualcomm GPUs as they use 64 byte descriptors everywhere.
…cess Star Swarm doesn't care about synchronizing access to descriptor sets, so sometimes it crashes with normal descriptor sets and crashes almost immediately with descriptor buffers.
fb034cc to
b09e911
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds support for descriptor buffers and overhauls the logic behind descriptor set usage that doesn't require providing descriptor pools for command buffers