summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/TextureSampler.cpp
AgeCommit message (Expand)Author
2024-04-20VideoCommon: Use GetSpanForAddress safely in texture decodingJosJuice
2024-04-20Memmap: Replace GetPointer with GetSpanForAddressJosJuice
2022-12-03HW/Memmap: Refactor Memory to class, move to Core::System.Admiral H. Curtiss
2021-11-17Eliminate SamplerCommon::AreBpTexMode0MipmapsEnabledPokechu22
2021-10-10BPMemory: Refactor/consolidate TexUnit AddressingScott Mansell
2021-07-20Software: Handle texture wrapping more accuratelyPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2017-09-11Software/TextureSampler: const correctnessLioncash
2017-08-03Video: Clearly separate Texture and EFB Copy formatsN.E.C
2016-09-24Software: Clean out unnecessary includes/fwd declsLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-03-24VideoCommon: Refactor TexMode0 mipmaps disabled test into a helper functionEmptyChaos
2016-01-06VideoSW: Use more VideoCommondegasus
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-10-21Add missing includes where headers depend on other headers having been includ...comex
2014-10-02Change a bunch of reference function arguments to pointers.comex
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
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-08-10Software: Apply static to some functionsLioncash
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-20Fix more header sorting issues in VideoBackends/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre