- 29 Jan, 2023 8 commits
-
-
liamwhite authored
texture_pass: Refactor texture handle retrieval
-
liamwhite authored
shader_recompiler: TXQ: Skip QueryLevels when possible
-
liamwhite authored
polyfill_thread: satisfy execution ordering requirements of stop_callback
-
bunnei authored
input_common: joycon: Remove magic numbers from calibration protocol
-
bunnei authored
texture_cache: Fix tracking of MSAA image views
-
liamwhite authored
yuzu: config: Avoid reading deleted object
-
ameerj authored
-
bunnei authored
glasm, glsl: Implement multisampled Image Fetch
-
- 28 Jan, 2023 11 commits
-
-
bunnei authored
shader_recompiler: Remove S32 IR type
-
ameerj authored
-
ameerj authored
-
Narr the Reg authored
-
liamwhite authored
LDN hostname support in direct connect
-
SoRadGaming authored
- Added IPv6 & Namespace support in direct connection Regex - Updated Tooltip for Direct Connect UI - Removed Dropdown Connection Type in Direct Connect
-
ameerj authored
-
Liam authored
-
bunnei authored
polyfill_thread: Implement StoppableTimedWait
-
Narr the Reg authored
-
liamwhite authored
video_core/opengl: Added FSR upscaling filter to the OpenGL renderer
-
- 27 Jan, 2023 5 commits
-
-
Narr the Reg authored
-
bunnei authored
kernel: fix incorrect locking order in suspension
-
ameerj authored
-
ameerj authored
-
Mai authored
kernel: unbreak min/max template deduction on Apple Clang
-
- 26 Jan, 2023 9 commits
-
-
Liam authored
-
Wollnashorn authored
-
bunnei authored
input_common: Implement SetLowPowerMode and TriggersElapsed
-
Narr the Reg authored
-
bunnei authored
Revert "MemoryManager: use fastmem directly."
-
bunnei authored
spirv: fix multisampled image fetch
-
bunnei authored
kernel: KPageTable: update
-
ameerj authored
The frontend IR opcodes do not distinguish between signed and unsigned integer types. Fixes broken shaders when IR validation/graphics debugging is enabled for shaders that used BitCastS32F32
-
Morph authored
main: Only set AA_DisableWindowContextHelpButton below Qt6
-
- 25 Jan, 2023 7 commits
-
-
Morph authored
This is fortunately disabled by default on Qt6, so we just have to check whether we are compiling with Qt6 or not.
-
liamwhite authored
default_ini: Split and concatenate the config string literal
-
liamwhite authored
main: Globally disable the "?" button on dialogs
-
liamwhite authored
Revert #9617 and fix it on input_common
-
Morph authored
-
Morph authored
StoppableTimedWait allows for a timed wait to be stopped immediately after a stop is requested. This is useful in cases where long duration thread sleeps are needed and allows for immediate joining of waiting threads after a stop is requested. Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com>
-
Narr the Reg authored
input_common: unbreak build with libc++ (missing std::ranges::find_if)
-