- 02 Apr, 2020 1 commit
-
-
ReinUsesLisp authored
Credits go to gdkchan and Ryujinx. The pull request used for this can be found here: https://github.com/Ryujinx/Ryujinx/pull/1082 yuzu was already using the header for interpolation, but it was missing the FragCoord.w multiplication described in the linked pull request. This commit finally removes the FragCoord.w == 1.0f hack from the shader decompiler. While we are at it, this commit renames some enumerations to match Nvidia's documentation (linked below) and fixes component declaration order in the shader program header (z and w were swapped). https://github.com/NVIDIA/open-gpu-doc/blob/master/Shader-Program-Header/Shader-Program-Header.html
-
- 01 Apr, 2020 12 commits
-
-
Rodrigo Locatti authored
renderer_vulkan/wrapper: Add a Vulkan wrapper (part 2 of 2)
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- 31 Mar, 2020 7 commits
-
-
Morph authored
capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571) * Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback
-
Fernando Sahmkow authored
shader/conversion: Fix F2F rounding operations with different sizes
-
Fernando Sahmkow authored
shader/lea: Fix LEA implementation
-
Rodrigo Locatti authored
shader_decode: Implement partial ATOM/ATOMS instr
-
Nguyen Dac Nam authored
-
Nguyen Dac Nam authored
-
Rodrigo Locatti authored
renderer_vulkan/wrapper: Add a Vulkan wrapper (part 1 of 2)
-
- 30 Mar, 2020 12 commits
-
-
bunnei authored
gl_rasterizer: Synchronize stencil testing on clears
-
namkazy authored
-
namkazy authored
-
namkazy authored
-
namkazy authored
-
Nguyen Dac Nam authored
-
namkazy authored
-
Nguyen Dac Nam authored
-
Nguyen Dac Nam authored
-
Nguyen Dac Nam authored
-
Nguyen Dac Nam authored
-
Nguyen Dac Nam authored
-
- 29 Mar, 2020 2 commits
- 28 Mar, 2020 6 commits
-
-
bunnei authored
am: Implement VR related APIs
-
bunnei authored
services: hid: Stub InitializeSevenSixAxisSensor.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
bunnei authored
Port citra-emu/citra#5089: "Set render window's focus policy to Qt::StrongFocus"
-
bunnei authored
Port citra-emu/citra#4906: "citra_qt: fix the stuck in fullscreen mode"
-