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.
o3de/Gems/Atom/Asset/ImageProcessingAtom/Code/Source/Processing
Tommy Walton 7de6bc5b23
Add RoundUpToMultiple and DivideAndRoundUp functions to MathUtils.h (#6989)
* Add RoundUpToMultiple and DivideAndRoundUp functions to MathUtils.h

Signed-off-by: Tommy Walton <waltont@amazon.com>

* Rename DivideByMultiple2 back to DivideByMultiple, now that I've confirmed it's not in use in the codebase. RHI::DivideByMultiple can be fully deprecated in favor of AZ::DivideAndRoundUp at a later date, once the deprecation strategy has been finalized.

Signed-off-by: Tommy Walton <waltont@amazon.com>

* Update based on PR feedback

Signed-off-by: Tommy Walton <waltont@amazon.com>

* Switched from std::numeric_limits to AZStd::numeric_limits and updated the header to indicate it works for non-power of two alignments, but that SizeAlignUp is more efficient if the alignment is a power of 2

Signed-off-by: Tommy Walton <waltont@amazon.com>

* Added missing arguments to the assert, and a missing namespace and include that failed to compile on non-unity builds

Signed-off-by: Tommy Walton <waltont@amazon.com>
4 years ago
..
AzDXGIFormat.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
DDSHeader.h Fixed dds loader issue with certain dds formats. (#4733) 4 years ago
ImageAssetProducer.cpp change conversions to static_cast 4 years ago
ImageAssetProducer.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ImageConvert.cpp Adding support for blending the terain detail material with the macro material. (#7557) 4 years ago
ImageConvert.h Moved the ImageProcessingDefines to the Include folder and added it to the header only target 4 years ago
ImageConvertJob.cpp ATOM-16854 Texture Settings dialog box crashes in the Editor (#5777) 4 years ago
ImageConvertJob.h Moved the ImageProcessingDefines to the Include folder and added it to the header only target 4 years ago
ImageFlags.h LYN-8837 o3de Material Editor - Texture Settings Editor - Hangs when converting texture (#6359) 4 years ago
ImageObjectImpl.cpp ATOM-13512 Altering IBL ImageProcessor .preset Does Not Force Assets to Rebuild (#5639) 4 years ago
ImageObjectImpl.h ATOM-15086 Image Pipeline Unexpectedly Pre-Multiplying Alpha into Color Channels (#5358) 4 years ago
ImagePreview.cpp Merge commit '8fd9cbfb6456472473ec558c21de9aaa152a53c4' into puvvadar/gitflow_211118_o3de 4 years ago
ImagePreview.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ImageToProcess.h ATOM-15086 Image Pipeline Unexpectedly Pre-Multiplying Alpha into Color Channels (#5358) 4 years ago
PixelFormatInfo.cpp Add RoundUpToMultiple and DivideAndRoundUp functions to MathUtils.h (#6989) 4 years ago
PixelFormatInfo.h ATOM-16320 Remove PVRTC and ETC compressor (#4557) 4 years ago
Utils.cpp Updated all array_view uses with the C++20 span. (#7157) 4 years ago
Utils.h ATOM-13512 Altering IBL ImageProcessor .preset Does Not Force Assets to Rebuild (#5639) 4 years ago