| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | common: Introduce useful tree structures. | 2021-01-11 | 4 | -0/+1641 | ||
| * | | | | | | | | | | core: hle: kernel: Update KSynchronizationObject. | 2021-01-11 | 33 | -621/+397 | ||
| * | | | | | | | | | | core: hle: kernel: Begin moving common SVC results to its own header. | 2021-01-11 | 2 | -0/+21 | ||
| * | | | | | | | | | | hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState. | 2021-01-11 | 1 | -6/+0 | ||
| | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #5229 from Morph1984/fullscreen-opt | 2021-01-10 | 1 | -3/+39 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | yuzu/main: Add basic command line arguments | 2020-12-25 | 1 | -3/+39 | ||
| * | | | | | | | | | | Merge pull request #5324 from Morph1984/docked-default | 2021-01-10 | 5 | -6/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | config: Enable docked mode by default | 2021-01-10 | 5 | -6/+6 | ||
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #5312 from german77/overclockenabled | 2021-01-10 | 2 | -1/+10 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Stub IsCpuOverclockEnabled | 2021-01-08 | 2 | -1/+10 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | cmake: Enforce C4101 | 2021-01-10 | 1 | -0/+1 | ||
| * | | | | | | | | yuzu_cmd: Silence unreferenced local variable warning | 2021-01-10 | 1 | -2/+0 | ||
| * | | | | | | | | Merge pull request #5320 from ReinUsesLisp/div-ceil-type | 2021-01-09 | 1 | -5/+5 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | common/div_ceil: Return numerator type | 2021-01-09 | 1 | -5/+5 | ||
| * | | | | | | | | | general: Resolve C4062 warnings on MSVC | 2021-01-09 | 2 | -0/+4 | ||
| * | | | | | | | | | cmake: Enforce C4062, C4265, C4388, and C5038 | 2021-01-09 | 1 | -0/+4 | ||
| * | | | | | | | | | file_sys/registered_cache: Silence virtual functions without override warnings | 2021-01-09 | 1 | -4/+4 | ||
| * | | | | | | | | | core: Silence unhandled enum in switch warnings | 2021-01-08 | 2 | -10/+5 | ||
| * | | | | | | | | | tests/ring_buffer: Silence signed/unsigned mismatch warnings | 2021-01-08 | 1 | -15/+15 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #5231 from ReinUsesLisp/dyn-bindings | 2021-01-08 | 3 | -26/+12 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | renderer_vulkan/fixed_pipeline_state: Move enabled bindings to static state | 2020-12-25 | 3 | -26/+12 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | remove inaccurate reference | 2021-01-07 | 1 | -1/+1 | ||
| * | | | | | | | fix for nvdec disabled, cleanup host1x | 2021-01-07 | 3 | -72/+23 | ||
| * | | | | | | | nvdec syncpt incorporation | 2021-01-07 | 11 | -37/+59 | ||
| * | | | | | | | vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]] | 2021-01-07 | 1 | -1/+1 | ||
| * | | | | | | | texture_cache: Replace PAGE_SHIFT with PAGE_BITS | 2021-01-07 | 1 | -6/+6 | ||
| * | | | | | | | Merge pull request #5288 from ReinUsesLisp/workaround-garbage | 2021-01-06 | 12 | -120/+148 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_texture_cache: Avoid format views on Intel and AMD | 2021-01-04 | 11 | -21/+48 | ||
| | * | | | | | | | gl_texture_cache: Create base images with sRGB | 2021-01-04 | 2 | -99/+100 | ||
| * | | | | | | | | Merge pull request #5293 from ReinUsesLisp/return-values | 2021-01-05 | 6 | -8/+13 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core: Enforce C4715 (not all control paths return a value) | 2021-01-05 | 1 | -0/+2 | ||
| | * | | | | | | | | core: Silence warnings when compiling without asserts | 2021-01-05 | 5 | -8/+11 | ||
| * | | | | | | | | | Merge pull request #5289 from ReinUsesLisp/vulkan-device | 2021-01-05 | 31 | -62/+55 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | vulkan_device: Allow creating a device without surface | 2021-01-04 | 1 | -3/+3 | ||
| | * | | | | | | | | renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_common | 2021-01-04 | 5 | -30/+21 | ||
| | * | | | | | | | | renderer_vulkan: Move device abstraction to vulkan_common | 2021-01-04 | 29 | -29/+31 | ||
| * | | | | | | | | | Merge pull request #5292 from ReinUsesLisp/empty-set | 2021-01-04 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | vk_rasterizer: Skip binding empty descriptor sets on compute | 2021-01-04 | 1 | -2/+4 | ||
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #5261 from gal20/hide_mouse_patch | 2021-01-04 | 4 | -19/+24 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476 | 2020-12-31 | 4 | -19/+24 | ||
| * | | | | | | | | | | buffer_queue: Protect queue_sequence list access with a mutex | 2021-01-04 | 2 | -13/+21 | ||
| | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #5286 from ReinUsesLisp/rename-vk-device | 2021-01-04 | 52 | -169/+166 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | renderer_vulkan: Rename VKDevice to Device | 2021-01-03 | 52 | -169/+166 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | 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 | ||