summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-02-02added 'Hide empty rooms' toggle to lobbyLuke Sawczak
fixed typo fixed typo fixed typo clang
2023-02-01Merge pull request #9708 from ameerj/gl-context-flushliamwhite
gl_shader_cache: Force context flush when loading disk shader cache
2023-02-01Merge pull request #9703 from ameerj/txq-msliamwhite
shaders: Fix TXQ with MSAA textures
2023-02-01Merge pull request #9696 from german77/please_forgive_me_for_this_sinbunnei
input_common: Implement turbo buttons
2023-02-01yuzu: config: Draw turbo buttons with a different colorgerman77
2023-02-01input_common: Implement turbo buttonsgerman77
2023-01-31Merge pull request #9697 from liamwhite/kcapbunnei
kernel: add KCapabilities
2023-01-30Merge pull request #9508 from ameerj/hle-ipc-buffer-spanbunnei
hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
2023-01-30Merge pull request #9701 from german77/common_protocolliamwhite
input_common: joycon: Remove Magic numbers from common protocol
2023-01-30Merge pull request #9631 from vonchenplus/vulkan_clearliamwhite
video_core: Implement vulkan clear specified channel
2023-01-29kernel: add KCapabilitiesLiam
2023-01-29gl_compute_pipeline: Force context flush when loading shader cacheameerj
2023-01-29input_common: joycon: Remove Magic numbers from common protocolNarr the Reg
2023-01-29gl_graphics_pipeline: Force context flush when loading shader cacheameerj
2023-01-29input_common: joycon: Fill missing enum dataNarr the Reg
2023-01-29Move to Clang Format 15Levi Behunin
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
2023-01-29spirv: Fix TXQ with MSAA texturesameerj
2023-01-29emit_glasm_image: Fix TXQ with MSAA texturesameerj
2023-01-29emit_glsl_image: Implement TXQ with MSAA texturesameerj
Also fixes for texture buffers, which do not have mips eithers.
2023-01-29Merge pull request #9699 from ameerj/texture-pass-descliamwhite
texture_pass: Fix texture descriptors comparisons
2023-01-29Merge pull request #9698 from ameerj/texture-pass-handleliamwhite
texture_pass: Refactor texture handle retrieval
2023-01-29Merge pull request #9694 from ameerj/txq-mipsliamwhite
shader_recompiler: TXQ: Skip QueryLevels when possible
2023-01-29Merge pull request #9684 from liamwhite/read-the-specliamwhite
polyfill_thread: satisfy execution ordering requirements of stop_callback
2023-01-29Merge pull request #9689 from german77/joycon-calibrationbunnei
input_common: joycon: Remove magic numbers from calibration protocol
2023-01-28Merge pull request #9691 from ameerj/msaa-texcachebunnei
texture_cache: Fix tracking of MSAA image views
2023-01-28Merge pull request #9690 from german77/whoopsliamwhite
yuzu: config: Avoid reading deleted object
2023-01-28texture_pass: Fix texture descriptors comparisonsameerj
2023-01-28texture_pass: Refactor texture handle retrievalameerj
2023-01-28Merge pull request #9687 from ameerj/ogl-shader-msbunnei
glasm, glsl: Implement multisampled Image Fetch
2023-01-28Merge pull request #9682 from ameerj/shader-s32bunnei
shader_recompiler: Remove S32 IR type
2023-01-28shader_recompiler: TXQ: Skip QueryLevels when possibleameerj
2023-01-28emit_glsl_image: Fix ImageFetch for MSAA texturesameerj
2023-01-28yuzu: config: Avoid reading deleted objectNarr the Reg
2023-01-28Merge pull request #9661 from SoRadGaming/LDNhostnameSupportliamwhite
LDN hostname support in direct connect
2023-01-28LDN Hostname Support in Direct ConnectSoRadGaming
- Added IPv6 & Namespace support in direct connection Regex - Updated Tooltip for Direct Connect UI - Removed Dropdown Connection Type in Direct Connect
2023-01-28texture_cache: Adjust image view sizes by MSAA samplesameerj
2023-01-28video_core: Implement vulkan clear specified channelFengChen
2023-01-27polyfill_thread: satisfy execution ordering requirements of stop_callbackLiam
2023-01-27Merge pull request #9677 from Morph1984/sleep-onebunnei
polyfill_thread: Implement StoppableTimedWait
2023-01-27input_common: joycon: Replace ReadSPI vector with spanNarr the Reg
2023-01-27Merge pull request #9539 from Wollnashorn/opengl-fsrliamwhite
video_core/opengl: Added FSR upscaling filter to the OpenGL renderer
2023-01-27input_common: joycon: Remove magic numbers from calibration protocolNarr the Reg
2023-01-27Merge pull request #9666 from liamwhite/wait-for-mebunnei
kernel: fix incorrect locking order in suspension
2023-01-27glasm: Add MS sampler typesameerj
2023-01-27glsl: Add MS sampler typesameerj
2023-01-26kernel: unbreak min/max template deduction on Apple ClangLiam
2023-01-26video_core/opengl: Add FSR upscaling filter to the OpenGL rendererWollnashorn
2023-01-26Merge pull request #9683 from german77/high_power_joyconbunnei
input_common: Implement SetLowPowerMode and TriggersElapsed
2023-01-26input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon ↵Narr the Reg
driver
2023-01-25Merge pull request #9670 from ↵bunnei
merryhime/revert-af5ecb0b15d4449f58434e70eed835cf71fc5527 Revert "MemoryManager: use fastmem directly."