summaryrefslogtreecommitdiffstats
path: root/src/video_core/compatible_formats.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-06renderer_(gl/vk): Implement ASTC_10x6_UNORMMorph1-1/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-03-04texture_cache: Blacklist BGRA8 copies and views on OpenGLameerj1-7/+42
2021-01-04gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp1-4/+5
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-24/+118
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp1-47/+40
2020-06-27texture_cache: Test format compatibility before copyingReinUsesLisp1-1/+1
2020-06-27video_core/compatible_formats: Table to test if two formats are legal to view or copyReinUsesLisp1-0/+162