summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureDecoder_Generic.cpp
AgeCommit message (Expand)Author
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaƫle
2024-04-15Remove defined-out codeDentomologist
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-04-21TextureDecoder: Move XFB decoding to CommonStenzek
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-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-01-18TexCache: remove PC_TexFormatdegasus
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-09-08Include CommonTypes.h instead of Common.h.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-04TextureDecoder: Add some statics to some of our helper functionsJasper 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-09-04TextureDecoder: Fix a RGBA/BGRA copy/paste typoJasper St. Pierre
2014-08-30VideoCommon: Clean up brace placementsLioncash
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-06-08Fix the capitalization of "GameCube" throughout the project.Paul Olszewski
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-03-17Clang 3.4 exposes some warnings on Android.Ryan Houdek
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-02-20Fix more header sorting issues in VideoCommon/ (now check-includes clean).Pierre Bourdon
2014-02-17Second and final pass of clearing out tabs.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre