summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/maxwell_to_vk.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-13maxwell_to_vk: Improve image format table and add more formatsReinUsesLisp1-86/+120
2019-12-13maxwell_to_vk: Implement more vertex formatsReinUsesLisp1-7/+81
2019-12-13maxwell_to_vk: Implement more primitive topologiesReinUsesLisp1-1/+9
2019-12-13maxwell_to_vk: Approach GL_CLAMP closer to the GL specReinUsesLisp1-5/+11
2019-12-13maxwell_to_vk: Use VK_EXT_index_type_uint8 when availableReinUsesLisp1-3/+6
2019-11-23video_core: Unify ProgramType and ShaderStage into ShaderTypeReinUsesLisp1-6/+8
2019-11-14texture_cache: Drop abstracted ComponentTypeReinUsesLisp1-72/+70
2019-09-22video_core: Implement RGBX16F PixelFormatFearlessTobi1-0/+1
2019-05-30maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap modeReinUsesLisp1-1/+1
2019-04-18video_core: Silent -Wswitch warningsReinUsesLisp1-4/+6
2019-03-04maxwell_to_vk: Initial implementationReinUsesLisp1-0/+483