summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/maxwell_to_vk.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED, R8G8B8_SSCALEDLiam2022-08-031-1/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-1/+0
* shader: Unify shader stage typesReinUsesLisp2021-07-231-1/+2
* shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp2021-07-231-0/+2
* shader: Add partial rasterizer integrationReinUsesLisp2021-07-231-0/+2
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-1/+1
* Merge pull request #5807 from ReinUsesLisp/vc-warningsLC2021-01-241-1/+1
|\
| * maxwell_to_vk: Silence -Wextra warnings about using different enum typesReinUsesLisp2021-01-241-1/+1
* | vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCreateInfoReinUsesLisp2021-01-241-1/+9
|/
* renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp2021-01-041-1/+1
* renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp2021-01-031-4/+4
* vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp2020-12-311-1/+1
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-0/+2
* vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzleReinUsesLisp2020-05-041-0/+2
* renderer_vulkan: Drop Vulkan-HppReinUsesLisp2020-04-111-19/+18
* maxwell_3d: Flatten cull and front face registersReinUsesLisp2020-02-281-2/+2
* maxwell_to_vk: Implement GL_CLAMP hacking Nvidia's driverReinUsesLisp2020-01-101-1/+1
* maxwell_to_vk: Improve image format table and add more formatsReinUsesLisp2019-12-131-3/+7
* maxwell_to_vk: Implement more primitive topologiesReinUsesLisp2019-12-131-1/+2
* maxwell_to_vk: Approach GL_CLAMP closer to the GL specReinUsesLisp2019-12-131-1/+2
* maxwell_to_vk: Use VK_EXT_index_type_uint8 when availableReinUsesLisp2019-12-131-1/+1
* video_core: Unify ProgramType and ShaderStage into ShaderTypeReinUsesLisp2019-11-231-1/+1
* texture_cache: Drop abstracted ComponentTypeReinUsesLisp2019-11-141-2/+1
* maxwell_to_vk: Initial implementationReinUsesLisp2019-03-041-0/+58