- Mar 08, 2020
-
-
bunnei authored
textures: Fix anisotropy hack
-
ReinUsesLisp authored
Previous code could generate an anisotropy value way higher than x16.
-
bunnei authored
frontend/Graphics: Add "Advanced" graphics tab and experimental Anisotropic Filtering support
-
bunnei authored
maxwell_to_vk: Remove Storage capability for A1B5G5R5U
-
- Mar 06, 2020
-
-
ReinUsesLisp authored
-
bunnei authored
vk_swapchain: Silence TOCTOU race condition
-
- Mar 05, 2020
- Mar 04, 2020
-
-
James Rowe authored
-
bunnei authored
video_core: Implement more scaled attribute formats
-
James Rowe authored
When the default file is read in, the settings default value is only used when the key is missing. As it was, the key existed, but the value was empty string causing it to accept that as a value to pass into the core
-
James Rowe authored
-
- Mar 03, 2020
- Mar 02, 2020
-
-
bunnei authored
Port citra-emu/citra#5097: "Update README.md"
-
- Mar 01, 2020
-
-
Tobias authored
-
- Feb 29, 2020
-
-
Nguyen Dac Nam authored
-
- Feb 28, 2020
-
-
bunnei authored
audio_core: interpolate: Improvements to fix audio crackling.
-
bunnei authored
renderer_opengl: Fix SRGB presentation frame tracking.
-
https://github.com/namkazt/yuzunamkazy authored
-
bunnei authored
- Fixes SRGB in Super Smash Bros. Ultimate.
-
Nguyen Dac Nam authored
-
Nguyen Dac Nam authored
It fixed opcode LD, LDG on Pokemon Sword that can't find the constant buffer. Not sure if it helps any on visual.
-
Morph authored
-
bunnei authored
Port citra-emu/citra#4940: "Split Presentation thread from Render thread"
-
bunnei authored
-
- Feb 27, 2020
-
-
Morph authored
* Stub SetLcdBacklighOffEnabled Used by Super Smash Bros. Ultimate We require backlight services to be implemented to turn on/off the backlight. * Address feedback
-
Nguyen Dac Nam authored
* shader: add FmulPostFactor LUT table * shader: FMUL apply LUT * Update src/video_core/engines/shader_bytecode.h Co-Authored-By:
Mat M. <mathew1800@gmail.com> * nit: mistype * clang-format & add missing import * shader: remove post factor LUT. * shader: move post factor LUT to function and fix incorrect order. * clang-format * shader: FMUL: add static to post factor LUT * nit: typo Co-authored-by:
Mat M. <mathew1800@gmail.com>
-
- Feb 26, 2020
-
-
bunnei authored
-
bunnei authored
-
ReinUsesLisp authored
It's possible that the window is resized from the moment we ask for its size to the moment a swapchain is created, causing validation issues. To workaround this Vulkan issue request the capabilities again just before creating the swapchain, making the race condition less likely.
-
Fernando Sahmkow authored
This was a bug inherited from citra which was fixed by then at some time. This commit corrects such bug and ensures JITs are correctly recycled.
-
bunnei authored
shader: implement LOP3 fast replace for old function
-
bunnei authored
InputCommon: analog_from_button get direction implementation
-
bunnei authored
-