15336 Commits (3b85ac2ac4d72ca4acf83ef9642b9a42e912993e)

Author SHA1 Message Date
bunnei a9d24b0df3 video_core: rasterizer_accelerated: Fix un/signed mismatch. 5 years ago
Morph 87cfe5b1da time: Fix CalculateSpanBetween implementation 5 years ago
bunnei 8f7eb194af common: Fiber: use a reference for YieldTo. 5 years ago
Ani cd7abba1a9 qt: Set DISPLAY env var when not present 5 years ago
german77 41e94b7b99 Enable mouse toggle buttons 5 years ago
german 4bcc5bacff Add toggle button option for normal buttons 5 years ago
bunnei 68ffac250a common: fiber: Use weak_ptr when yielding. 5 years ago
german 1f228c51ca Enable button toggle for keyboard in the modifier button 5 years ago
bunnei 47af34003b hle: kernel: KThread: Rework dummy threads & fix memory leak. 5 years ago
bunnei a5ab85ac37
Revert "core: Switch to unique_ptr for usage of Common::Fiber." 5 years ago
Morph 96c9e67b1b aes_util: Remove malformed mbedtls_cipher_finish function call 5 years ago
Morph e7038344aa CMakeLists: Add /utf-8 compile option for MSVC 5 years ago
ameerj 5213f70230 texture_cache: Blacklist BGRA8 copies and views on OpenGL 5 years ago
ameerj 0639244d85 renderer_opengl: Swizzle BGR textures on copy 5 years ago
bunnei 50ee9c46ab video_core: rasterizer_accelerated: Fix delta check ordering. 5 years ago
bunnei 6ab839462c video_core: rasterizer_accelerated: Improve error handling & fix implicit conversion. 5 years ago
bunnei 94da1e8a7e video_core: rasterizer_accelerated: Use a flat array instead of interval_map for cached pages. 5 years ago
ReinUsesLisp 5ad62e7bfc buffer_cache: Heuristically decide to skip cache on uniform buffers 5 years ago
bunnei 925671071c core: Shutdown: Move kernel cleanup to later in shutdown. 5 years ago
Kelebek1 c7a7e47615 Fix default bcat_backend init 5 years ago
german 9b3af0027b inputCommon: Use an unique client id for each socket instance 5 years ago
ameerj 52e9d7fa49 gpu_thread: Remove Async NVDEC placeholders 5 years ago
comex 2910aa77b2 [network] Error handling reform 5 years ago
german e895ab7d6f Implements touch, pan, pinch and rotation gestures 5 years ago
german77 4738e14cb0 inputCommon: Mouse fixes 5 years ago
bunnei ab65cb499d core: hle: ldn: Error out on call to Initialization. 5 years ago
bunnei 51fb0a6f96 core: Switch to unique_ptr for usage of Common::Fiber. 5 years ago
Kelebek1 d31dbb1bc1 Implement glDepthRangeIndexeddNV 5 years ago
ReinUsesLisp aae399c1a8 vk_command_pool: Reduce the command pool size from 4096 to 4 5 years ago
Jan Beich 1841ca4b9b video_core: add missing header after 468bd9c1b0 5 years ago
Jan Beich 71526ecfc7 common: add missing header after f3805376f7 5 years ago
Morph ec19a85890 hid: Implement GameCube Controller Vibrations 5 years ago
Morph 3de8e7a8f2 acc: Stub GetNintendoAccountUserResourceCacheForApplication 5 years ago
ameerj 8e4c9c9852 kernel: Fix resource release exception on exit 5 years ago
Morph 1a5d4d7840 gl_disk_shader_cache: Log total shader entries count on game load 5 years ago
bunnei 3acb265c9e common: wall_clock: Fix integer overflow with StandardWallClock. 5 years ago
bunnei 93e20867b0 hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 5 years ago
bunnei b1e27890e8 hle: kernel: Migrate MemoryManager to KMemoryManager. 5 years ago
bunnei 93109c870e hle: kernel: Migrate PageLinkedList to KPageLinkedList. 5 years ago
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