-
-
Notifications
You must be signed in to change notification settings - Fork 646
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
Integration with Asynchronous Render List Generation in Sodium #2539
Draft
douira
wants to merge
19
commits into
IrisShaders:1.21.4
Choose a base branch
from
douira:decoupled-frustum-integration
base: 1.21.4
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+466
−364
Conversation
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
douira
force-pushed
the
decoupled-frustum-integration
branch
3 times, most recently
from
November 24, 2024 03:40
f0f5b66
to
6628324
Compare
douira
force-pushed
the
decoupled-frustum-integration
branch
from
December 31, 2024 04:51
e9426ae
to
986c192
Compare
…der-new-1.21.4 # Conflicts: # build.gradle.kts # common/build.gradle.kts # fabric/build.gradle.kts # neoforge/build.gradle.kts
use maven local sodium make the local dependency refresh automatically
many types of shadow frustum are stubbed and will be broken, works with Comp as far as I can tell
…version of the maintained removable section tree
douira
force-pushed
the
decoupled-frustum-integration
branch
from
January 19, 2025 00:37
986c192
to
1be776a
Compare
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.
Draft companion PR to CaffeineMC/sodium#2887 for Sodium. This PR will remain a draft until Sodium merges that PR and issues with the base branch not building have been resolved (@IMS212 pls fix).
Testing of the latest build didn't yield regressions and improves fps, both because a graph search for shadow list generation is avoided entirely, and because Sodium generates regular non-shadow render lists faster.
List of modifications that needs to be reverted before merging that just exist for compatibility: