| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454) | 2020-02-27 | 2 | -2/+14 | ||
| * | | | | | | shader: FMUL switch to using LUT (#3441) | 2020-02-27 | 1 | -19/+14 | ||
| * | | | | | | Merge pull request #3440 from namkazt/patch-6 | 2020-02-26 | 1 | -36/+58 | ||
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | nit: add const to where it need. | 2020-02-21 | 1 | -14/+14 | ||
| | * | | | | | shader: implement LOP3 fast replace for old function | 2020-02-21 | 1 | -36/+58 | ||
| * | | | | | | Merge pull request #3431 from CJBok/npad-fix | 2020-02-25 | 2 | -5/+19 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | analog_from_button get direction implementation | 2020-02-18 | 2 | -5/+19 | ||
| * | | | | | | Merge pull request #3461 from ReinUsesLisp/r32i-rt | 2020-02-25 | 2 | -0/+3 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | video_core/surface: Add R32_SINT render target format | 2020-02-25 | 2 | -0/+3 | ||
| * | | | | | | | Merge pull request #3460 from ReinUsesLisp/unused-format-getter | 2020-02-25 | 2 | -71/+0 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | video_core/gpu: Remove unused functions | 2020-02-25 | 2 | -71/+0 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3417 from ReinUsesLisp/r32i | 2020-02-25 | 6 | -34/+46 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | texture: Implement R32I | 2020-02-15 | 6 | -34/+46 | ||
| * | | | | | | Merge pull request #3425 from ReinUsesLisp/layered-framebuffer | 2020-02-24 | 8 | -51/+74 | ||
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | texture_cache: Implement layered framebuffer attachments | 2020-02-16 | 8 | -51/+74 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3424 from ReinUsesLisp/spirv-layer | 2020-02-22 | 1 | -6/+30 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | vk_shader_decompiler: Implement Layer output attribute | 2020-02-16 | 1 | -6/+30 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3422 from ReinUsesLisp/buffer-flush | 2020-02-22 | 2 | -0/+11 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | surface_base: Implement texture buffer flushes | 2020-02-16 | 2 | -0/+11 | ||
| | |/ / / / | ||||||
| * | | | | | Scheduler: Inline global scheduler in Scheduler Lock. | 2020-02-22 | 1 | -4/+2 | ||
| * | | | | | Kernel: Correct pending feedback. | 2020-02-22 | 1 | -3/+4 | ||
| * | | | | | System: Expose Host thread registering routines from kernel. | 2020-02-22 | 2 | -0/+14 | ||
| * | | | | | Kernel: Address Feedback. | 2020-02-22 | 6 | -30/+47 | ||
| * | | | | | Kernel: Implement Scheduler locks | 2020-02-22 | 2 | -0/+89 | ||
| * | | | | | Kernel: Implement Time Manager. | 2020-02-22 | 5 | -1/+98 | ||
| * | | | | | Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. | 2020-02-22 | 5 | -24/+107 | ||
| * | | | | | Kernel: Make global scheduler depend on KernelCore | 2020-02-22 | 4 | -8/+24 | ||
| | |_|_|/ |/| | | | ||||||
| * | | | | audio_core: interpolate: Fix include for climits (Linux build break). | 2020-02-22 | 1 | -1/+1 | ||
| * | | | | Merge pull request #3310 from FearlessTobi/fast-resample | 2020-02-22 | 2 | -48/+159 | ||
| |\ \ \ \ | ||||||
| | * | | | | audio_core: Switch to a faster interpolation technique | 2020-01-24 | 2 | -48/+159 | ||
| * | | | | | shader/texture: Fix illegal 3D texture assert | 2020-02-21 | 1 | -1/+1 | ||
| * | | | | | Merge pull request #3433 from namkazt/patch-1 | 2020-02-21 | 1 | -3/+8 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | fixups mistake auto commit. | 2020-02-19 | 1 | -9/+0 | ||
| | * | | | | | Update code structure | 2020-02-19 | 1 | -0/+7 | ||
| | * | | | | | renderer_vulkan: Add the rest of case for TryConvertBorderColor | 2020-02-18 | 1 | -3/+10 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #3434 from namkazt/patch-2 | 2020-02-21 | 3 | -2/+25 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | vk_device: remove left over from other branch | 2020-02-21 | 1 | -1/+0 | ||
| | * | | | | | clang-format | 2020-02-20 | 1 | -1/+1 | ||
| | * | | | | | shader_decompiler: only add StorageImageReadWithoutFormat when available | 2020-02-20 | 1 | -1/+4 | ||
| | * | | | | | shader_decompiler: add check in case of device not support ShaderStorageImage... | 2020-02-19 | 1 | -0/+4 | ||
| | * | | | | | vk_device: setup shaderStorageImageReadWithoutFormat | 2020-02-19 | 1 | -0/+5 | ||
| | * | | | | | vk_device: add check for shaderStorageImageReadWithoutFormat | 2020-02-19 | 1 | -0/+7 | ||
| | * | | | | | vk_shader: add Capability StorageImageReadWithoutFormat | 2020-02-19 | 1 | -0/+1 | ||
| | * | | | | | vk_shader: Implement function ImageLoad (Used by Kirby Start Allies) | 2020-02-19 | 1 | -2/+6 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3435 from namkazt/patch-3 | 2020-02-21 | 2 | -1/+4 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | add vertex UnsignedInt size RGBA | 2020-02-18 | 1 | -0/+2 | ||
| | * | | | | | add eBc2SrgbBlock to formats | 2020-02-18 | 1 | -0/+1 | ||
| | * | | | | | vulkan: add DXT23_SRGB | 2020-02-18 | 1 | -1/+1 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3423 from ReinUsesLisp/no-match-3d | 2020-02-21 | 1 | -8/+11 | ||
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | texture_cache: Avoid matches in 3D textures | 2020-02-16 | 1 | -8/+11 | ||
| | | |_|/ | |/| | | ||||||