| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | build(room): simplify yuzu-room installation | 2022-09-22 | 1 | -1/+1 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #8467 from FernandoS27/yfc-rel-1 | 2022-10-06 | 169 | -3194/+6498 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | vulkan_blitter: Fix pool allocation double free. | 2022-10-06 | 3 | -25/+10 | ||
| | * | | | | | | | | maxwell_dma: remove warnings from implemented functionality | 2022-10-06 | 1 | -2/+0 | ||
| | * | | | | | | | | General: address feedback | 2022-10-06 | 30 | -165/+167 | ||
| | * | | | | | | | | state_tracker: workaround channel setup for homebrew | 2022-10-06 | 5 | -4/+9 | ||
| | * | | | | | | | | general: rework usages of UNREACHABLE macro | 2022-10-06 | 3 | -27/+28 | ||
| | * | | | | | | | | nvdisp: End system frame after requesting to swap buffers | 2022-10-06 | 1 | -1/+1 | ||
| | * | | | | | | | | address_space: Rename va_start to virt_start | 2022-10-06 | 2 | -5/+5 | ||
| | * | | | | | | | | address_space: Address feedback | 2022-10-06 | 3 | -195/+237 | ||
| | * | | | | | | | | general: Format licenses as per SPDX guidelines | 2022-10-06 | 38 | -121/+93 | ||
| | * | | | | | | | | NvHostChannels: improve hack for supporting multiple channels. | 2022-10-06 | 2 | -2/+11 | ||
| | * | | | | | | | | Address Feedback from bylaws. | 2022-10-06 | 3 | -7/+3 | ||
| | * | | | | | | | | Nvflinger: correct duplication. | 2022-10-06 | 4 | -5/+5 | ||
| | * | | | | | | | | Core: Fix get nvmap object random crash | 2022-10-06 | 12 | -35/+66 | ||
| | * | | | | | | | | General: Fix clang format. | 2022-10-06 | 7 | -18/+14 | ||
| | * | | | | | | | | Common: Fix variable shadowing. | 2022-10-06 | 1 | -5/+5 | ||
| | * | | | | | | | | Vulkan Swapchain: Overall improvements. | 2022-10-06 | 3 | -6/+17 | ||
| | * | | | | | | | | NvDec: Fix regressions. | 2022-10-06 | 6 | -5/+31 | ||
| | * | | | | | | | | Vulkan Texture Cache: Limit render area to the max width/height of the targets. | 2022-10-06 | 4 | -9/+29 | ||
| | * | | | | | | | | ImageBase: Basic fixes. | 2022-10-06 | 1 | -8/+5 | ||
| | * | | | | | | | | General: Fix compilation for GCC | 2022-10-06 | 16 | -42/+56 | ||
| | * | | | | | | | | VideoCore: Implement formats needed for N64 emulation. | 2022-10-06 | 6 | -10/+10 | ||
| | * | | | | | | | | Buffer Cache: Deduce vertex array limit from memory layout when limit is the ... | 2022-10-06 | 3 | -4/+12 | ||
| | * | | | | | | | | VideoCore: Add option to dump the macros. | 2022-10-06 | 1 | -0/+1 | ||
| | * | | | | | | | | NVDRV: Further improvements. | 2022-10-06 | 16 | -159/+278 | ||
| | * | | | | | | | | Buffer Cache: Basic fixes. | 2022-10-06 | 1 | -15/+22 | ||
| | * | | | | | | | | Decoders: Improve overall speed. | 2022-10-06 | 1 | -4/+11 | ||
| | * | | | | | | | | DMA & InlineToMemory Engines Rework. | 2022-10-06 | 21 | -242/+323 | ||
| | * | | | | | | | | Maxwell3D: Add small_index_2 | 2022-10-06 | 1 | -0/+2 | ||
| | * | | | | | | | | Memory Manager: ensure safety of GPU to CPU address. | 2022-10-06 | 1 | -0/+3 | ||
| | * | | | | | | | | MemoryManager: Fix errors popping out. | 2022-10-06 | 3 | -4/+18 | ||
| | * | | | | | | | | Shader Decompiler: implement better tracking for Vulkan samplers. | 2022-10-06 | 1 | -9/+59 | ||
| | * | | | | | | | | Shader Decompiler: Check for shift when deriving composite samplers. | 2022-10-06 | 6 | -11/+46 | ||
| | * | | | | | | | | Shader Decompiler: Fix dangerous behavior of invalid iterator insertion. | 2022-10-06 | 1 | -3/+3 | ||
| | * | | | | | | | | MemoryManager: Finish up the initial implementation. | 2022-10-06 | 2 | -50/+138 | ||
| | * | | | | | | | | OpenGL: Fix TickWork | 2022-10-06 | 1 | -0/+4 | ||
| | * | | | | | | | | VideoCore: Refactor fencing system. | 2022-10-06 | 20 | -167/+154 | ||
| | * | | | | | | | | MemoryManager: initial multi paging system implementation. | 2022-10-06 | 6 | -209/+343 | ||
| | * | | | | | | | | Vulkan: Fix Scissor on Clears | 2022-10-06 | 1 | -1/+8 | ||
| | * | | | | | | | | NVDRV: Further refactors and eliminate old code. | 2022-10-06 | 18 | -242/+12 | ||
| | * | | | | | | | | NVDRV: Refactor Host1x | 2022-10-06 | 33 | -173/+201 | ||
| | * | | | | | | | | VideoCore: Refactor syncing. | 2022-10-06 | 44 | -252/+648 | ||
| | * | | | | | | | | Texture Cache: Fix GC and GPU Modified on Joins. | 2022-10-06 | 1 | -3/+5 | ||
| | * | | | | | | | | Texture cache: Fix the remaining issues with memory mnagement and unmapping. | 2022-10-06 | 12 | -16/+63 | ||
| | * | | | | | | | | Texture cache: Fix dangling references on multichannel. | 2022-10-06 | 3 | -27/+36 | ||
| | * | | | | | | | | Refactor VideoCore to use AS sepparate from Channel. | 2022-10-06 | 10 | -152/+171 | ||
| | * | | | | | | | | General: Rebase fixes. | 2022-10-06 | 1 | -7/+6 | ||
| | * | | | | | | | | VideoCore: Extra Fixes. | 2022-10-06 | 3 | -3/+5 | ||
| | * | | | | | | | | NVDRV: Remake ASGPU | 2022-10-06 | 8 | -239/+882 | ||