summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureDecoder.h
AgeCommit message (Expand)Author
2024-04-20VideoCommon: Use GetSpanForAddress safely in texture decodingJosJuice
2022-06-26VideoCommon: add function to check whether TextureFormat is a valid valueiwubcode
2022-01-13Make all fmt::formatter constructors constexprPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2019-07-14TextureCache: Support reinterpreting formats for VRAM texturesStenzek
2019-04-21TextureDecoder: Move XFB decoding to CommonStenzek
2017-11-17Add support for hybrid XFBiwubcode
2017-08-03Video: Clearly separate Texture and EFB Copy formatsN.E.C
2017-04-12TextureConversionShader: Consider source format of EFB for EFB2RAMStenzek
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-06General: Replace GC_ALIGN macros with alignasLioncash
2015-09-06Improve comments for texture formats enum.Scott Mansell
2015-09-06Move common EFB copy code into VideoCommonScott Mansell
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-01-18TexCache: remove PC_TexFormatdegasus
2014-10-21Add missing includes where headers depend on other headers having been includ...comex
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-04TextureDecoder: Rearrange header slightlyJasper 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
2014-09-04TextureDecoder: Remove unused functionJasper St. Pierre
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre