| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | frontend: sdl2: emu_window: Implement separate presentation thread. | 2020-02-25 | 10 | -62/+79 | ||
| | * | | | | | renderer_opengl: Add texture mailbox support for presenter thread. | 2020-02-25 | 4 | -35/+269 | ||
| | * | | | | | renderer_opengl: Add OGLRenderbuffer to resource/state management. | 2020-02-25 | 4 | -0/+62 | ||
| | * | | | | | core: frontend: emu_window: Add TextureMailbox class. | 2020-02-25 | 1 | -0/+41 | ||
| | * | | | | | core: settings: Add setting to enable vsync, which is on by default. | 2020-02-25 | 8 | -0/+25 | ||
| * | | | | | | 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 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3416 from FernandoS27/schedule | 2020-02-22 | 12 | -34/+349 | ||
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | 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 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #3444 from bunnei/linux-audio-fix | 2020-02-22 | 1 | -1/+1 | ||
| |\ \ \ \ | ||||||
| | * | | | | 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 | ||
| * | | | | | Merge pull request #3442 from ReinUsesLisp/fix-3d-assert | 2020-02-21 | 1 | -1/+1 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | 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 | ||