9986 Commits (daca045fcd6df9f2d6bcceffb8410de73770d85b)

Author SHA1 Message Date
Lioncash 872d480c60 yuzu/main: Make open_target a QString 7 years ago
Lioncash ba4e1adda1 yuzu/main: Use static variant of QFile's exists() 7 years ago
Lioncash 0e2f617abc common/lz4_compression: Remove #pragma once directive from the cpp file 7 years ago
Lioncash a973271b8c file_sys/control_metadata: Amend naming of members 7 years ago
Lioncash c39c8e6982 kernel/svc: Properly sanitize mutex address in WaitProcessWideKeyAtomic 7 years ago
ReinUsesLisp 78bd66d037 gl_state: Rework to enable individual applies 7 years ago
Lioncash ea8f633dc0 service/am: Correct behavior of CreateTransferMemoryStorage() 7 years ago
Lioncash 140cd5e209 kernel/transfer_memory: Add accessors to data and sizes 7 years ago
ReinUsesLisp 04979560fb shader_ir/memory: Reduce severity of LD_L cache management and log it 7 years ago
ReinUsesLisp 24abeb9a67 shader_ir/memory: Reduce severity of ST_L cache management and log it 7 years ago
ReinUsesLisp 06c1f75f21 gl_shader_decompiler: Return early when an operation is invalid 7 years ago
Lioncash 65ae1ac4e5 yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead of custom buttons 7 years ago
Lioncash a504bad3fb yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of custom buttons 7 years ago
Lioncash a074363a5d kernel/server_session: Provide a GetName() override 7 years ago
Lioncash 7ccb0b16cd kernel/object: Remove unused handle type entry 7 years ago
Lioncash 6b629f4816 yuzu/debugger/profiler: Remove unnecessary includes 7 years ago
ReinUsesLisp 576ad9a012 gl_sampler_cache: Port sampler cache to OpenGL 7 years ago
ReinUsesLisp c5047540c9 video_core: Abstract vk_sampler_cache into a templated class 7 years ago
Lioncash 28719ee3b4 kernel/svc: Implement svcGetThreadList 7 years ago
Lioncash cb2bce8006 kernel/svc: Implement svcGetProcessList 7 years ago
ReinUsesLisp 592a24ae53 process: Fix up compilation 7 years ago
bunnei 4555b63750 gpu_thread: Improve synchronization by using CoreTiming. 7 years ago
Lioncash 4366241739 kernel/thread: Make AllWaitObjectsReady() a const qualified member function 7 years ago
Lioncash 20cc0b8d3c kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const 7 years ago
Lioncash 2d70c30fb2 kernel/thread: Avoid sign conversion within GetCommandBufferAddress() 7 years ago
Lioncash 26d0381161 kernel/thread: Make parameter of GetWaitObjectIndex() const qualified 7 years ago
Lioncash d09e98f566 kernel/resource_limit: Remove the name member from resource limits 7 years ago
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
ReinUsesLisp 38658b38b4 gl_shader_decompiler: Hide local definitions inside an anonymous namespace 7 years ago
Mat M da02946f4f
shader_ir/decode: Silent implicit sign conversion warning 7 years ago
Lioncash 824b8e4086 kernel/scheduler: Remove unused parameter to AddThread() 7 years ago
Lioncash cb805f45ae kernel/scheduler: Use deduction guides on mutex locks 7 years ago
Lioncash 4b33a346ed service/fatal: Mark local variables as const where applicable 7 years ago
Lioncash 11505d3d9f service/fatal: Remove unnecessary semicolon 7 years ago
Lioncash cc737e5832 service/fatal: Name FatalInfo structure members 7 years ago
ReinUsesLisp e8abe4b77c gl_shader_decompiler: Add AOFFI backing implementation 7 years ago
ReinUsesLisp cb68ce7c2f shader_ir/decode: Implement AOFFI for TEX and TLD4 7 years ago
ReinUsesLisp cf4ecc1945 shader_ir: Implement immediate register tracking 7 years ago
Lioncash 108be41316 kernel/shared_memory: Remove unused core/memory.h include 7 years ago
Lioncash c6147a439d kernel/shared_memory: Sanitize supplied size when unmapping 7 years ago
Lioncash 394095438a common/thread: Remove unused functions 7 years ago
unknown b4857e326f common/zstd_compression: simplify decompression interface 7 years ago
unknown aa92da205e gl_shader_disk_cache: Fixup clang format 7 years ago
unknown 35ebbbc167 gl_shader_disk_cache: Use Zstandard for compression 7 years ago
unknown 72477731ed common/zstd_compression: Add Zstandard wrapper 7 years ago
unknown ca82589350 common: Link libzstd_static 7 years ago
unknown a05f94dcc8 Addressed feedback 7 years ago
unknown cec7da37b9 core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. 7 years ago
unknown 4fad477aeb gl_shader_disk_cache: Use LZ4HC with compression level 9 instead of compression level 12 for less compression time 7 years ago
unknown c791192d64 Addressed feedback 7 years ago