summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/maxwell_to_vk.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-07Update 3D regsKelebek11-1/+1
2022-08-03renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED, R8G8B8_SSCALEDLiam1-1/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-1/+0
2021-07-23shader: Unify shader stage typesReinUsesLisp1-1/+2
2021-07-23shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp1-0/+2
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-0/+2
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-1/+1
2021-01-24vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCreateInfoReinUsesLisp1-1/+9
2021-01-24maxwell_to_vk: Silence -Wextra warnings about using different enum typesReinUsesLisp1-1/+1
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp1-1/+1
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-4/+4
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp1-1/+1
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-0/+2
2020-05-04vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzleReinUsesLisp1-0/+2
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-19/+18
2020-02-28maxwell_3d: Flatten cull and front face registersReinUsesLisp1-2/+2
2020-01-10maxwell_to_vk: Implement GL_CLAMP hacking Nvidia's driverReinUsesLisp1-1/+1
2019-12-13maxwell_to_vk: Improve image format table and add more formatsReinUsesLisp1-3/+7
2019-12-13maxwell_to_vk: Implement more primitive topologiesReinUsesLisp1-1/+2
2019-12-13maxwell_to_vk: Approach GL_CLAMP closer to the GL specReinUsesLisp1-1/+2
2019-12-13maxwell_to_vk: Use VK_EXT_index_type_uint8 when availableReinUsesLisp1-1/+1
2019-11-23video_core: Unify ProgramType and ShaderStage into ShaderTypeReinUsesLisp1-1/+1
2019-11-14texture_cache: Drop abstracted ComponentTypeReinUsesLisp1-2/+1
2019-03-04maxwell_to_vk: Initial implementationReinUsesLisp1-0/+58