aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan/maxwell_to_vk.cpp
AgeCommit message (Expand)Author
2023-10-06Implement X8_D24 formatKelebek1
2023-09-21renderer_vulkan: Correct component order for A4B4G4R4_UNORMGPUCode
2023-08-18video_core: Fix vulkan assert errorFeng Chen
2023-06-27video_core: Add BCn decoding supportGPUCode
2023-06-03Implement scaled vertex buffer format emulationBilly Laws
2023-05-23textures: add BC1 and BC3 compressors and recompression settingLiam
2023-05-03GPU: implement missing ASTCFernando Sahmkow
2023-03-10video_core: Update texture formatFeng Chen
2022-12-26video_core: Implement other missing vulkan topologyFengChen
2022-12-26video_core: Implement vulkan QuadStrip topologyFengChen
2022-12-04vulkan_common: clean up extension usageLiam
2022-11-26Merge pull request #9307 from Morph1984/not-used-correctlyliamwhite
2022-11-24GPU: Implement additional render target formats.Fernando Sahmkow
2022-11-23maxwell_to_vk: Add R16_SINTMorph
2022-11-23maxwell_to_vk: Fix format usage bitsMorph
2022-10-07Update 3D regsKelebek1
2022-10-06VideoCore: Implement formats needed for N64 emulation.Fernando Sahmkow
2022-10-06Texture Cache: Add ASTC 10x5 Format.Fernando Sahmkow
2022-08-19video_core: implement R16G16B16X16 texture formatLiam
2022-08-02renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED...Liam
2022-07-05renderer_(gl/vk): Implement ASTC_10x6_UNORMMorph
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-14video_core: implement formats for N64 emulationFernando Sahmkow
2022-02-25maxwell_to_(gl/vk): Add 11_11_10 float vertex formatMorph
2021-12-10maxwell_to_vk: Add ASTC_2D_5X4_UNORMMorph
2021-12-09maxwell_to_vk: Add ASTC_2D_8X5_UNORMMorph
2021-12-08renderer_vulkan: Add R16G16_UINTMorph
2021-11-18renderer_vulkan: Implement S8_UINT stencil formatMorph
2021-07-22maxwell_to_vk: Add R16_SNORMReinUsesLisp
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-03-13renderer_vulkan: Accelerate ASTC decodingameerj
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-30maxwell_to_vk: Initialize usage variable in SurfaceFormat()Lioncash
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash
2020-09-16video_core: Enforce -Werror=switchReinUsesLisp
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp
2020-07-13video_core: Fix DXT4 and RGB565ReinUsesLisp
2020-07-13video_core: Fix B5G6R5_UNORM render target formatReinUsesLisp
2020-07-13video_core: Fix B5G6R5UReinUsesLisp
2020-07-13video_core: Implement RGBA32_SINT render targetReinUsesLisp