summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/surface_params.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-2/+3
2020-07-10video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changesReinUsesLisp1-1/+1
2020-04-01video_core: Use native ASTC when availableReinUsesLisp1-25/+11
2020-02-16texture_cache: Implement layered framebuffer attachmentsReinUsesLisp1-4/+1
2020-01-14texture_cache/surface_params: Make GetNumLayers publicReinUsesLisp1-4/+5
2019-12-22Texture Cache: Improve documentationFernando Sahmkow1-1/+1
2019-12-22Texture Cache: Address FeedbackFernando Sahmkow1-3/+3
2019-12-22Texture Cache: Add HLE methods for building 3D textures within the GPU in certain scenarios.Fernando Sahmkow1-1/+13
2019-11-20Texture_Cache: Redo invalid Surfaces handling.Fernando Sahmkow1-0/+8
2019-11-15texture_cache: Use a table instead of switch for texture formatsReinUsesLisp1-2/+6
2019-11-14texture_cache: Drop abstracted ComponentTypeReinUsesLisp1-1/+0
2019-09-06texture_cache: Minor changesReinUsesLisp1-2/+0
2019-09-06gl_rasterizer: Implement image bindingsReinUsesLisp1-1/+5
2019-09-06texture_cache: Pass TIC to texture cacheReinUsesLisp1-3/+2
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti1-1/+0
2019-06-30texture_cache: Style changesReinUsesLisp1-6/+3
2019-06-26surface_params: Corrections, asserts and documentation.Fernando Sahmkow1-41/+56
2019-06-21texture_cache: move some large methods to cpp filesFernando Sahmkow1-7/+25
2019-06-21texture_cache uncompress-compress is untopological.Fernando Sahmkow1-0/+14
2019-06-21texture_cache: Correct copying between compressed and uncompressed formatsFernando Sahmkow1-0/+20
2019-06-21Fix rebase errorsFernando Sahmkow1-0/+4
2019-06-21texture_cache: Fermi2D reform and implement View MirageFernando Sahmkow1-0/+14
2019-06-21texture_cache: General FixesFernando Sahmkow1-8/+19
2019-06-21video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp1-3/+4
2019-06-21Reduce amount of size calculations.Fernando Sahmkow1-11/+39
2019-06-21Correct Surface Base and Views for new Texture CacheFernando Sahmkow1-112/+47
2019-06-21texture_cache: Split texture cache into different filesReinUsesLisp1-0/+229