| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #9016 from liamwhite/drunken-schedule | 2022-10-07 | 1 | -2/+4 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | vk_scheduler: wait for command processing to complete | 2022-10-03 | 1 | -2/+4 | ||
| * | | | | | 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 | 11 | -33/+32 | ||
| * | | | | | state_tracker: workaround channel setup for homebrew | 2022-10-06 | 5 | -4/+9 | ||
| * | | | | | general: Format licenses as per SPDX guidelines | 2022-10-06 | 18 | -51/+38 | ||
| * | | | | | Address Feedback from bylaws. | 2022-10-06 | 1 | -1/+1 | ||
| * | | | | | General: Fix clang format. | 2022-10-06 | 6 | -16/+12 | ||
| * | | | | | Vulkan Swapchain: Overall improvements. | 2022-10-06 | 2 | -4/+13 | ||
| * | | | | | 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 | 1 | -1/+2 | ||
| * | | | | | 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 | 3 | -32/+22 | ||
| * | | | | | 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 | 20 | -242/+315 | ||
| * | | | | | 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 | 1 | -4/+8 | ||
| * | | | | | Shader Decompiler: Check for shift when deriving composite samplers. | 2022-10-06 | 4 | -8/+11 | ||
| * | | | | | 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 | 17 | -152/+146 | ||
| * | | | | | MemoryManager: initial multi paging system implementation. | 2022-10-06 | 2 | -189/+304 | ||
| * | | | | | Vulkan: Fix Scissor on Clears | 2022-10-06 | 1 | -1/+8 | ||
| * | | | | | NVDRV: Further refactors and eliminate old code. | 2022-10-06 | 6 | -94/+4 | ||
| * | | | | | NVDRV: Refactor Host1x | 2022-10-06 | 24 | -108/+138 | ||
| * | | | | | VideoCore: Refactor syncing. | 2022-10-06 | 37 | -240/+595 | ||
| * | | | | | 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 | 11 | -16/+60 | ||
| * | | | | | Texture cache: Fix dangling references on multichannel. | 2022-10-06 | 3 | -27/+36 | ||
| * | | | | | Refactor VideoCore to use AS sepparate from Channel. | 2022-10-06 | 9 | -152/+164 | ||
| * | | | | | General: Rebase fixes. | 2022-10-06 | 1 | -7/+6 | ||
| * | | | | | VideoCore: Extra Fixes. | 2022-10-06 | 2 | -2/+2 | ||
| * | | | | | NVDRV: Remake ASGPU | 2022-10-06 | 2 | -4/+9 | ||
| * | | | | | MemoryManager: Temporary Fix for NVDEC. | 2022-10-06 | 1 | -1/+1 | ||
| * | | | | | VideoCore: Update MemoryManager | 2022-10-06 | 2 | -163/+82 | ||
| * | | | | | VideoCore: Fix channels with disk pipeline/shader cache. | 2022-10-06 | 11 | -71/+87 | ||
| * | | | | | OpenGl: Implement Channels. | 2022-10-06 | 9 | -118/+186 | ||
| * | | | | | NVHOST_CTRl: Implement missing method and fix some stuffs. | 2022-10-06 | 1 | -0/+5 | ||
| * | | | | | VideoCore: implement channels on gpu caches. | 2022-10-06 | 44 | -779/+1396 | ||
| * | | | | | NvHost: Remake Ctrl Implementation. | 2022-10-06 | 1 | -1/+1 | ||
| * | | | | | Texture Cache: Add ASTC 10x5 Format. | 2022-10-06 | 6 | -0/+23 | ||
| * | | | | | Merge pull request #9013 from liamwhite/spinning-a-yarn | 2022-10-05 | 5 | -6/+6 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | common: remove "yuzu:" prefix from thread names | 2022-10-03 | 5 | -6/+6 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #8987 from liamwhite/another-name-for-reinforcement-steel | 2022-10-05 | 2 | -27/+60 | ||
| |\ \ \ \ \ | ||||||