summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/surface_params.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* gl_rasterizer: Implement image bindingsReinUsesLisp2019-09-061-28/+77
* texture_cache: Pass TIC to texture cacheReinUsesLisp2019-09-061-19/+18
* Texture_Cache: Address FeedbackFernando Sahmkow2019-07-141-5/+4
* Texture_Cache: Remove some unprecise fallback case and clang formatFernando Sahmkow2019-07-141-4/+5
* Texture_Cache: Force Framebuffer reset if an active render target is unregistered.Fernando Sahmkow2019-07-141-3/+10
* texture_cache: Correct Texture Buffer UploadingFernando Sahmkow2019-07-051-0/+2
* surface_params: Corrections, asserts and documentation.Fernando Sahmkow2019-06-261-2/+2
* texture_cache: Correct format R16U as siblingFernando Sahmkow2019-06-211-0/+1
* texture_cache: Corrections to buffers and shadow formats use.Fernando Sahmkow2019-06-211-10/+34
* texture_cache: correct texture buffer on surface paramsFernando Sahmkow2019-06-211-4/+11
* texture_cache: move some large methods to cpp filesFernando Sahmkow2019-06-211-33/+0
* texture_cache uncompress-compress is untopological.Fernando Sahmkow2019-06-211-0/+4
* texture_cache: General FixesFernando Sahmkow2019-06-211-22/+30
* surface_params: Ensure pitch is always written to avoid surface leaksReinUsesLisp2019-06-211-0/+2
* surface_params: Optimize CreateForTextureReinUsesLisp2019-06-211-2/+4
* texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepthFernando Sahmkow2019-06-211-13/+6
* video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp2019-06-211-19/+20
* Reduce amount of size calculations.Fernando Sahmkow2019-06-211-30/+1
* Correct Surface Base and Views for new Texture CacheFernando Sahmkow2019-06-211-135/+75
* texture_cache: Split texture cache into different filesReinUsesLisp2019-06-211-0/+412