17581 Commits (2d4bbd83e6f29850558fc6d741a93b5bf0d9bbb9)

Author SHA1 Message Date
ReinUsesLisp 16cb00c521 shader: Add pools and rename files 5 years ago
ReinUsesLisp be94ee88d2 shader: Make typed IR 5 years ago
ReinUsesLisp dc04a50ac2 shader: Remove illegal character in SSA pass 5 years ago
ReinUsesLisp e81739493a shader: Constant propagation and global memory to storage buffer 5 years ago
ReinUsesLisp d24a16045f shader: Initial instruction support 5 years ago
ReinUsesLisp 6c4cc0cd06 shader: SSA and dominance 5 years ago
ReinUsesLisp 2d48a7b4d0 shader: Initial recompiler work 5 years ago
ameerj 75059c46d6 thread_worker: Fix compile time error 5 years ago
lat9nq 9befe7047b yuzu_cmd: Make use of fullscreen_mode setting 5 years ago
san 583a10fded
yuzu-cmd: Fullscreen Improvements (#6656) 5 years ago
bunnei 346bfb6c47 hle: service: kernel_helpers: Remove unnecessary pragma once. 5 years ago
bunnei f3db3dcc8d hle: kernel: svc: Remove part of ExitProcess. 5 years ago
bunnei 185b19fd5b hle: service: nvdrv: Remove unused kernel reference. 5 years ago
bunnei 6c6e730e9a hle: service: hid: npad: Remove unused kernel reference. 5 years ago
bunnei 52caa52cc2 hle: kernel: Track and release server sessions, and protect methods with locks. 5 years ago
bunnei 8d755147d8 hle: kernel: KProcess: Change process termination assert to a warning. 5 years ago
bunnei 854c7a3c28 hle: kernel: Ensure current running process is closed. 5 years ago
bunnei ecf3653444 hle: kernel: Ensure global handle table is finalized before closing. 5 years ago
bunnei 24540e0ad9 kernel: svc: ConnectToNamedPort: Close extra reference to port. 5 years ago
bunnei 7bd020e030 hle: service: sm: Refactor to better manage ports. 5 years ago
bunnei b119363fc2 hle: kernel: k_process: Close the handle table on shutdown. 5 years ago
bunnei 6020723e77 hle: kernel: k_process: Close main thread reference after it is inserted into handle table. 5 years ago
bunnei fe402d3506 hle: kernel: Ensure global handle table is initialized. 5 years ago
bunnei 015058fadf hle: service: Add a helper module for managing kernel objects. 5 years ago
bunnei 929994132a hle: kernel: Provide methods for tracking dangling kernel objects. 5 years ago
ReinUsesLisp a0c4557557 gl_buffer_cache: Use glClearNamedBufferSubData:GL_RED instead of GL_RGBA 5 years ago
ReinUsesLisp 6e2ca7fbee buffer_cache: Simplify clear logic 5 years ago
ReinUsesLisp ad189488b3 vk_texture_cache: Use VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL when possible 5 years ago
ReinUsesLisp 2e2d6cf5e5 gl_texture_cache: Workaround slow PBO downloads on radeonsi 5 years ago
Chloe Marcec 75e9d3b992 uuid: Directly compare UUID instead of checking per element 5 years ago
Fernando S 9a26d96c98
vk_buffer_cache: Fix quad index array with 0 vertices (#6627) 5 years ago
Nicolas Jallamion 6573ff64b4
input/sdl_impl: fix rumble support on DualSense. (#6683) 5 years ago
Morph 9b7e57f3f4 applet_controller: Add preliminary support for version 8 5 years ago
Morph 747a33a41e bootmanager: Create a dummy render widget 5 years ago
Feng Chen 07073734ed
file_sys: Support load game collection (#6582) 5 years ago
yzct12345 03a7131563
Update src/video_core/renderer_vulkan/vk_texture_cache.cpp 5 years ago
yzct12345 b727b6784f
Update src/video_core/renderer_vulkan/vk_texture_cache.cpp 5 years ago
yzct12345 9e7f41cec6
Ignore wrong blit format 5 years ago
ReinUsesLisp 29c39838fe vk_texture_cache: Finalize renderpass when downloading images 5 years ago
ReinUsesLisp 7850dd0a76 vk_compute_pass: Fix pipeline barriers on non-initialized ASTC images 5 years ago
ReinUsesLisp a3ce26ae01 vk_compute_pass: Fix ASTC buffer setup synchronization 5 years ago
ReinUsesLisp 6d9f347e22 texture_cache/util: Fix size calculations of multisampled images 5 years ago
ReinUsesLisp cb08e5bdd2 texture_cache: Always prepare image views on render targets 5 years ago
german77 2c339a5114 configure/ui: Add sliders for trigger buttons 5 years ago
german77 14d5202da6 input_common: Fix mouse panning behaivour 5 years ago
lat9nq f785933125 sdl_impl, emu_window: Remove clang ignore 5 years ago
lat9nq 0e6ba0cd0d emu_window_sdl2_vk: Specify the window manager if it should be supported 5 years ago
lat9nq d3748cad73 emu_window_sdl2_vk: Use the generated SDL config 5 years ago
Morph b804f77fa5 configure_audio: Fix volume clamping to 0 5 years ago
lat9nq 15ed73a6eb yuzu_cmd: Add missing or update current settings 5 years ago