summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/surface_params.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-2/+3
* video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changesReinUsesLisp2020-07-101-1/+1
* video_core: Use native ASTC when availableReinUsesLisp2020-04-011-25/+11
* texture_cache: Implement layered framebuffer attachmentsReinUsesLisp2020-02-161-4/+1
* texture_cache/surface_params: Make GetNumLayers publicReinUsesLisp2020-01-141-4/+5
* Texture Cache: Improve documentationFernando Sahmkow2019-12-221-1/+1
* Texture Cache: Address FeedbackFernando Sahmkow2019-12-221-3/+3
* Texture Cache: Add HLE methods for building 3D textures within the GPU in certain scenarios.Fernando Sahmkow2019-12-221-1/+13
* Texture_Cache: Redo invalid Surfaces handling.Fernando Sahmkow2019-11-201-0/+8
* texture_cache: Use a table instead of switch for texture formatsReinUsesLisp2019-11-151-2/+6
* texture_cache: Drop abstracted ComponentTypeReinUsesLisp2019-11-141-1/+0
* texture_cache: Minor changesReinUsesLisp2019-09-061-2/+0
* gl_rasterizer: Implement image bindingsReinUsesLisp2019-09-061-1/+5
* texture_cache: Pass TIC to texture cacheReinUsesLisp2019-09-061-3/+2
* video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti2019-08-301-1/+0
* texture_cache: Style changesReinUsesLisp2019-06-301-6/+3
* surface_params: Corrections, asserts and documentation.Fernando Sahmkow2019-06-261-41/+56
* texture_cache: move some large methods to cpp filesFernando Sahmkow2019-06-211-7/+25
* texture_cache uncompress-compress is untopological.Fernando Sahmkow2019-06-211-0/+14
* texture_cache: Correct copying between compressed and uncompressed formatsFernando Sahmkow2019-06-211-0/+20
* Fix rebase errorsFernando Sahmkow2019-06-211-0/+4
* texture_cache: Fermi2D reform and implement View MirageFernando Sahmkow2019-06-211-0/+14
* texture_cache: General FixesFernando Sahmkow2019-06-211-8/+19
* video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp2019-06-211-3/+4
* Reduce amount of size calculations.Fernando Sahmkow2019-06-211-11/+39
* Correct Surface Base and Views for new Texture CacheFernando Sahmkow2019-06-211-112/+47
* texture_cache: Split texture cache into different filesReinUsesLisp2019-06-211-0/+229