index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
/
maxwell_to_vk.cpp
Age
Commit message (
Expand
)
Author
2023-10-06
Implement X8_D24 format
Kelebek1
2023-09-21
renderer_vulkan: Correct component order for A4B4G4R4_UNORM
GPUCode
2023-08-18
video_core: Fix vulkan assert error
Feng Chen
2023-06-27
video_core: Add BCn decoding support
GPUCode
2023-06-03
Implement scaled vertex buffer format emulation
Billy Laws
2023-05-23
textures: add BC1 and BC3 compressors and recompression setting
Liam
2023-05-03
GPU: implement missing ASTC
Fernando Sahmkow
2023-03-10
video_core: Update texture format
Feng Chen
2022-12-26
video_core: Implement other missing vulkan topology
FengChen
2022-12-26
video_core: Implement vulkan QuadStrip topology
FengChen
2022-12-04
vulkan_common: clean up extension usage
Liam
2022-11-26
Merge pull request #9307 from Morph1984/not-used-correctly
liamwhite
2022-11-24
GPU: Implement additional render target formats.
Fernando Sahmkow
2022-11-23
maxwell_to_vk: Add R16_SINT
Morph
2022-11-23
maxwell_to_vk: Fix format usage bits
Morph
2022-10-07
Update 3D regs
Kelebek1
2022-10-06
VideoCore: Implement formats needed for N64 emulation.
Fernando Sahmkow
2022-10-06
Texture Cache: Add ASTC 10x5 Format.
Fernando Sahmkow
2022-08-19
video_core: implement R16G16B16X16 texture format
Liam
2022-08-02
renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED...
Liam
2022-07-05
renderer_(gl/vk): Implement ASTC_10x6_UNORM
Morph
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-14
video_core: implement formats for N64 emulation
Fernando Sahmkow
2022-02-25
maxwell_to_(gl/vk): Add 11_11_10 float vertex format
Morph
2021-12-10
maxwell_to_vk: Add ASTC_2D_5X4_UNORM
Morph
2021-12-09
maxwell_to_vk: Add ASTC_2D_8X5_UNORM
Morph
2021-12-08
renderer_vulkan: Add R16G16_UINT
Morph
2021-11-18
renderer_vulkan: Implement S8_UINT stencil format
Morph
2021-07-22
maxwell_to_vk: Add R16_SNORM
ReinUsesLisp
2021-07-22
shader: Unify shader stage types
ReinUsesLisp
2021-07-22
shader: Implement tessellation shaders, polygon mode and invocation id
ReinUsesLisp
2021-07-22
shader: Add partial rasterizer integration
ReinUsesLisp
2021-03-13
renderer_vulkan: Accelerate ASTC decoding
ameerj
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-01-24
Merge pull request #5807 from ReinUsesLisp/vc-warnings
LC
2021-01-24
vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCre...
ReinUsesLisp
2021-01-24
maxwell_to_vk: Silence -Wextra warnings about using different enum types
ReinUsesLisp
2021-01-04
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2021-01-03
renderer_vulkan: Rename VKDevice to Device
ReinUsesLisp
2020-12-31
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...
ReinUsesLisp
2020-12-30
maxwell_to_vk: Initialize usage variable in SurfaceFormat()
Lioncash
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-09-16
video_core: Enforce -Werror=switch
ReinUsesLisp
2020-07-13
video_core: Rearrange pixel format names
ReinUsesLisp
2020-07-13
video_core: Fix DXT4 and RGB565
ReinUsesLisp
2020-07-13
video_core: Fix B5G6R5_UNORM render target format
ReinUsesLisp
2020-07-13
video_core: Fix B5G6R5U
ReinUsesLisp
2020-07-13
video_core: Implement RGBA32_SINT render target
ReinUsesLisp
[next]