summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/convert.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core: Rearrange pixel format namesReinUsesLisp2020-07-131-3/+3
| | | | | | Normalizes pixel format names to match Vulkan names. Previous to this commit pixel formats had no convention, leading to confusion and potential bugs.
* texture_cache: General FixesFernando Sahmkow2019-06-211-7/+7
| | | | | | | Fixed ASTC mipmaps loading Fixed alignment on openGL upload/download Fixed Block Height Calculation Removed unalign_height
* video_core/textures/convert: Replace include with a forward declarationLioncash2019-04-061-0/+1
| | | | Avoids dragging in a direct dependency in a header.
* gl_rasterizer_cache: Move format conversion to its own fileReinUsesLisp2019-02-271-0/+92