| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #8766 from Kelebek1/regs | 2022-10-09 | 29 | -2043/+3974 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Update 3D regs | 2022-10-07 | 29 | -2043/+3974 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | fsp_srv: stub GetCacheStorageSize | 2022-10-08 | 2 | -1/+14 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | 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 | ||
| * | | | | | | | Merge pull request #9030 from Morph1984/api-disable | 2022-10-07 | 1 | -3/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | configure_graphics: Fix graphics API selection when a game is running | 2022-10-07 | 1 | -3/+4 | ||
| * | | | | | | | | Merge pull request #8807 from Docteh/default_fonts | 2022-10-07 | 1 | -0/+16 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Qt: work around Qt5's font choice for Chinese | 2022-10-01 | 1 | -0/+16 | ||
| * | | | | | | | | nfp_types: silence -Wtype-limits | 2022-10-07 | 1 | -1/+1 | ||
| | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #6142 from lat9nq/prog_meta_ref_bind_address | 2022-10-06 | 2 | -15/+51 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | program_metadata: Unpack FileAccessHeader and FileAccessControl | 2022-02-13 | 2 | -15/+51 | ||
| * | | | | | | | | Merge pull request #8944 from Tachi107/patch-2 | 2022-10-06 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | build(room): simplify yuzu-room installation | 2022-09-22 | 1 | -1/+1 | ||
| | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | | 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 | ||