- 07 Apr, 2020 3 commits
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
enler authored
* fix LayeredFS error when loading some games made with the Unity
-
- 06 Apr, 2020 1 commit
-
-
Fernando Sahmkow authored
video_core: Use native ASTC when available
-
- 05 Apr, 2020 2 commits
-
-
Fernando Sahmkow authored
shader_decompiler: Remove FragCoord.w hack and change IPA implementation
-
Fernando Sahmkow authored
gl_rasterizer: Mark cleared textures as dirty
-
- 04 Apr, 2020 1 commit
-
-
Zach Hilman authored
This updates to the latest available toolchain for MSVC builds.
-
- 03 Apr, 2020 2 commits
-
-
bunnei authored
configuration: Reorder shoulder buttons
-
Fernando Sahmkow authored
services: ldr: Fix MemoryState for read/write regions of NROs.
-
- 02 Apr, 2020 4 commits
-
-
bunnei authored
shader/memory: Silence no return value warning
-
ReinUsesLisp authored
Silences a warning about control paths not all returning a value.
-
Rodrigo Locatti authored
Refactor Context management (Fixes renderdoc on opengl issues)
-
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 16 commits
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
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 8 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
-
ReinUsesLisp authored
Fixes a potential edge case where cleared textures read from the CPU were not flushed.
-
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 3 commits
-
-
bunnei authored
gl_rasterizer: Synchronize stencil testing on clears
-
James Rowe authored
-
namkazy authored
-