aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan/maxwell_to_vk.h
AgeCommit message (Expand)Author
2022-10-07Update 3D regsKelebek1
2022-08-02renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED...Liam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19video_core: Reduce unused includesameerj
2021-07-22shader: Unify shader stage typesReinUsesLisp
2021-07-22shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp
2021-07-22shader: Add partial rasterizer integrationReinUsesLisp
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2021-01-24Merge pull request #5807 from ReinUsesLisp/vc-warningsLC
2021-01-24vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCre...ReinUsesLisp
2021-01-24maxwell_to_vk: Silence -Wextra warnings about using different enum typesReinUsesLisp
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...ReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-05-04vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzleReinUsesLisp
2020-04-10renderer_vulkan: Drop Vulkan-HppReinUsesLisp
2020-02-28maxwell_3d: Flatten cull and front face registersReinUsesLisp
2020-01-10maxwell_to_vk: Implement GL_CLAMP hacking Nvidia's driverReinUsesLisp
2019-12-13maxwell_to_vk: Improve image format table and add more formatsReinUsesLisp
2019-12-13maxwell_to_vk: Implement more primitive topologiesReinUsesLisp
2019-12-13maxwell_to_vk: Approach GL_CLAMP closer to the GL specReinUsesLisp
2019-12-13maxwell_to_vk: Use VK_EXT_index_type_uint8 when availableReinUsesLisp
2019-11-22video_core: Unify ProgramType and ShaderStage into ShaderTypeReinUsesLisp
2019-11-14texture_cache: Drop abstracted ComponentTypeReinUsesLisp
2019-03-04maxwell_to_vk: Initial implementationReinUsesLisp