summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/maxwell_to_vk.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-23video_core: Unify ProgramType and ShaderStage into ShaderTypeReinUsesLisp1-1/+1
2019-11-14texture_cache: Drop abstracted ComponentTypeReinUsesLisp1-2/+1
Abstracted ComponentType was not being used in a meaningful way. This commit drops its usage. There is one place where it was being used to test compatibility between two cached surfaces, but this one is implied in the pixel format. Removing the component type test doesn't change the behaviour.
2019-03-04maxwell_to_vk: Initial implementationReinUsesLisp1-0/+58