| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | 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 | ||
| * | | | | | | | | NVDRV: Update copyright notices. | 2022-10-06 | 4 | -7/+13 | ||
| * | | | | | | | | MemoryManager: Temporary Fix for NVDEC. | 2022-10-06 | 1 | -1/+1 | ||
| * | | | | | | | | NvHostCtrl: Fix merge of nvflinger. | 2022-10-06 | 1 | -1/+2 | ||
| * | | | | | | | | VideoCore: Update MemoryManager | 2022-10-06 | 4 | -167/+86 | ||
| * | | | | | | | | Common: implement MultiLevelPageTable. | 2022-10-06 | 4 | -0/+171 | ||
| * | | | | | | | | 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 | 4 | -6/+35 | ||
| * | | | | | | | | VideoCore: implement channels on gpu caches. | 2022-10-06 | 50 | -809/+1461 | ||
| * | | | | | | | | NVASGPU: Fix Remap. | 2022-10-06 | 1 | -0/+8 | ||
| * | | | | | | | | NVDRV: Fix clearing when destroying. | 2022-10-06 | 3 | -14/+9 | ||