11342 Commits (d9f6715d459630d165537c19e48cc2ddd54b294b)
 

Author SHA1 Message Date
bunnei 2392e146b0
Merge pull request #2244 from bunnei/gpu-mem-refactor 7 years ago
bunnei bf41132aa9
Merge pull request #2243 from bunnei/mem-simplify-cache 7 years ago
bunnei 059465d496
Merge pull request #2129 from FernandoS27/cntpct 7 years ago
Lioncash 64444ff481 ipc_helpers: Allow pushing and popping floating-point values 7 years ago
Lioncash f71c598907 common/thread_queue_list: Remove unnecessary dependency on boost 7 years ago
Lioncash 6abc56672c externals: Update opus to latest master 7 years ago
Lioncash 99f982dce2 kernel/thread: Actually remove the definition of ExitCurrentThread() 7 years ago
bunnei 29c242721a
Merge pull request #2241 from lioncash/compile-flags 7 years ago
bunnei bdf2da4ee8
Merge pull request #2242 from lioncash/thread-fn 7 years ago
bunnei 10118c71e0 memory: Simplify rasterizer cache operations. 7 years ago
bunnei 574e89d924 video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
bunnei 47b622825c
Merge pull request #2237 from bunnei/cache-host-addr 7 years ago
Lioncash 51d7f6bffc kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread 7 years ago
Lioncash c892cf01fa kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface 7 years ago
Lioncash db47d7e471 kernel/thread: Expand documentation of nominal_priority and current_priority 7 years ago
Lioncash e0d1f11968 kernel/thread: Make bracing consistent within UpdatePriority() 7 years ago
Lioncash 39483b92b7 kernel/thread: Amend condition within UpdatePriority() 7 years ago
Lioncash 0b78cfcc53 kernel/thread: Maintain priority ordering of added mutex waiting threads 7 years ago
Adityarup Laha 57a4a2ae0f yuzu: Make hotkeys configurable via the GUI 7 years ago
bunnei 06ac6460d3
Merge pull request #2048 from FearlessTobi/port-3924 7 years ago
Lioncash e5b004e903 CMakeLists: Remove now-unnecessary GCC special-casing 7 years ago
Dimitri A 0e7ad1c367 gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651) 7 years ago
liushuyu 59f16f2e02 frontend: qt: fix a freeze where if you click on entry in the game list too fast, citra will hang 7 years ago
bunnei 2eaf6c41a4 gpu: Use host address for caching instead of guest address. 7 years ago
bunnei 84d3cdf7d7
Merge pull request #2233 from ReinUsesLisp/morton-cleanup 7 years ago
bunnei 6788ebffc8
Merge pull request #2229 from ReinUsesLisp/vk-sampler-cache 7 years ago
Lioncash d71cad6ed0 core/hle/kernel/mutex: Remove usages of global system accessors 7 years ago
Lioncash 555cd26ec2 core/hle/kernel: Make Mutex a per-process class. 7 years ago
bunnei 2d9546848e
Merge pull request #2230 from lioncash/global 7 years ago
bunnei 8bd17aa044
Merge pull request #2216 from ReinUsesLisp/rasterizer-system 7 years ago
bunnei 4e6c667586
Merge pull request #2227 from lioncash/override 7 years ago
ReinUsesLisp ffe2e50458 video_core/morton: Use enum to describe MortonCopyPixels128 mode 7 years ago
ReinUsesLisp 6ed6129b4f video_core/morton: Remove unused parameter in MortonSwizzle 7 years ago
ReinUsesLisp 9030a8259f video_core/morton: Remove clang-format off when it's not needed 7 years ago
ReinUsesLisp fdf76a25ab video_core/morton: Remove unused functions 7 years ago
bunnei e7850a7f11
Merge pull request #2226 from lioncash/private 7 years ago
bunnei c1ea6a39a0
Merge pull request #2223 from lioncash/error 7 years ago
bunnei 0a923b4ab3
Merge pull request #2187 from FearlessTobi/port-sdl-things 7 years ago
bunnei e8a21f5276
Merge pull request #2166 from lioncash/vi-init-service 7 years ago
bunnei 71c4e876ef
Merge pull request #2231 from ReinUsesLisp/fixup-bias 7 years ago
Lioncash 5379063108 core/hle/kernel/svc: Implement svcUnmapTransferMemory 7 years ago
Lioncash 567134f874 core/hle/kernel/svc: Implement svcMapTransferMemory 7 years ago
Lioncash cb198d7985 core/hle/kernel: Split transfer memory handling out into its own class 7 years ago
ReinUsesLisp a63295a872 video_core/texture: Fix up sampler lod bias 7 years ago
Mat M a3734d7e31
vk_sampler_cache: Use operator== instead of memcmp 7 years ago
ReinUsesLisp aa59d77c3b vk_sampler_cache: Implement a sampler cache 7 years ago
Lioncash 6eddb60db0 kernel/process: Remove use of global system accessors 7 years ago
bunnei 3bfd199497
Merge pull request #2211 from lioncash/arbiter 7 years ago
bunnei 0f6dd7b64e
Merge pull request #2222 from lioncash/cstr 7 years ago
ReinUsesLisp 8ebeb9ade2 video_core/texture: Add a raw representation of TSCEntry 7 years ago