This website works better with JavaScript.
Explore
Help
Sign In
birkeh
/
o3de
Watch
1
Star
0
Fork
You've already forked o3de
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3bbb8d78cd
development
monroegm-disable-blank-issue-2
main
2111.2
2111.1
2107.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3bbb8d78cd'
${ noResults }
o3de
/
Gems
/
Atom
/
Feature
/
Common
/
Code
/
Source
History
santorac
5b19de2876
Merge remote-tracking branch 'origin/development' into Atom/santorac/MaterialAssetDeferredBaking_Recovery2
4 years ago
..
ACES
Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed
4 years ago
AuxGeom
Merge branch 'development' into redcode/driller_removal
4 years ago
Builders
Shorten copyright headers by splitting into 2 lines (
#2213
)
5 years ago
Checkerboard
Gems/Atom*
5 years ago
ColorGrading
Add cmake file for editor scripts. Add constexpr keyword to constants. Use AZ_CRC_CE for LookModificationComponent.
4 years ago
CoreLights
Adding cascade blending for pcf (
#6181
)
4 years ago
Decals
Switched back to making MaterialAsset::GetPropertyValues automatically finalize the material asset. I realized that it's too burdensome to expect client code to call Finalize on the MaterialAsset; every code that calls GetPropertyValues would have to call Finalize(). Instead of using const_cast in GetPropertyValues like I was doing before, I just changed GetPropertyValues to be a non-const function. There were a few places in Decal code I had to update to pass non-const MaterialAsset pointers. This isn't ideal, but I think it's better than the alternatives.
4 years ago
DiffuseGlobalIllumination
Merge pull request
#6717
from aws-lumberyard-dev/Atom/dmcdiar/ATOM-16989
4 years ago
DisplayMapper
ATOM-16489 Add find passes functions for Scene or RenderPipeline in PassSystemInterface (
#4739
) (
#4963
)
4 years ago
ImGui
Collection of miscellaneous PAL changes required for restricted platforms. (
#6482
)
4 years ago
ImageBasedLights
Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed
4 years ago
LookupTable
Shorten copyright headers by splitting into 2 lines (
#2213
)
5 years ago
Material
First pass at reworking and formalizing the way deferred material asset baking works. The feature basically works but needs more testing.
4 years ago
Math
Shorten copyright headers by splitting into 2 lines (
#2213
)
5 years ago
Mesh
Adding ray tracing toggle to behavior context so it can be used with scripting.
4 years ago
MorphTargets
Create helper function for getting threads per (
#4480
)
4 years ago
OcclusionCullingPlane
Gems/Atom
5 years ago
Platform
Removes LuxCore (
#6491
)
4 years ago
PostProcess
Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed
4 years ago
PostProcessing
Added ClearPass and automatic instantiation from ParentPass for slots specifying a clear action
4 years ago
RayTracing
Build BLAS objects from the BLAS instance list instead of the mesh list
4 years ago
ReflectionProbe
Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed
4 years ago
ReflectionScreenSpace
Various Vulkan fixes (
#5880
)
4 years ago
ScreenSpace
Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed
4 years ago
Shadows
Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed
4 years ago
SkinnedMesh
Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed
4 years ago
SkyBox
Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed
4 years ago
TransformService
Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed
4 years ago
Utils
change default input color space to SRGB
4 years ago
CommonModule.cpp
Shorten copyright headers by splitting into 2 lines (
#2213
)
5 years ago
CommonSystemComponent.cpp
Revert "added pass class (
#6244
)"
4 years ago
CommonSystemComponent.h
Removes LuxCore (
#6491
)
4 years ago
EditorCommonSystemComponent.cpp
Removing redundant registration of script assets
4 years ago
EditorCommonSystemComponent.h
Shorten copyright headers by splitting into 2 lines (
#2213
)
5 years ago
FrameCaptureSystemComponent.cpp
Merge commit 'e3c3db4ba61b230a69b670e02873c0f4b7766504' into amzn-tommy/gitflow_211116_o3de2
4 years ago
FrameCaptureSystemComponent.h
Fixed a crash issue with RHI::Fence when trying to capture screenshot which null renderer is used. (
#3802
)
5 years ago
ProfilingCaptureSystemComponent.cpp
ATOM-16489 Add find passes functions for Scene or RenderPipeline in PassSystemInterface (
#4739
) (
#4963
)
4 years ago
ProfilingCaptureSystemComponent.h
ATOM-16489 Add find passes functions for Scene or RenderPipeline in PassSystemInterface (
#4739
) (
#4963
)
4 years ago