summaryrefslogtreecommitdiff
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-02-01Merge pull request #9711 from zhaobot/tx-update-20230201062139Mai
Update translations (2023-02-01)
2023-02-01Update translations (2023-02-01)The yuzu Community
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-29Merge pull request #9707 from german77/clang15Morph
cmake: Download clang format 15
2023-01-29cmake: Download clang format 15german77
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-29Merge pull request #9706 from Morph1984/github-tagged-mergeMorph
ci: Abort on failure to query Github's API
2023-01-29apply-patches-by-label: Remove unused variables and importsMorph
2023-01-29apply-patches-by-label: Use python f-stringsMorph
2023-01-29ci: Abort on failure to query Github's APIMorph
This raises an exception if the GET request to Github's API returns anything other than 200 OK, ensuring we always have successful merges of tagged PRs. Also, reduces the number of queried pages from 29 to 9 to reduce the number of requests.
2023-01-29Merge pull request #9705 from behunin/patch-1Morph
Move to Clang Format 15
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