-
Notifications
You must be signed in to change notification settings - Fork 65
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
89
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 5 commits
Commits
Show all changes
89 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
6884d45
Add non const computeDependants to IAsset and its child classes
2ac65f6
Refactor anyDependantDiscardedContents and discardDependantsContents
5c13a93
Remove impl_valid and rework SSpecializatioNValidationResult
9f43c02
Return Subgroup size to IPipelineBase
bae94c5
Fix missing bracket for getLayout
0d8fe94
Return Subgroup Size to every SShaderSpecInfo
4ed04c8
Fix stagePresence typo
7e2fd2c
Move clone_impl to private
c01392c
Implement getSpecInfoVec for ICPURayTracingPipeline
7b3c0ed
Fix getSpecInfoVec
96db32b
Implement ICPURayTracingPIpeline valid
98f3153
Fix ICPUSkeleton.h computeDependants
30f35af
Small fixes
2983ff0
Remove redundant final specifier
e218e77
Remove const so it can be cast to IAsset*
b58e486
Fix RenderpassIndependentPipeline
1f3a477
Fix SpirvIntrospector
d042f42
Add some utility function to IGPURayTracingPipeline SShaderGroup
c4de7c2
Fix debloat logic in logical device
f1fe089
Remove unused funciton in ILogicalDevice.cpp
2eea2b0
Fix layout constness on IComputePipeline
969bcb8
Fix ICPUAcclerationStructure to use computeDependantsImpl
3e96339
Fix ICPUAnimationLibrary to use computeDependantsImpl
6de189d
Remove layout constness from ICPUComputePipeline
b0fe090
Move ICPUDescriptorSet computeDependantsImpl to header
1d764ec
Remove layout constness from cpu graphics pipeline
377f25d
Remove layout constness from cpu pipeline
8809bda
Use computeDependantsImpl in cpu pipeline layout
3c0b3ba
Fix argument pack passing on IGPUPipeline
53b45ec
Remove layout constness from cpu ray tracing pipeline
e249931
Add cached parameter to SCreationParams for gpu compute pipeline
006dd7d
Remove layout constness on IPipeline
389c358
Fix IGPURayTracingPipeline construction
81df19b
Fix debloatedHitSpecData error in ILogicalDevice
2d97ce8
Fix CComputeBlit
68095da
Fix error in ILogicalDevice.cpp due to removed getShaders method
98e1759
Fix all errors in CVulkanLogicalDevice
59ccb22
Add get shader count for creationParams
bc9befb
Move shader stage validation out of commonCreatePipelines
b8d53cc
Fix vulkan ray tracing creation
f26201e
Another fix to CCOmputeBlit
edac59f
Fix AssetConvert to use the current SpecInfo
a31cc66
Small fixes to asset and video
08ece5d
Fix CComputeBlit
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
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.
Uh oh!
There was an error while loading. Please reload this page.