-
Notifications
You must be signed in to change notification settings - Fork 64
Rework pipeline shader spec info #871
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
Open
kevyuu
wants to merge
45
commits into
stagesless_shaders
Choose a base branch
from
rework_pipeline_shader_spec_info
base: stagesless_shaders
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
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
dc41722
Implement mutable shader spec info
7fe3431
Rework IGPUGraphicsPipeline
8dbe9c7
Rework IGPUComputePipeline.h
436e6e1
Remove default value for mutable template parameter
2e367d1
Implement IGPUPipeline and refactor SCreationParams
a9d5aaf
Fix gpu graphics pipeline stage validation
51b69c1
Fix compute pipeline
fa759be
Implement cpu graphics pipeline validation
de8813f
Implement compute pipeline validation
37ab1ce
Add FLAGS alias
a0ecd50
Fix clone_impl to return smart pointer
7890981
Add final decoration to ICPUComputePipeline
9a14aa1
Make cpu pipeline constructor private
9bb9d14
Add layout validation to compute pipeline validation
bcb096f
Refactor getSpecInfo
278eb71
Move stageToIndex and indexToStage
68bbcff
Add constraint to template parameter of ICPUPipeline and IGPUPipeline
8ec0415
Rework IGPUPipeline SSpecConstantValue
57136e8
Rework SShaderSpecInfo for ICPUPIpeline
7983e62
Move cloneSpecInfo into SShaderSpecInfo
071f1eb
Remove valid virtual function from ICPUPipeline to IAsset
b8f8ba0
Remove getShaders from SShaderSpecInfo
f661366
Rename isValidStagePresence to hasRequiredStages
8c10cbd
Rework IGPUGraphicsPipeline to have individual shaderSpecInfo per stages
71056f2
Add IGPUPipelineLayout to IGPUPipeline
11255d4
Implement ICPURayTracingPipeline
8c549fb
Add computeDependants virtual function to IAsset
01c4ac6
Implement computeDependants for ICPUComputePipeline
d9efa1a
Implement compute pipeline base
0b791b5
Fix discardDependantsContents and anyDependantDiscardedContents to us…
e8e43b1
Add Ray Tracing Pipeline Asset to IAsset
b9db6aa
Remove unnecessary specInfo assignment in clone method
2ae6f78
Move subgroup argument to computePipelineBase
8de6d9a
Remove getDependantCount and getDependant and getDependant_impl from …
3f65992
Implement computeDependants for ICPUGraphicsPIpeline
89b8daa
Implement computeDependants for ICPURayTracingPIpeline
434d73e
Fix IGraphicsPIpeline constructor
1cd1771
Remove SUBGROUP_SIZE from IPIpeline
5823a84
Refactor IRayTracingPipeline to use new SShaderSpecInfo scheme
10ec458
Remove Subgroup related argument from IGPUPipeline
39904f7
Refactor IGPUComputePipeline to use IComputePipeline
2ce032f
Refactor IGPURayTracingPipeline to use new SShaderSpecInfo scheme
058657b
Restore deleted comments
a3905be
Merge branch 'stagesless_shaders' into rework_pipeline_shader_spec_info
59fcc93
Implement all computeDependants for IAssets
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
layout valid check?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.