Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-05 | Remove fake vertex bindings when dynamic state is enabled | Kelebek1 | |
2023-02-03 | Merge pull request #9717 from german77/less_is_better | bunnei | |
input_common: Simplify stick from button | |||
2023-02-03 | fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard | ameerj | |
2023-02-03 | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | ameerj | |
This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363. | |||
2023-02-02 | Merge pull request #9713 from unfamiliarplace/master | Mai | |
Added 'Hide empty rooms' toggle to lobby | |||
2023-02-02 | Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span | bunnei | |
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" | |||
2023-02-02 | Merge pull request #9704 from liamwhite/das | bunnei | |
kernel: add KDeviceAddressSpace | |||
2023-02-02 | added 'Hide empty rooms' toggle to lobby | Luke Sawczak | |
fixed typo fixed typo fixed typo clang | |||
2023-02-02 | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ↵ | liamwhite | |
ReadBuffer" | |||
2023-02-02 | input_common: Simplify stick from button | Narr the Reg | |
2023-02-01 | Merge pull request #9708 from ameerj/gl-context-flush | liamwhite | |
gl_shader_cache: Force context flush when loading disk shader cache | |||
2023-02-01 | Merge pull request #9703 from ameerj/txq-ms | liamwhite | |
shaders: Fix TXQ with MSAA textures | |||
2023-02-01 | kernel: add KDeviceAddressSpace | Liam | |
2023-02-01 | Merge pull request #9696 from german77/please_forgive_me_for_this_sin | bunnei | |
input_common: Implement turbo buttons | |||
2023-02-01 | yuzu: config: Draw turbo buttons with a different color | german77 | |
2023-02-01 | input_common: Implement turbo buttons | german77 | |
2023-01-31 | Merge pull request #9697 from liamwhite/kcap | bunnei | |
kernel: add KCapabilities | |||
2023-01-30 | Merge pull request #9508 from ameerj/hle-ipc-buffer-span | bunnei | |
hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer | |||
2023-01-30 | Merge pull request #9701 from german77/common_protocol | liamwhite | |
input_common: joycon: Remove Magic numbers from common protocol | |||
2023-01-30 | Merge pull request #9631 from vonchenplus/vulkan_clear | liamwhite | |
video_core: Implement vulkan clear specified channel | |||
2023-01-29 | kernel: add KCapabilities | Liam | |
2023-01-29 | gl_compute_pipeline: Force context flush when loading shader cache | ameerj | |
2023-01-29 | input_common: joycon: Remove Magic numbers from common protocol | Narr the Reg | |
2023-01-29 | gl_graphics_pipeline: Force context flush when loading shader cache | ameerj | |
2023-01-29 | input_common: joycon: Fill missing enum data | Narr the Reg | |
2023-01-29 | Move to Clang Format 15 | Levi Behunin | |
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run | |||
2023-01-29 | spirv: Fix TXQ with MSAA textures | ameerj | |
2023-01-29 | emit_glasm_image: Fix TXQ with MSAA textures | ameerj | |
2023-01-29 | emit_glsl_image: Implement TXQ with MSAA textures | ameerj | |
Also fixes for texture buffers, which do not have mips eithers. | |||
2023-01-29 | Merge pull request #9699 from ameerj/texture-pass-desc | liamwhite | |
texture_pass: Fix texture descriptors comparisons | |||
2023-01-29 | Merge pull request #9698 from ameerj/texture-pass-handle | liamwhite | |
texture_pass: Refactor texture handle retrieval | |||
2023-01-29 | Merge pull request #9694 from ameerj/txq-mips | liamwhite | |
shader_recompiler: TXQ: Skip QueryLevels when possible | |||
2023-01-29 | Merge pull request #9684 from liamwhite/read-the-spec | liamwhite | |
polyfill_thread: satisfy execution ordering requirements of stop_callback | |||
2023-01-29 | Merge pull request #9689 from german77/joycon-calibration | bunnei | |
input_common: joycon: Remove magic numbers from calibration protocol | |||
2023-01-28 | Merge pull request #9691 from ameerj/msaa-texcache | bunnei | |
texture_cache: Fix tracking of MSAA image views | |||
2023-01-28 | Merge pull request #9690 from german77/whoops | liamwhite | |
yuzu: config: Avoid reading deleted object | |||
2023-01-28 | texture_pass: Fix texture descriptors comparisons | ameerj | |
2023-01-28 | texture_pass: Refactor texture handle retrieval | ameerj | |
2023-01-28 | Merge pull request #9687 from ameerj/ogl-shader-ms | bunnei | |
glasm, glsl: Implement multisampled Image Fetch | |||
2023-01-28 | Merge pull request #9682 from ameerj/shader-s32 | bunnei | |
shader_recompiler: Remove S32 IR type | |||
2023-01-28 | shader_recompiler: TXQ: Skip QueryLevels when possible | ameerj | |
2023-01-28 | emit_glsl_image: Fix ImageFetch for MSAA textures | ameerj | |
2023-01-28 | yuzu: config: Avoid reading deleted object | Narr the Reg | |
2023-01-28 | Merge pull request #9661 from SoRadGaming/LDNhostnameSupport | liamwhite | |
LDN hostname support in direct connect | |||
2023-01-28 | LDN Hostname Support in Direct Connect | SoRadGaming | |
- Added IPv6 & Namespace support in direct connection Regex - Updated Tooltip for Direct Connect UI - Removed Dropdown Connection Type in Direct Connect | |||
2023-01-28 | texture_cache: Adjust image view sizes by MSAA samples | ameerj | |
2023-01-28 | video_core: Implement vulkan clear specified channel | FengChen | |
2023-01-27 | polyfill_thread: satisfy execution ordering requirements of stop_callback | Liam | |
2023-01-27 | Merge pull request #9677 from Morph1984/sleep-one | bunnei | |
polyfill_thread: Implement StoppableTimedWait | |||
2023-01-27 | input_common: joycon: Replace ReadSPI vector with span | Narr the Reg | |