Akio Gaule fdabdc28e1 Add support for specialization constants for shader options (#18019) 1 năm trước cách đây
..
BlendColorGradingLutsPass.cpp fdabdc28e1 Add support for specialization constants for shader options (#18019) 1 năm trước cách đây
BlendColorGradingLutsPass.h 02f1d59375 Removing the prefix from all MultiDevice classes. 1 năm trước cách đây
BloomBlurPass.cpp b1c5fd9c46 SRG-related resources. 1 năm trước cách đây
BloomBlurPass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
BloomCompositePass.cpp 3314391c34 Use the pipelineViewTag of a parent pass in the pipeline hierarchy 2 năm trước cách đây
BloomCompositePass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
BloomDownsamplePass.cpp f973847c6a Improvements to the ScopeAttachments in the FrameGraph (#17972) 1 năm trước cách đây
BloomDownsamplePass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
BloomParentPass.cpp 17099866a5 Qingtao/posteffects (#119) 1 năm trước cách đây
BloomParentPass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
ChromaticAberrationPass.cpp 3314391c34 Use the pipelineViewTag of a parent pass in the pipeline hierarchy 2 năm trước cách đây
ChromaticAberrationPass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
DepthOfFieldBokehBlurPass.cpp 7721335168 RenderPass 1 năm trước cách đây
DepthOfFieldBokehBlurPass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
DepthOfFieldCompositePass.cpp 7721335168 RenderPass 1 năm trước cách đây
DepthOfFieldCompositePass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
DepthOfFieldCopyFocusDepthToCpuPass.cpp 02f1d59375 Removing the prefix from all MultiDevice classes. 1 năm trước cách đây
DepthOfFieldCopyFocusDepthToCpuPass.h 02f1d59375 Removing the prefix from all MultiDevice classes. 1 năm trước cách đây
DepthOfFieldMaskPass.cpp 3314391c34 Use the pipelineViewTag of a parent pass in the pipeline hierarchy 2 năm trước cách đây
DepthOfFieldMaskPass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
DepthOfFieldParentPass.cpp 3314391c34 Use the pipelineViewTag of a parent pass in the pipeline hierarchy 2 năm trước cách đây
DepthOfFieldParentPass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
DepthOfFieldPencilMap.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 năm trước cách đây
DepthOfFieldReadBackFocusDepthPass.cpp 3314391c34 Use the pipelineViewTag of a parent pass in the pipeline hierarchy 2 năm trước cách đây
DepthOfFieldReadBackFocusDepthPass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
DepthOfFieldWriteFocusDepthFromGpuPass.cpp 63cf73d5a5 Merge branch 'development' into multi-device-resources-rebase 1 năm trước cách đây
DepthOfFieldWriteFocusDepthFromGpuPass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
DepthUpsamplePass.cpp d3da22b593 switching attachment on binding to private to avoid incorrect setting corrected in previous commit 4 năm trước cách đây
DepthUpsamplePass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
ExposureControlRenderProxy.cpp 0b9497cd45 Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed 4 năm trước cách đây
EyeAdaptationPass.cpp 02f1d59375 Removing the prefix from all MultiDevice classes. 1 năm trước cách đây
EyeAdaptationPass.h 02f1d59375 Removing the prefix from all MultiDevice classes. 1 năm trước cách đây
FastDepthAwareBlurPasses.cpp d3da22b593 switching attachment on binding to private to avoid incorrect setting corrected in previous commit 4 năm trước cách đây
FastDepthAwareBlurPasses.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
FilmGrainPass.cpp 677f8fbcd5 Further changes as per suggestions on PR 2 năm trước cách đây
FilmGrainPass.h 677f8fbcd5 Further changes as per suggestions on PR 2 năm trước cách đây
HDRColorGradingPass.cpp 3314391c34 Use the pipelineViewTag of a parent pass in the pipeline hierarchy 2 năm trước cách đây
HDRColorGradingPass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
LookModificationCompositePass.cpp 02f1d59375 Removing the prefix from all MultiDevice classes. 1 năm trước cách đây
LookModificationCompositePass.h 02f1d59375 Removing the prefix from all MultiDevice classes. 1 năm trước cách đây
LookModificationTransformPass.cpp 41b61a5f03 Removing all SwapChainOutput uses, replaced with more generic PipelineOutput 3 năm trước cách đây
LookModificationTransformPass.h 02f1d59375 Removing the prefix from all MultiDevice classes. 1 năm trước cách đây
LuminanceHistogramGeneratorPass.cpp 02f1d59375 Removing the prefix from all MultiDevice classes. 1 năm trước cách đây
LuminanceHistogramGeneratorPass.h 02f1d59375 Removing the prefix from all MultiDevice classes. 1 năm trước cách đây
NewDepthOfFieldPasses.cpp 17099866a5 Qingtao/posteffects (#119) 1 năm trước cách đây
NewDepthOfFieldPasses.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
PaniniProjectionPass.cpp 677f8fbcd5 Further changes as per suggestions on PR 2 năm trước cách đây
PaniniProjectionPass.h 677f8fbcd5 Further changes as per suggestions on PR 2 năm trước cách đây
PostProcessingShaderOptionBase.cpp fdabdc28e1 Add support for specialization constants for shader options (#18019) 1 năm trước cách đây
PostProcessingShaderOptionBase.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 năm trước cách đây
SMAABasePass.cpp fdabdc28e1 Add support for specialization constants for shader options (#18019) 1 năm trước cách đây
SMAABasePass.h fdabdc28e1 Add support for specialization constants for shader options (#18019) 1 năm trước cách đây
SMAABlendingWeightCalculationPass.cpp 02f1d59375 Removing the prefix from all MultiDevice classes. 1 năm trước cách đây
SMAABlendingWeightCalculationPass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
SMAACommon.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 năm trước cách đây
SMAAConfigurationDescriptor.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 năm trước cách đây
SMAAConfigurationDescriptor.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 năm trước cách đây
SMAAEdgeDetectionPass.cpp 02f1d59375 Removing the prefix from all MultiDevice classes. 1 năm trước cách đây
SMAAEdgeDetectionPass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
SMAAFeatureProcessor.cpp 0b9497cd45 Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed 4 năm trước cách đây
SMAAFeatureProcessor.h 8b652c8f94 Add AZ_CLASS_ALLOCATOR macros to subclasses as appropriate 3 năm trước cách đây
SMAANeighborhoodBlendingPass.cpp 02f1d59375 Removing the prefix from all MultiDevice classes. 1 năm trước cách đây
SMAANeighborhoodBlendingPass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
SsaoPasses.cpp 3314391c34 Use the pipelineViewTag of a parent pass in the pipeline hierarchy 2 năm trước cách đây
SsaoPasses.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
SubsurfaceScatteringPass.cpp d3da22b593 switching attachment on binding to private to avoid incorrect setting corrected in previous commit 4 năm trước cách đây
SubsurfaceScatteringPass.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 năm trước cách đây
TaaPass.cpp 521b05caeb Abstract an UpdateImportedAttachmentImage in Pass.h 2 năm trước cách đây
TaaPass.h 521b05caeb Abstract an UpdateImportedAttachmentImage in Pass.h 2 năm trước cách đây
VignettePass.cpp 677f8fbcd5 Further changes as per suggestions on PR 2 năm trước cách đây
VignettePass.h 677f8fbcd5 Further changes as per suggestions on PR 2 năm trước cách đây
WhiteBalancePass.cpp 677f8fbcd5 Further changes as per suggestions on PR 2 năm trước cách đây
WhiteBalancePass.h 677f8fbcd5 Further changes as per suggestions on PR 2 năm trước cách đây