15262 Commits (954384a84af4ff6388f729432a4fa2ac67b37694)

Author SHA1 Message Date
bunnei 954384a84a common: Add implementation of TinyMT (Mersenne Twister RNG). 5 years ago
bunnei c51da1b0d5 hle: kernel: Add KSpinLock implementation. 5 years ago
bunnei a706a6a08e core: memory: Add templated GetPointer methods. 5 years ago
bunnei c5df99ea2f common: alignment: Add DivideUp utility method. 5 years ago
bunnei f8d8755776 hle: kernel: Rename SharedMemory to KSharedMemory. 5 years ago
Morph ebf4986174 Revert "Port citra-emu/citra#5123: "SDL: Disable hidapi drivers due to compatibility problems with certain controllers"" 5 years ago
ReinUsesLisp a02cc7e039 common/cityhash: Use common types 5 years ago
ReinUsesLisp 58ed3fa9f5 tests: Add tests for CityHash 5 years ago
ReinUsesLisp 76e2d40963 vk_rasterizer: Fix loading shader addresses twice 5 years ago
bunnei 1c8d749458 core: core_timing_util: Optimize core timing math. 5 years ago
bunnei a8fbe6493e common: wall_clock: Optimize GetClockCycles/GetCPUCycles to use a single MUL instruction. 5 years ago
bunnei e6f71e15a1 common: Merge uint128 to a single header file with inlines. 5 years ago
Morph 57738090f7 core/CMakeLists: Add web_types.h 5 years ago
lat9nq fb1090fb78 debugger: controller: Add access key 5 years ago
bunnei fddde225c5 yuzu: Various frontend improvements to avoid crashes and improve experience on Linux. 5 years ago
bunnei b950e28dfa hle: service: ldn: IUserLocalCommunicationService: Improve the stub. 5 years ago
german 47f0b00c9d Improve mouse panning 5 years ago
bunnei 5fc36d40f8 hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disabled. 5 years ago
bunnei 909c60e51e hle: service: am: IStorageAccessor: Fix out of bounds error handling. 5 years ago
ReinUsesLisp ec1854363e vk_resource_pool: Load GPU tick once and compare with it 5 years ago
ReinUsesLisp 261380d2b6 fixed_pipeline_cache: Use dirty flags to lazily update key 5 years ago
ameerj c18cef2a9b gl_texture_cache: Lazily create non-sRGB texture views for sRGB formats 5 years ago
ameerj 01dec35df3 rebase, fix name shadowing, more const 5 years ago
ameerj c0ccf9eac5 Address PR feedback 5 years ago
ameerj 427eca063d streamline cdma_pusher/command_classes 5 years ago
ameerj e97cd00753 streamline cdma_pusher/command_classes 5 years ago
ameerj be6c487b4e nvdec cleanup 5 years ago
ReinUsesLisp 898de871a9 vk_master_semaphore: Mark gpu_tick atomic operations with relaxed order 5 years ago
ReinUsesLisp 6f5d45aecc vk_staging_buffer_pool: Inline tick tests 5 years ago
ReinUsesLisp 2f40ef90c5 gl_stream_buffer/vk_staging_buffer_pool: Fix size check 5 years ago
ReinUsesLisp bf10ce380b vulkan_device: Require VK_EXT_robustness2 5 years ago
ReinUsesLisp 7f4f760938 config: Make high GPU accuracy the default 5 years ago
ReinUsesLisp 3f190b946c video_core: Fix clang build issues 5 years ago
ReinUsesLisp 50d8c1eb35 vk_staging_buffer_pool: Fix softlock when stream buffer overflows 5 years ago
ReinUsesLisp 0cc70777ca vk_buffer_cache: Add support for null index buffers 5 years ago
ReinUsesLisp 8e14700d9c buffer_cache: Add extra bytes to guest SSBOs 5 years ago
ReinUsesLisp cc201e3d82 Merge branch 'bytes-to-map-end' into new-bufcache-wip 5 years ago
ReinUsesLisp e83c4bd65d vk_staging_buffer_pool: Get a staging buffer instead of waiting 5 years ago
ReinUsesLisp 889ce02dcf yuzu/config: Disable assembly shaders by default 5 years ago
ReinUsesLisp 982ff88c8a renderer_opengl: Remove interop 5 years ago
ReinUsesLisp b0573192d4 gl_buffer_cache: Drop interop based parameter buffer workarounds 5 years ago
ReinUsesLisp d70e2f28b6 buffer_cache: Heuristically detect stream buffers 5 years ago
ReinUsesLisp c86394220d buffer_cache: Split CreateBuffer in separate functions 5 years ago
ReinUsesLisp 48a391810c buffer_cache: Skip cache on small uploads on Vulkan 5 years ago
ReinUsesLisp c210923ccb vk_staging_buffer_pool: Add stream buffer for small uploads 5 years ago
ReinUsesLisp fbacc95d26 vulkan_device: Enable robustBufferAccess 5 years ago
ReinUsesLisp 2dfce2fca6 video_core: Reimplement the buffer cache 5 years ago
ReinUsesLisp 5c15618495 vulkan_common: Expose interop and headless devices 5 years ago
ReinUsesLisp d0dba1b7a8 vulkan_common: Make interop extensions mandatory 5 years ago
ReinUsesLisp 05ce913982 vulkan_device: Enable robust buffers 5 years ago