summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/copy_params.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-36/+0
| | | | | | | | | | | | | | The current texture cache has several points that hurt maintainability and performance. It's easy to break unrelated parts of the cache when doing minor changes. The cache can easily forget valuable information about the cached textures by CPU writes or simply by its normal usage.The current texture cache has several points that hurt maintainability and performance. It's easy to break unrelated parts of the cache when doing minor changes. The cache can easily forget valuable information about the cached textures by CPU writes or simply by its normal usage. This commit aims to address those issues.
* video_core: Resolve more variable shadowing scenarios pt.3Lioncash2020-12-051-9/+9
| | | | | Cleans out the rest of the occurrences of variable shadowing and makes any further occurrences of shadowing compiler errors.
* copy_params: use constexpr for constructorFernando Sahmkow2019-06-251-3/+4
|
* copy_params: Use constructor instead of C-like initializationReinUsesLisp2019-06-211-0/+10
|
* Correct Surface Base and Views for new Texture CacheFernando Sahmkow2019-06-211-0/+25