- Apr 07, 2020
-
-
ReinUsesLisp authored
Presentation context always has GL_DRAW_FRAMEBUFFER_BINDING as zero. There is no need to bind the default framebuffer constantly. According to Nsight this was using ~0.7ms per frame and it broke renderdoc captures.
-
enler authored
* fix LayeredFS error when loading some games made with the Unity
-
- Apr 02, 2020
-
-
ReinUsesLisp authored
Silences a warning about control paths not all returning a value.
-
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
-
- Apr 01, 2020
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- Mar 31, 2020
-
-
Morph authored
capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571) * Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback
-
ReinUsesLisp authored
Fixes a potential edge case where cleared textures read from the CPU were not flushed.
-
Nguyen Dac Nam authored
-
Nguyen Dac Nam authored
-
- Mar 30, 2020
-
-
James Rowe authored
-
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
-
- Mar 29, 2020
-
-
Kewlan authored
-
- Mar 28, 2020
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
FearlessTobi authored
Co-Authored-By:
Valentin Vanelslande <vvanelslandedev@gmail.com>
-
- Mar 27, 2020
-
-
ReinUsesLisp authored
They were swapped.
-