index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
TextureCacheBase.cpp
Age
Commit message (
Expand
)
Author
2018-07-06
VideoCommon/TextureCacheBase: Resolve a -Wmissing-braces warning in GetRAMCop...
Lioncash
2018-07-03
Make arbitrary mipmap detection toggle invalidate the texture cache
Techjar
2018-07-02
Remove unused sRGB conversion functions
Jonathan Hamilton
2018-07-02
Do all arbitrary mipmap detection in integer space
Jonathan Hamilton
2018-06-21
Merge pull request #6875 from JonnyH/WIP/mipmap-heuristic-tweaks
Markus Wick
2018-05-22
EFB2RAM: Apply copy filter as a float coefficient after sampling
Stenzek
2018-05-20
VideoCommon: Replace SOIL with libpng for hires textures
Emmanuel Gil Peyrot
2018-05-17
Texture AverageDiff: Do more in int space and avoid excessive float conversion
Jonathan Hamilton
2018-05-17
Merge pull request #6743 from stenzek/faster-disabled-copy-filter
Markus Wick
2018-05-16
Change the arbitrary mipmap detection to use the square of the error
Jonathan Hamilton
2018-05-16
Make the arbitrary mipmap detection threshold configureable
Jonathan Hamilton
2018-05-16
Make arbitrary mipmap detection a config option
Jonathan Hamilton
2018-05-16
Common/Hash: Namespace code under the Common namespace
Lioncash
2018-05-03
TextureCacheBase: Make "disable vram copies" part of the active config
Stenzek
2018-05-03
TextureConversionShader: Don't sample from adjacent rows when not needed
Stenzek
2018-04-29
Implement EFB copy filter and gamma in hardware backends
Stenzek
2018-04-12
Reformat all the things!
spycrab
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2018-03-13
SSE-optimize UninitializeXFBMemory
Henrik RydgÄrd
2018-02-11
TextureCache: Add an option to disable EFB copies to VRAM
Stenzek
2018-02-11
VideoConfig: Remove bForceCopyToRam field
Stenzek
2018-01-22
AbstractTexture: Move Bind() method to Renderer
Stenzek
2018-01-10
Treat custom textures with "_arb" suffix as having arbitrary mipmaps
JosJuice
2018-01-06
VideoCommon: Apply the yscale as upscaling of the XFB.
Markus Wick
2017-12-21
Texture Cache Base: Move PAL vertical scaling to be baked into the texture si...
iwubcode
2017-12-19
Only use the "Scaled EFB Copy" setting for EFB, not XFB
JosJuice
2017-12-10
TextureCache: Don't dump custom textures
Stenzek
2017-12-06
VideoCommon: Drop now unused efb2tex matrix generation.
degasus
2017-12-02
VideoBackends: Use VideoCommon shader generators for efb2tex copies.
Markus Wick
2017-11-22
TextureCacheBase: Don't crop last row/column of XFB copies
Stenzek
2017-11-22
AbstractTexture: Seperate CopyRectangleFromTexture to two methods
Stenzek
2017-11-22
VideoCommon: Move abstract texture creation function to Renderer
Stenzek
2017-11-19
Merge pull request #6186 from lioncash/enum-class
Leo Lam
2017-11-19
VideoCommon: Resolve -Wmissing-brace warnings
Lioncash
2017-11-18
VideoConfig: Make StereoMode an enum class
Lioncash
2017-11-17
TextureCacheBase: Set uninitialized XFB memory to fuchsia color
iwubcode
2017-11-17
Hybrid XFB: Fix lint errors
iwubcode
2017-11-17
Enhance xfb dumping to distinguish between the xfbs created from memory and t...
iwubcode
2017-11-17
Texture Cache Base: Optimization to allow stitched or memory xfb textures to ...
iwubcode
2017-11-17
TextureCacheBase: Fix issue in Rogue Squadron 2 where overlapping textures ca...
iwubcode
2017-11-17
TextureCacheBase: Remove vertical scaling from EFB path and have copy checks ...
iwubcode
2017-11-17
Hybrid XFB: Fix lint errors
iwubcode
2017-11-17
TextureCacheBase: make sure stitching rectangle bounds don't exceed the
iwubcode
2017-11-17
TextureCacheBase: Add XFB specific functions
iwubcode
2017-11-17
HybridXFB: Fix lint errors
iwubcode
2017-11-17
Software Backend: Force EFB/XFB to copy to ram
iwubcode
2017-11-17
Video Common: Avoid 'presenting' duplicate frames by detecting when swap
iwubcode
2017-11-17
VideoCommon: Output gamma now comes from the xfb copy
iwubcode
2017-11-17
Video Backends: Implement vertical scaling for xfb copies. This fixes the
iwubcode
2017-11-17
Add an additional flag fo 'XFB Copy'
iwubcode
[prev]
[next]