15684 Commits (39a8dba9a67385b2e246dbf96b22adcb8fc53c03)

Author SHA1 Message Date
bunnei 65e0178cc0 hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others. 5 years ago
bunnei 9e520e8f12 hle: kernel: Migrate SlabHeap to KSlabHeap. 5 years ago
bunnei 1d162f28d1 hle: kernel: Migrate MemoryLayout to KMemoryLayout. 5 years ago
bunnei 7ed5dd0d62 hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo. 5 years ago
bunnei 701ef616b2 hle: kernel: memory_manager: Rename AllocateContinuous to AllocateContinuous. 5 years ago
bunnei f7a008d77f hle: kernel: KSystemControl does not belong in Memory namespace. 5 years ago
bunnei 6a19086001 hle: kernel: memory: PageHeap: Migrate to KPageBitmap class. 5 years ago
bunnei a02566136c hle: kernel: Add KPageBitmap class. 5 years ago
bunnei e7c33d1ad6 hle: kernel: system_control: Add function GenerateRandomU64. 5 years ago
bunnei c9235764c7 common: Add implementation of TinyMT (Mersenne Twister RNG). 5 years ago
bunnei 6da91da08e hle: kernel: Add KSpinLock implementation. 5 years ago
bunnei 24e1e17a8a core: memory: Add templated GetPointer methods. 5 years ago
bunnei b5b92fd1e5 common: alignment: Add DivideUp utility method. 5 years ago
bunnei 0d62f30b00 hle: kernel: Rename SharedMemory to KSharedMemory. 5 years ago
Morph 1c550ff954
Revert "Port citra-emu/citra#5123: "SDL: Disable hidapi drivers due to compatibility problems with certain controllers"" 5 years ago
ReinUsesLisp f3805376f7 common/cityhash: Use common types 5 years ago
ReinUsesLisp 9ca5e52f07 tests: Add tests for CityHash 5 years ago
ReinUsesLisp 24d0cc3ab8 vk_rasterizer: Fix loading shader addresses twice 5 years ago
bunnei f3345e84ad core: core_timing_util: Optimize core timing math. 5 years ago
bunnei 592a649918 common: wall_clock: Optimize GetClockCycles/GetCPUCycles to use a single MUL instruction. 5 years ago
bunnei 0a91599aec common: Merge uint128 to a single header file with inlines. 5 years ago
Morph 48cfc47050 core/CMakeLists: Add web_types.h 5 years ago
Kelebek1 9d8f793969 Review 1 5 years ago
Kelebek1 fb54c38631 Implement texture offset support for TexelFetch and TextureGather and add offsets for Tlds 5 years ago
lat9nq 6269cd7f1d debugger: controller: Add access key 5 years ago
bunnei eae9f2e440 yuzu: Various frontend improvements to avoid crashes and improve experience on Linux. 5 years ago
bunnei d9a8060ce3 hle: service: ldn: IUserLocalCommunicationService: Improve the stub. 5 years ago
german 594973bdd2 Improve mouse panning 5 years ago
bunnei 51c13606d6 hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disabled. 5 years ago
bunnei d25011c92f hle: service: am: IStorageAccessor: Fix out of bounds error handling. 5 years ago
ReinUsesLisp b8ffdbb167 vk_resource_pool: Load GPU tick once and compare with it 5 years ago
ReinUsesLisp 21b40de318 vk_update_descriptor: Inline and improve code for binding buffers 5 years ago
ReinUsesLisp 70353649d7 fixed_pipeline_cache: Use dirty flags to lazily update key 5 years ago
ameerj c7325c6a4c gl_texture_cache: Lazily create non-sRGB texture views for sRGB formats 5 years ago
ameerj b675c44e49 rebase, fix name shadowing, more const 5 years ago
ameerj 3c37d66c28 Address PR feedback 5 years ago
ameerj 09722cb4a7 streamline cdma_pusher/command_classes 5 years ago
ameerj 77564f987c streamline cdma_pusher/command_classes 5 years ago
ameerj ac265a72ce nvdec cleanup 5 years ago
ReinUsesLisp dd9caf9aa0 vk_master_semaphore: Mark gpu_tick atomic operations with relaxed order 5 years ago
ReinUsesLisp 6171566296 vk_staging_buffer_pool: Inline tick tests 5 years ago
ReinUsesLisp 682d82faf3 gl_stream_buffer/vk_staging_buffer_pool: Fix size check 5 years ago
ReinUsesLisp 757fd1e917 vulkan_device: Require VK_EXT_robustness2 5 years ago
ReinUsesLisp 13becdf18a config: Make high GPU accuracy the default 5 years ago
ReinUsesLisp 5b35b01070 video_core: Fix clang build issues 5 years ago
ReinUsesLisp 025fe458ae vk_staging_buffer_pool: Fix softlock when stream buffer overflows 5 years ago
ReinUsesLisp 3a2eefb16c vk_buffer_cache: Add support for null index buffers 5 years ago
ReinUsesLisp 0b8b961442 buffer_cache: Add extra bytes to guest SSBOs 5 years ago
ReinUsesLisp 93a69b6cc8 Merge branch 'bytes-to-map-end' into new-bufcache-wip 5 years ago
ReinUsesLisp 7402442442 vk_staging_buffer_pool: Get a staging buffer instead of waiting 5 years ago