summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
AgeCommit message (Expand)Author
2017-11-17VideoCommon: Output gamma now comes from the xfb copyiwubcode
2017-11-17Video Backends: Implement vertical scaling for xfb copies. This fixes theiwubcode
2017-11-17Add an additional flag fo 'XFB Copy'iwubcode
2017-11-17Add new GUI option to skip XFBToRam and remove old XFB optionsiwubcode
2017-11-17Add ability to dump xfb copies to texture for debugging purposesiwubcode
2017-11-17Add support for hybrid XFBiwubcode
2017-11-06Improved detection: it doesn't desaturate the input anymore (woops) also it m...Tommaso Checchi
2017-10-27Fixed fog, lava, water in Mario Galaxy (and possibly other games) in higher I...Tommaso Checchi
2017-09-03Merge pull request #5718 from mimimi085181/partial-updates-updatePierre Bourdon
2017-08-09VideoCommon: Fix typo in comments introduced by #5849N.E.C
2017-08-06Keep textures that are overwritten by efb copies, if the stride matchesmimimi085181
2017-08-06Do not load overwritten textures by hashmimimi085181
2017-08-06fix stored memory stride for normal texturesmimimi085181
2017-08-03Video: Clearly separate Texture and EFB Copy formatsN.E.C
2017-07-11Merge pull request #5726 from mimimi085181/minimal-tmem-cache-emulationAnthony
2017-07-10Implement minimal emulation of TMEM cachingmimimi085181
2017-06-29FileUtil: Add a class for Exists/IsDirectory/GetSizeJosJuice
2017-06-13Video Backends: Move and rename HostTextureFormat to AbstractTextureFormatiwubcode
2017-06-13Video Backends: Split texture cache code out into separate files, introduce '...iwubcode
2017-06-07fix various instances of -1 being assigned to unsigned typesShawn Hoffman
2017-04-29TextureCache: Move host texture utility functions to VideoCommonStenzek
2017-04-29TextureCache: Support compressed textures and pass pitch/size to uploadStenzek
2017-04-12VideoBackends: Support updated texture encoding shader generatorsStenzek
2017-04-09Merge pull request #5220 from stenzek/small-nonsquare-mipsAnthony
2017-04-07TextureCache: Fix incomplete GPU texture decoding of non-square mipsStenzek
2017-04-06TextureCacheBase: remove duplicated variableMichael Maltese
2017-04-04TextureCacheBase: fix custom textures not being loadedMichael Maltese
2017-04-01VideoCommon: Changes to TextureCache to support decoding in backendStenzek
2017-03-25TextureCacheBase: Convert bound_textures from a C array to a std::arrayLioncash
2017-03-22TextureCache: Don't lock freed rendertargets for one frame.degasus
2017-03-09Merge pull request #5051 from stenzek/renderer-fixesMarkus Wick
2017-03-09Unify the way of setting game ID, title ID, revisionJosJuice
2017-03-10VideoBackends: Move max texture size to VideoConfigStenzek
2017-03-04VideoCommon: Eliminate static state in RendererStenzek
2016-12-27TextureCache: Add a dirty bit for partial updates on overlapping EFB copies.degasus
2016-12-26TextureCache: Drop unused parameter in backend API.degasus
2016-12-26TextureCache: Extract BP enum check to VideoCommon.degasus
2016-12-25VideoCommon: use u32 for texture addressesTillmann Karras
2016-12-23Merge pull request #4224 from lioncash/tcacheMat M
2016-12-15TextureCache: Use same color coefficients for EFB2Tex as EFB2RAMStenzek
2016-12-09TextureCacheBase: Eliminate static stateLioncash
2016-12-06Common: Add alignment headerLéo Lam
2016-10-29DiscIO/SConfig: Rename GetUniqueID to GetGameIDJosJuice
2016-10-06TextureCache: Don't re-use pooled textures within the same frameStenzek
2016-10-01VideoBackends: Make TextureCache::CompileShaders return a boolStenzek
2016-08-30TextureCacheBase: Address 0x0 is valid, don't you dare ignore it.Jules Blok
2016-08-07Common: namespace MemoryUtilLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-06-18TextureCache: Rename functions and add comments to clear up docsScott Mansell
2016-06-17TextureCache: Track efb copies used in a partially updated textureScott Mansell