summaryrefslogtreecommitdiffstats
path: root/src/video_core/compatible_formats.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-21compatible_formats: Add missing header guardLioncash1-0/+2
Prevents potential inclusion issues from occurring.
2020-06-27video_core/compatible_formats: Table to test if two formats are legal to view or copyReinUsesLisp1-0/+32
Add a flat table to test if it's legal to create a texture view between two formats or copy betweem them. This table is based on ARB_copy_image and ARB_texture_view. Copies are more permissive than views.