index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
/
maxwell_to_vk.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement X8_D24 format
Kelebek1
2023-10-06
1
-2
/
+3
*
renderer_vulkan: Correct component order for A4B4G4R4_UNORM
GPUCode
2023-09-21
1
-1
/
+1
*
video_core: Fix vulkan assert error
Feng Chen
2023-08-18
1
-1
/
+1
*
video_core: Add BCn decoding support
GPUCode
2023-06-28
1
-0
/
+20
*
Implement scaled vertex buffer format emulation
Billy Laws
2023-06-03
1
-0
/
+8
*
textures: add BC1 and BC3 compressors and recompression setting
Liam
2023-05-23
1
-6
/
+18
*
GPU: implement missing ASTC
Fernando Sahmkow
2023-05-03
1
-0
/
+3
*
video_core: Update texture format
Feng Chen
2023-03-10
1
-6
/
+1
*
video_core: Implement other missing vulkan topology
FengChen
2022-12-26
1
-3
/
+16
*
video_core: Implement vulkan QuadStrip topology
FengChen
2022-12-26
1
-1
/
+3
*
vulkan_common: clean up extension usage
Liam
2022-12-04
1
-1
/
+1
*
Merge pull request #9307 from Morph1984/not-used-correctly
liamwhite
2022-11-26
1
-3
/
+3
|
\
|
*
maxwell_to_vk: Add R16_SINT
Morph
2022-11-24
1
-1
/
+1
|
*
maxwell_to_vk: Fix format usage bits
Morph
2022-11-24
1
-2
/
+2
*
|
GPU: Implement additional render target formats.
Fernando Sahmkow
2022-11-24
1
-0
/
+1
|
/
*
Update 3D regs
Kelebek1
2022-10-07
1
-158
/
+179
*
VideoCore: Implement formats needed for N64 emulation.
Fernando Sahmkow
2022-10-06
1
-1
/
+1
*
Texture Cache: Add ASTC 10x5 Format.
Fernando Sahmkow
2022-10-06
1
-0
/
+2
*
video_core: implement R16G16B16X16 texture format
Liam
2022-08-19
1
-1
/
+1
*
renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED, R8G8B8_SSCALED
Liam
2022-08-03
1
-180
/
+189
*
renderer_(gl/vk): Implement ASTC_10x6_UNORM
Morph
2022-07-06
1
-0
/
+1
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
1
-6
/
+6
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
video_core: implement formats for N64 emulation
Fernando Sahmkow
2022-04-14
1
-0
/
+2
*
maxwell_to_(gl/vk): Add 11_11_10 float vertex format
Morph
2022-02-25
1
-0
/
+2
*
maxwell_to_vk: Add ASTC_2D_5X4_UNORM
Morph
2021-12-11
1
-1
/
+1
*
maxwell_to_vk: Add ASTC_2D_8X5_UNORM
Morph
2021-12-09
1
-1
/
+1
*
renderer_vulkan: Add R16G16_UINT
Morph
2021-12-08
1
-1
/
+1
*
renderer_vulkan: Implement S8_UINT stencil format
Morph
2021-11-18
1
-0
/
+3
*
maxwell_to_vk: Add R16_SNORM
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
shader: Unify shader stage types
ReinUsesLisp
2021-07-23
1
-7
/
+8
*
shader: Implement tessellation shaders, polygon mode and invocation id
ReinUsesLisp
2021-07-23
1
-0
/
+13
*
shader: Add partial rasterizer integration
ReinUsesLisp
2021-07-23
1
-0
/
+24
*
renderer_vulkan: Accelerate ASTC decoding
ameerj
2021-03-13
1
-1
/
+1
*
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
1
-5
/
+1
*
Merge pull request #5807 from ReinUsesLisp/vc-warnings
LC
2021-01-24
1
-1
/
+1
|
\
|
*
maxwell_to_vk: Silence -Wextra warnings about using different enum types
ReinUsesLisp
2021-01-24
1
-1
/
+1
*
|
vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCreateInfo
ReinUsesLisp
2021-01-24
1
-11
/
+16
|
/
*
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2021-01-04
1
-1
/
+1
*
renderer_vulkan: Rename VKDevice to Device
ReinUsesLisp
2021-01-03
1
-4
/
+4
*
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.h
ReinUsesLisp
2020-12-31
1
-1
/
+1
*
maxwell_to_vk: Initialize usage variable in SurfaceFormat()
Lioncash
2020-12-30
1
-1
/
+1
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
1
-7
/
+23
*
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
1
-20
/
+17
*
video_core: Enforce -Werror=switch
ReinUsesLisp
2020-09-16
1
-4
/
+20
*
video_core: Rearrange pixel format names
ReinUsesLisp
2020-07-13
1
-92
/
+92
*
video_core: Fix DXT4 and RGB565
ReinUsesLisp
2020-07-13
1
-1
/
+3
*
video_core: Fix B5G6R5_UNORM render target format
ReinUsesLisp
2020-07-13
1
-0
/
+1
*
video_core: Fix B5G6R5U
ReinUsesLisp
2020-07-13
1
-1
/
+1
*
video_core: Implement RGBA32_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
*
video_core: Implement RGBA32_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
*
video_core: Implement RGBA16_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
*
video_core: Implement RGBA8_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
*
video_core: Implement RG32_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
*
video_core: Implement RG8_SINT render target and fix RG8_UINT
ReinUsesLisp
2020-07-13
1
-0
/
+1
*
video_core: Implement R8_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
*
video_core: Implement R8_SNORM render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
*
maxwell_to_vk: Reorder vertex formats and add A2B10G10R10 for all types except float
Morph
2020-06-28
1
-75
/
+69
*
maxwell_to_vk: Reorder filter cases and correct mipmap_filter=None
Morph
2020-06-18
1
-17
/
+15
*
maxwell_to_vk: Add R16UI image format
ReinUsesLisp
2020-06-02
1
-1
/
+1
*
maxwell_to_vk: Add format B8G8R8A8_SRGB
Morph
2020-05-18
1
-2
/
+2
*
Merge pull request #3839 from Morph1984/r8g8ui
Rodrigo Locatti
2020-05-09
1
-0
/
+1
|
\
|
*
texture: Implement R8G8UI
Morph
2020-04-30
1
-0
/
+1
*
|
Merge pull request #3842 from makigumo/maxwell_to_vk_vertexattribute_signed_int
bunnei
2020-05-09
1
-2
/
+14
|
\
\
|
*
|
maxwell_to_vk: implement missing signed int formats
Dan
2020-04-30
1
-2
/
+14
|
|
/
*
/
vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzle
ReinUsesLisp
2020-05-04
1
-0
/
+23
|
/
*
maxwell_to_vk: Add uint16 vertex formats
ReinUsesLisp
2020-04-15
1
-0
/
+8
*
maxwell_to_vk: Add missing breaks
ReinUsesLisp
2020-04-15
1
-0
/
+2
*
renderer_vulkan: Drop Vulkan-Hpp
ReinUsesLisp
2020-04-11
1
-260
/
+263
*
maxwell_to_vk: implement signedscaled vertex formats
Dan
2020-03-27
1
-0
/
+20
*
maxwell_to_vk: Sielence -Wswitch warning
ReinUsesLisp
2020-03-19
1
-0
/
+2
*
Merge pull request #3519 from ReinUsesLisp/int-formats
Mat M
2020-03-17
1
-0
/
+4
|
\
|
*
maxwell_to_vk: Implement RG32 and RGB32 integer vertex formats
ReinUsesLisp
2020-03-15
1
-0
/
+4
*
|
Merge pull request #3501 from ReinUsesLisp/rgba16-snorm
Rodrigo Locatti
2020-03-16
1
-0
/
+1
|
\
\
|
*
|
video_core: Implement RGBA16_SNORM
ReinUsesLisp
2020-03-13
1
-0
/
+1
|
|
/
*
|
fix formatting
makigumo
2020-03-13
1
-1
/
+1
*
|
maxwell_to_vk: add vertex format eA2B10G10R10UnormPack32
makigumo
2020-03-13
1
-1
/
+3
|
/
*
Merge pull request #3301 from ReinUsesLisp/state-tracker
Rodrigo Locatti
2020-03-09
1
-7
/
+7
|
\
|
*
maxwell_3d: Flatten cull and front face registers
ReinUsesLisp
2020-02-28
1
-7
/
+7
*
|
maxwell_to_vk: Remove Storage capability for A1B5G5R5U
ReinUsesLisp
2020-03-06
1
-1
/
+1
*
|
Merge pull request #3455 from ReinUsesLisp/attr-scaled
bunnei
2020-03-04
1
-0
/
+14
|
\
\
|
|
/
|
/
|
|
*
video_core: Implement more scaler attribute formats
ReinUsesLisp
2020-02-24
1
-0
/
+14
*
|
Merge pull request #3417 from ReinUsesLisp/r32i
bunnei
2020-02-25
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
texture: Implement R32I
ReinUsesLisp
2020-02-15
1
-0
/
+1
*
|
add vertex UnsignedInt size RGBA
Nguyen Dac Nam
2020-02-18
1
-0
/
+2
*
|
vulkan: add DXT23_SRGB
Nguyen Dac Nam
2020-02-18
1
-1
/
+1
|
/
*
maxwell_to_vk: Implement GL_CLAMP hacking Nvidia's driver
ReinUsesLisp
2020-01-10
1
-2
/
+7
*
maxwell_to_vk: Improve image format table and add more formats
ReinUsesLisp
2019-12-13
1
-86
/
+120
*
maxwell_to_vk: Implement more vertex formats
ReinUsesLisp
2019-12-13
1
-7
/
+81
*
maxwell_to_vk: Implement more primitive topologies
ReinUsesLisp
2019-12-13
1
-1
/
+9
*
maxwell_to_vk: Approach GL_CLAMP closer to the GL spec
ReinUsesLisp
2019-12-13
1
-5
/
+11
*
maxwell_to_vk: Use VK_EXT_index_type_uint8 when available
ReinUsesLisp
2019-12-13
1
-3
/
+6
*
video_core: Unify ProgramType and ShaderStage into ShaderType
ReinUsesLisp
2019-11-23
1
-6
/
+8
*
texture_cache: Drop abstracted ComponentType
ReinUsesLisp
2019-11-14
1
-72
/
+70
*
video_core: Implement RGBX16F PixelFormat
FearlessTobi
2019-09-22
1
-0
/
+1
*
maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap mode
ReinUsesLisp
2019-05-30
1
-1
/
+1
*
video_core: Silent -Wswitch warnings
ReinUsesLisp
2019-04-18
1
-4
/
+6
*
maxwell_to_vk: Initial implementation
ReinUsesLisp
2019-03-04
1
-0
/
+483