summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/convert.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp1-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.
2019-06-21texture_cache: General FixesFernando Sahmkow1-7/+7
Fixed ASTC mipmaps loading Fixed alignment on openGL upload/download Fixed Block Height Calculation Removed unalign_height
2019-04-06video_core/textures/convert: Replace include with a forward declarationLioncash1-0/+1
Avoids dragging in a direct dependency in a header.
2019-02-27gl_rasterizer_cache: Move format conversion to its own fileReinUsesLisp1-0/+92