summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureDecoder_Common.cpp
AgeCommit message (Expand)Author
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaële
2024-04-20VideoCommon: Use GetSpanForAddress safely in texture decodingJosJuice
2023-02-09TextureDecoder: Fix warning: array subscript has type ‘char’ [-Wchar-subs...Pokechu22
2022-07-16Add notes about precision of YUV->RGB conversion factors for XFBPokechu22
2022-07-15Use fmt::to_string for texture format overlayPokechu22
2022-07-15Remove casts to integers for texture and EFB formatsPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-11-17VideoCommon: Migrate over to fmtLioncash
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-04-21TextureDecoder: Move XFB decoding to CommonStenzek
2018-04-12Reformat all the things!spycrab
2017-11-17HybridXFB: Fix lint errorsiwubcode
2017-11-17Remove TODOsiwubcode
2017-11-17Add support for hybrid XFBiwubcode
2017-08-21VideoCommon: Fix bug #10464 (RA4 format not handled in TextureDecoder)N.E.C
2017-08-03Video: Clearly separate Texture and EFB Copy formatsN.E.C
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2017-01-15TextureDecoder: Deduplicate some utility codehthh
2017-01-14TextureDecoder: Fix off-by-one errors in CMPRhthh
2016-12-19VideoCommon: Use avg(color1, color2) for color3 in CMPR texturesStenzek
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2015-12-01Fix lens flares in Mario Kart Wii.Scott Mansell
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-06General: Replace GC_ALIGN macros with alignasLioncash
2015-09-06Move common EFB copy code into VideoCommonScott Mansell
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-04-27TextureDecoder_Common: Add missing algorithm includeLioncash
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-01-18TexCache: remove PC_TexFormatdegasus
2014-12-11Silence some -Wswitch-default warnings.Rohit Nirmal
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-09-04TextureDecoder: Clean up the code styleJasper St. Pierre
2014-09-04TextureDecoder: Simplify how the reference texture decoder worksJasper St. Pierre
2014-09-04TextureDecoder: Pass the TLUT address straight into the texture decoderJasper St. Pierre
2014-09-04TextureDecoder: Add an enum for the TLUT formatsJasper St. Pierre
2014-09-04VideoCommon: Remove support for decoding to ARGB texturesJasper St. Pierre
2014-09-04VideoCommon: Start putting common texture decoding code in TextureDecoder_CommonJasper St. Pierre