summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureDecoder_x64.cpp
AgeCommit message (Expand)Author
2022-07-15Remove casts to integers for texture and EFB formatsPokechu22
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-04-02Replace uses of cassert with Common/Assert.hPokechu22
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
2017-11-17Hybrid XFB: Fix lint errorsiwubcode
2017-11-17HybridXFB: Fix lint errorsiwubcode
2017-11-17Add support for hybrid XFBiwubcode
2017-08-03Video: Clearly separate Texture and EFB Copy formatsN.E.C
2017-03-13Merge pull request #4548 from stenzek/gcc-sseMarkus Wick
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2017-01-24TextureDecoder: Use target attributes on SSSE3 decodersStenzek
2017-01-15TextureDecoder: Deduplicate some utility codehthh
2017-01-14TextureDecoder: Fix off-by-one errors in CMPRhthh
2017-01-10TextureDecoder: Seperate each format into its own functionStenzek
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-09-29TextureDecoder_x64: Remove unnecessary commented out headerLioncash
2015-09-29TextureDecoder_x64: Remove clang warning suppressionLioncash
2015-09-06General: Replace GC_ALIGN macros with alignasLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-24Clean up the intrinsics #ifdef messTillmann Karras
2015-01-18TexCache: remove PC_TexFormatdegasus
2014-11-06Destroy OpenMPJasper St. Pierre
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-06Remove unused functions in TextureDecoder.comex
2014-09-05Remove more dead and redundant code.Rohit Nirmal
2014-09-04TextureDecoder: Clean up the code styleJasper 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-15VideoCommon: fix ifdef expressionTillmann Karras
2014-07-14VideoCommon: make version check easier to readTillmann Karras
2014-07-14VideoCommon: fix clang version checkTillmann Karras
2014-07-14VideoCommon: version-check clang for workaroundTillmann Karras
2014-07-13Fix warnings unearthed by #579Tillmann Karras
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-07-11mark all local variables as staticdegasus
2014-07-11mark all local functions as staticdegasus
2014-06-08Fix the capitalization of "GameCube" throughout the project.Paul Olszewski