-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Implement per-pixel linked list for OIT #21831
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
61a1e0c
Implement per-pixel linked list for OIT
beicause 8a3c399
update
beicause 7ebd383
Fix
beicause 9d0dbc3
make use of depth prepass to filter out fragments
beicause c414d2e
Fix corrupted linked list on startup
beicause 395acf0
change OIT default value
beicause a2583f6
Sort in desc order and fix early termination in blending
beicause cd963ea
Merge remote-tracking branch 'upstream' into oit-opt
beicause 6398884
format
beicause a8028b5
fmt
beicause ae57011
Merge remote-tracking branch 'upstream' into oit-opt
beicause 1fbeaa7
Merge remote-tracking branch 'upstream' into oit-opt
beicause 2babad2
Rename header -> head
beicause 0290b64
Add some methods and optimizations in buffer vec
beicause c07054a
Avoid writing oit heads buffer by offseting values by 1
beicause 41fb34a
Save local memory for sorted frags
beicause fe52562
Merge remote-tracking branch 'upstream/main' into oit-opt
beicause 545d99a
Store packed depth and alpha to save local memory
goodartistscopy 77c783d
Swap depth/alpha in packed repr. to make it monotonic with depth
goodartistscopy 47b9642
Finalize previous commit
goodartistscopy 706529f
Merge branch 'oit-depth-opt' into oit-opt
beicause 1c68b0d
e98bee5
Merge remote-tracking branch 'upstream/main' into oit-opt
beicause a97aa85
Fix merging
beicause ab1e342
Merge remote-tracking branch 'upstream/main' into oit-opt
beicause e955608
docs, rm unnecessary clone
beicause 4c7c38e
Bind oit nodes buffer capacity
beicause 23feaa2
Release oit buffers if no camera enables OIT
beicause 2b3dd5f
Resize oit buffers instead of reserve when changed
beicause d455ee5
CI
beicause File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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.
Uh oh!
There was an error while loading. Please reload this page.