| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | CMakeLists: Disable YUZU_ENABLE_BOXCAT if ENABLE_WEB_SERVICE is disabled | 2021-01-07 | 1 | -2/+6 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #5237 from ameerj/nvdec-syncpt | 2021-01-07 | 11 | -94/+67 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | 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 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #5306 from MerryMage/ignore-library-Open | 2021-01-08 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]] | 2021-01-07 | 1 | -1/+1 | ||
| * | | | | | | | | | Merge pull request #5305 from MerryMage/page_shift | 2021-01-08 | 1 | -6/+6 | ||
| |\| | | | | | | | | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | 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 #5250 from lat9nq/appimage | 2021-01-05 | 4 | -5/+51 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ci: Build an AppImage | 2020-12-30 | 4 | -5/+51 | ||
| * | | | | | | | | | 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 | ||
| * | | | | | | | | | | | Merge pull request #5284 from ameerj/bufferq-oor-fix | 2021-01-04 | 2 | -13/+21 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | 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 | ||
| | * | | | | | | | | 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 | 7 | -0/+26 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | externals: Update dynarmic to 3806284cb | 2021-01-02 | 1 | -0/+0 | ||
| | * | | | | | | | | | dynarmic: Add Unsafe_InaccurateNaN optimization | 2021-01-02 | 7 | -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 #5281 from FearlessTobi/port-5668 | 2021-01-03 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Update zstd to v1.4.8 | 2021-01-03 | 1 | -1/+1 | ||
| |/ / / / / / / / / / | ||||||