Misc fixes to make test suite pass on Turnip#2904
Open
HansKristian-Work wants to merge 15 commits intomasterfrom
Open
Misc fixes to make test suite pass on Turnip#2904HansKristian-Work wants to merge 15 commits intomasterfrom
HansKristian-Work wants to merge 15 commits intomasterfrom
Conversation
c99b0bf to
904ebaf
Compare
Just too much work. Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Makes it possible to query PDP2 separately. Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Useless and causes stability issues since we literally OOM the entire device. Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
min16float does not require denorms. Allows min16float on some Adreno hardware which does not expose denorms somehow. Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Some Adreno hardware cannot pass this without emulation. Can't be bothered unless content relies on it. Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
This is allowed in spec and Turnip hits it as expected. Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Vulkan does not guarantee that behavior. Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
When resolving with unusual paths, we have to ensure RESOLVE_DEST state assumptions keep working as intended. Fixes sync bugs with depth-stencil resolve on Turnip. Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
904ebaf to
fa1c4e6
Compare
Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Hopefully should not come up ... Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Aim to be spec correct by default, and only if need to hit some unfortunate edge case do we patch in incremental rendering late. Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
It gets really painful to deal with this now and it doesn't really solve any known issues. Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
fa1c4e6 to
3e895cd
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.
Fixes some bad assumptions by test and a few real vkd3d-proton bugs were uncovered.