| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | shader/arithmetic: Add FCMP_CR variant | 2020-04-14 | 2 | -3/+6 | ||
| * | | | | | | | Merge pull request #3664 from ReinUsesLisp/fe3h-black-squares | 2020-04-15 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Revert "gl_shader_decompiler: Implement merges with bitfieldInsert" | 2020-04-14 | 1 | -2/+4 | ||
| | |/ / / / / / | ||||||
| * | | / / / / | vk_blit_screen: Initialize all members in VkPipelineViewportStateCreateInfo | 2020-04-15 | 1 | -0/+2 | ||
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #3657 from ReinUsesLisp/viewport-zero | 2020-04-15 | 1 | -3/+6 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | vk_rasterizer: Default to 1 viewports with a size of 0 | 2020-04-14 | 1 | -3/+6 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Texture Cache: Only do buffer copies on accurate GPU. (#3634) | 2020-04-14 | 1 | -1/+3 | ||
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #3660 from bunnei/friend-blocked-users | 2020-04-14 | 1 | -1/+10 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | service: friend: Stub IFriendService::GetBlockedUserListIds. | 2020-04-14 | 1 | -1/+10 | ||
| | |/ / / / | ||||||
| * / / / / | file_sys: patch_manager: Return early when there are no layers to apply. | 2020-04-14 | 1 | -0/+6 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #3636 from ReinUsesLisp/drop-vk-hpp | 2020-04-13 | 51 | -2272/+2881 | ||
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | renderer_vulkan: Drop Vulkan-Hpp | 2020-04-10 | 51 | -2272/+2881 | ||
| * | | | | Merge pull request #3651 from ReinUsesLisp/line-widths | 2020-04-13 | 5 | -2/+33 | ||
| |\ \ \ \ | ||||||
| | * | | | | gl_rasterizer: Implement line widths and smooth lines | 2020-04-13 | 5 | -2/+33 | ||
| * | | | | | Merge pull request #3638 from ReinUsesLisp/remove-preserve-contents | 2020-04-13 | 3 | -47/+31 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | texture_cache: Remove preserve_contents | 2020-04-11 | 3 | -47/+31 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #3631 from ReinUsesLisp/more-astc | 2020-04-13 | 1 | -82/+159 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | astc: Hard code bit depth changes to 8 and use fast replicate | 2020-04-09 | 1 | -21/+15 | ||
| | * | | | | | astc: Use boost's static_vector to avoid heap allocations | 2020-04-09 | 1 | -10/+14 | ||
| | * | | | | | astc: Implement a fast precompiled alternative for Replicate | 2020-04-09 | 1 | -2/+57 | ||
| | * | | | | | astc: Move Replicate to a constexpr LUT when possible | 2020-04-09 | 1 | -8/+38 | ||
| | * | | | | | astc: Make InputBitStream constexpr | 2020-04-09 | 1 | -11/+11 | ||
| | * | | | | | astc: OutputBitStream style changes and make it constexpr | 2020-04-09 | 1 | -32/+26 | ||
| * | | | | | | Merge pull request #3619 from ReinUsesLisp/i2i | 2020-04-13 | 1 | -13/+100 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | shader/conversion: Implement I2I sign extension, saturation and selection | 2020-04-07 | 2 | -14/+101 | ||
| * | | | | | | | Merge pull request #3627 from ReinUsesLisp/layered-view | 2020-04-13 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_texture_cache: Attach view instead of base texture for layered attachments | 2020-04-08 | 1 | -2/+2 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3646 from ReinUsesLisp/fix-glsl-turing | 2020-04-13 | 1 | -6/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_shader_decompiler: Implement merges with bitfieldInsert | 2020-04-12 | 1 | -4/+2 | ||
| | * | | | | | | | gl_shader_decompiler: Improve generated code in HMergeH* | 2020-04-12 | 1 | -6/+8 | ||
| * | | | | | | | | Merge pull request #3633 from ReinUsesLisp/clean-texdec | 2020-04-13 | 1 | -14/+0 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | * | | | | | | | shader/texture: Remove type mismatches management from shader decoder | 2020-04-10 | 1 | -14/+0 | ||
| * | | | | | | | | Merge pull request #3606 from ReinUsesLisp/nvflinger | 2020-04-12 | 3 | -10/+44 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service/vi: Partially implement BufferQueue disconnect | 2020-04-10 | 3 | -10/+44 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #3578 from ReinUsesLisp/vmnmx | 2020-04-12 | 3 | -1/+117 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | shader/video: Partially implement VMNMX | 2020-04-12 | 3 | -0/+116 | ||
| | * | | | | | | | | shader_bytecode: Fix I2I_IMM encoding | 2020-03-28 | 1 | -1/+1 | ||
| * | | | | | | | | | Merge pull request #3644 from ReinUsesLisp/msaa | 2020-04-12 | 2 | -6/+76 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | video_core: Add MSAA registers in 3D engine and TIC | 2020-04-12 | 2 | -6/+76 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #3635 from FernandoS27/buffer-free | 2020-04-11 | 2 | -9/+33 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Buffer queue: Correct behavior of free buffer. | 2020-04-10 | 2 | -9/+33 | ||
| * | | | | | | | | | Merge pull request #3611 from FearlessTobi/port-4956 | 2020-04-11 | 2 | -8/+22 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | yuzu: Fixes to game list sorting | 2020-04-06 | 2 | -8/+22 | ||
| * | | | | | | | | | Merge pull request #3594 from ReinUsesLisp/vk-instance | 2020-04-10 | 19 | -340/+624 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | yuzu: Drop SDL2 and Qt frontend Vulkan requirements | 2020-04-07 | 16 | -314/+371 | ||
| | * | | | | | | | | renderer_vulkan: Query device names from the backend | 2020-04-07 | 4 | -35/+79 | ||
| | * | | | | | | | | common/dynamic_library: Import and adapt helper from Dolphin | 2020-04-07 | 3 | -0/+183 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #3607 from FearlessTobi/input-kms | 2020-04-10 | 3 | -18/+21 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | yuzu/configuration: Only assert that all buttons exist when we are handling t... | 2020-04-05 | 2 | -14/+16 | ||
| | * | | | | | | | yuzu/configure_input_simple: Fix "Docked Joycons" controller profile | 2020-04-05 | 1 | -4/+5 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||