| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #5285 from lioncash/error-str | 2021-01-03 | 3 | -2/+8 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | main: Resolve error string not displaying | 2021-01-03 | 3 | -2/+8 | ||
| * | | | | | | | | Merge pull request #5230 from ReinUsesLisp/vulkan-common | 2021-01-03 | 60 | -486/+574 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | vulkan_instance: Allow different Vulkan versions and enforce 1.1 | 2020-12-31 | 7 | -41/+39 | ||
| | * | | | | | | | vk_device: Use an array to report lacking device limits | 2020-12-31 | 1 | -13/+17 | ||
| | * | | | | | | | vk_device: Stop initialization when device is not suitable | 2020-12-31 | 2 | -61/+39 | ||
| | * | | | | | | | renderer_vulkan: Remove two step initialization on VKDevice | 2020-12-31 | 6 | -31/+10 | ||
| | * | | | | | | | renderer_vulkan: Throw when enumerating devices fails | 2020-12-31 | 5 | -33/+21 | ||
| | * | | | | | | | renderer_vulkan: Initialize surface in separate file | 2020-12-31 | 6 | -73/+109 | ||
| | * | | | | | | | renderer_vulkan: Catch and report exceptions | 2020-12-31 | 1 | -2/+5 | ||
| | * | | | | | | | renderer_vulkan: Create debug callback on separate file and throw | 2020-12-31 | 8 | -79/+88 | ||
| | * | | | | | | | renderer_vulkan: Move instance initialization to a separate file | 2020-12-31 | 4 | -111/+176 | ||
| | * | | | | | | | vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp... | 2020-12-31 | 51 | -51/+51 | ||
| | * | | | | | | | vulkan_common: Move dynamic library load to a separate file | 2020-12-31 | 4 | -31/+59 | ||
| * | | | | | | | | Merge pull request #5278 from MerryMage/cpuopt_unsafe_inaccurate_nan | 2021-01-03 | 6 | -0/+26 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | dynarmic: Add Unsafe_InaccurateNaN optimization | 2021-01-02 | 6 | -0/+26 | ||
| * | | | | | | | | | Merge pull request #5279 from bunnei/buffer-queue-connect | 2021-01-03 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect. | 2021-01-02 | 1 | -2/+0 | ||
| * | | | | | | | | | Merge pull request #5267 from lioncash/localize | 2021-01-02 | 1 | -10/+13 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | main: Make the loader error dialog fully translatable | 2020-12-31 | 1 | -8/+12 | ||
| | * | | | | | | | | main: Tidy up enum comparison | 2020-12-31 | 1 | -2/+1 | ||
| * | | | | | | | | | general: Fix various spelling errors | 2021-01-02 | 20 | -43/+43 | ||
| | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #5209 from Morph1984/refactor-controller-connect | 2021-01-01 | 4 | -12/+47 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | * | | | | | | | configure_input: Modify controller connection delay | 2021-01-01 | 4 | -12/+47 | ||
| * | | | | | | | | memory: Remove MemoryHook | 2021-01-01 | 9 | -382/+0 | ||
| * | | | | | | | | Merge pull request #5249 from ReinUsesLisp/lock-free-pages | 2021-01-01 | 7 | -147/+132 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core/memory: Read and write page table atomically | 2020-12-29 | 7 | -147/+132 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #5264 from 16-Bit-Dog/patch-1 | 2020-12-31 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Make the coding conventions more consistant | 2020-12-30 | 1 | -1/+1 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #5265 from german77/port5509 | 2020-12-30 | 1 | -2/+45 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Port citra-emu/citra#5509 | 2020-12-30 | 1 | -2/+45 | ||
| * | | | | | | | | | Merge pull request #5208 from bunnei/service-threads | 2020-12-30 | 67 | -1003/+772 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | hle: kernel: service_thread: Make thread naming more consistent. | 2020-12-29 | 1 | -1/+1 | ||
| | * | | | | | | | | hle: kernel: Manage service threads on another thread. | 2020-12-29 | 1 | -9/+20 | ||
| | * | | | | | | | | common: ThreadWorker: Add class to help do asynchronous work. | 2020-12-29 | 3 | -0/+90 | ||
| | * | | | | | | | | hle: kernel: Manage host thread IDs using TLS. | 2020-12-29 | 1 | -46/+31 | ||
| | * | | | | | | | | hle: kernel: Move ServiceThread ownership to KernelCore. | 2020-12-29 | 4 | -5/+48 | ||
| | * | | | | | | | | hle: kernel: service_thread: Add thread name and take weak_ptr of ServerSession. | 2020-12-29 | 3 | -11/+22 | ||
| | * | | | | | | | | hle: service: Acquire and release a lock on requests. | 2020-12-28 | 7 | -40/+41 | ||
| | * | | | | | | | | audio_core: stream: Ensure buffer is valid before release. | 2020-12-28 | 1 | -2/+10 | ||
| | * | | | | | | | | core: Do not reset device_memory on shutdown. | 2020-12-28 | 1 | -1/+0 | ||
| | * | | | | | | | | core: hle: kernel: Clear process list on boot. | 2020-12-28 | 1 | -2/+2 | ||
| | * | | | | | | | | gpu: gpu_thread: Ensure MicroProfile is shutdown on exit. | 2020-12-28 | 1 | -0/+3 | ||
| | * | | | | | | | | hle: service: vi: Refactor to grab buffer only once. | 2020-12-28 | 1 | -15/+4 | ||
| | * | | | | | | | | service: nvflinger: Improve synchronization for BufferQueue. | 2020-12-28 | 5 | -19/+72 | ||
| | * | | | | | | | | hle: service: Ensure system is powered on before writing IPC result. | 2020-12-28 | 1 | -1/+5 | ||
| | * | | | | | | | | core: kernel: Clear process list earlier. | 2020-12-28 | 1 | -2/+2 | ||
| | * | | | | | | | | video_core: gpu_thread: Do not wait when system is powered down. | 2020-12-28 | 1 | -1/+2 | ||
| | * | | | | | | | | core: settings: Untangle multicore from asynchronous GPU. | 2020-12-28 | 5 | -21/+4 | ||
| | * | | | | | | | | video_core: gpu: Implement synchronous mode using threaded GPU. | 2020-12-28 | 4 | -12/+34 | ||