- 11 Apr, 2020 2 commits
-
-
ReinUsesLisp authored
preserve_contents was always true. We can't assume we don't have to preserve clears because scissored and color masked clears exist. This removes preserve_contents and assumes it as true at all times.
-
bunnei authored
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
-
- 10 Apr, 2020 1 commit
-
-
bunnei authored
yuzu/configuration: Fix input profiles and a wrong assert
-
- 09 Apr, 2020 4 commits
-
-
Fernando Sahmkow authored
qt/bootmanager: Remove unnecessary glBindFramebuffer
-
Fernando Sahmkow authored
video_core/texture: Use a LUT to convert sRGB texture borders
-
Rodrigo Locatti authored
Refactor all the GPU Caches to use VAddr for cache addressing
-
bunnei authored
video_core/shader: Add some instruction and S2R encodings
-
- 08 Apr, 2020 7 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
bunnei authored
configuration: Fix placement of SL and SR
-
Kewlan authored
-
bunnei authored
Port citra-emu/citra#5127: "common: Port some changes from dolphin"
-
- 07 Apr, 2020 16 commits
-
-
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.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
This is a reversed look up table extracted from https://gist.github.com/rygorous/2203834#file-gistfile1-cpp-L41-L62 that is used in https://github.com/devkitPro/deko3d/blob/04d4e9e587fa3dc5447b43d273bc45f440226e41/source/maxwell/tsc_generate.cpp#L38 Games usually bind 0xFD expecting a float texture border of 1.0f. The conversion previous to this commit was multiplying the uint8 sRGB texture border color by 255. This is close to 1.0f but when that difference matters, some graphical glitches appear. This look up table is manually changed in the edges, clamping towards 0.0f and 1.0f. While we are at it, move this logic to its own translation unit.
-
Zach Hilman authored
Log version and about section version fix
-
SilverBeamx authored
-
bunnei authored
Revert "Merge pull request #3499 from ReinUsesLisp/depth-2d-array"
-
SilverBeamx authored
-
SilverBeamx authored
Addressed feedback: removed CMake hack in favor of building the necessary strings via the supplied title format
-
ReinUsesLisp authored
Create Vulkan instances and surfaces from the Vulkan backend.
-
Rodrigo Locatti authored
shader: implement SULD.D bits32/64
-
SilverBeamx authored
-
Nguyen Dac Nam authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
Nguyen Dac Nam authored
Co-Authored-By: Rodrigo Locatti <reinuseslisp@airmail.cc>
-
enler authored
* fix LayeredFS error when loading some games made with the Unity
-
- 06 Apr, 2020 10 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
video_core: Use native ASTC when available
-
namkazy authored
-
namkazy authored
-
namkazy authored
-