- 12 Apr, 2020 4 commits
-
-
Fernando Sahmkow authored
shader/video: Partially implement VMNMX
-
Mat M authored
video_core: Add MSAA registers in 3D engine and TIC
-
ReinUsesLisp authored
Implements the common usages for VMNMX. Inputs with a different size than 32 bits are not supported and sign mismatches aren't supported either. VMNMX works as follows: It grabs Ra and Rb and applies a maximum/minimum on them (this is defined by .MX), having in mind the input sign. This result can then be saturated. After the intermediate result is calculated, it applies another operation on it using Rc. These operations are merges, accumulations or another min/max pass. This instruction allows to implement with a more flexible approach GCN's min3 and max3 instructions (for instance).
-
ReinUsesLisp authored
This adds the registers used for multisampling. It doesn't implement anything for now.
-
- 11 Apr, 2020 3 commits
-
-
Rodrigo Locatti authored
Buffer queue: Correct behavior of free buffer.
-
bunnei authored
Port citra-emu/citra#4956: "Fixes to game list sorting"
-
bunnei authored
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
-
- 10 Apr, 2020 2 commits
-
-
Fernando Sahmkow authored
This corrects the behavior of free buffer after witnessing it in an unrelated hardware test. I haven't found any games affected by it but in name of better accuracy we'll correct such behavior.
-
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 4 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-