-
Notifications
You must be signed in to change notification settings - Fork 31
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
Pipeline creation #102
Open
Ipotrick
wants to merge
50
commits into
master
Choose a base branch
from
pipeline_creation
base: master
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.
Open
Pipeline creation #102
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
- bugfixes
…into pipeline_creation
…into pipeline_creation
…into pipeline_creation
…h lose the device for now)
…into pipeline_creation
…into pipeline_creation
- fixed linking - removed assert, they return UNKNOWN CASE on default now - added cases to some to_string enums
…k in core api for buffer fill. Co-authored-by: Matěj Sakmary <[email protected]>
- added task index to task interface for reflection purposes - fixed sheduling behavior for concurrent access. Concurrent accesses are now allowed to be reordered completely freely across the whole range of batches where the concurrent access is used.
- Added new more generic access types for images
The learning process commences 👑 |
Daxa itself builds, but many samples are broken. We'll check this out on a later date |
- optimize task graph backend ~20% saving in execute for tido
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.
Initially pipeline creation branch was meant to come with some bigger changes to pipeline manager.
But i was lazy.
Dumb as i am i just added fixes and minor features to this branch that should have always been in master.
There is also a slight syntax change for pipeline managers pipeline create structs (ShaderCompileInfo2) for nicer, flatter pipeline creation.
This branch is practically abandoned and i want to merge all the small things in as well as the pipeline manager syntax change, so i can work normally in master again.