| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | General: Correct rebase, sync gpu and context management. | 2020-06-27 | 5 | -2/+25 | ||
| * | | | | | | | General: Setup yuzu threads' microprofile, naming and registry. | 2020-06-27 | 1 | -1/+5 | ||
| * | | | | | | | General: Recover Prometheus project from harddrive failure | 2020-06-27 | 1 | -2/+3 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #4147 from ReinUsesLisp/hset2-imm | 2020-06-26 | 2 | -21/+75 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | shader/half_set: Implement HSET2_IMM | 2020-06-22 | 2 | -21/+75 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #4144 from FernandoS27/tt-fix | 2020-06-26 | 1 | -0/+3 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | TextureCache: Fix case where layer goes off bound. | 2020-06-22 | 1 | -0/+3 | ||
| * | | | | | | Merge pull request #4111 from ReinUsesLisp/preserve-contents-vk | 2020-06-26 | 2 | -7/+58 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | vk_rasterizer: Don't preserve contents on full screen clears | 2020-06-18 | 2 | -7/+58 | ||
| * | | | | | | Merge pull request #4151 from ReinUsesLisp/gl-invalidations | 2020-06-25 | 2 | -6/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_shader_cache: Avoid use after move for program size | 2020-06-23 | 2 | -6/+7 | ||
| * | | | | | | | gl_device: Fix IsASTCSupported | 2020-06-25 | 1 | -1/+1 | ||
| | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | | Merge pull request #4105 from ReinUsesLisp/resident-buffers | 2020-06-24 | 14 | -213/+277 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | buffer_cache: Use buffer methods instead of cache virtual methods | 2020-06-24 | 5 | -99/+90 | ||
| | * | | | | | | gl_stream_buffer: Use InvalidateBufferData instead unmap and map | 2020-06-24 | 2 | -15/+5 | ||
| | * | | | | | | gl_rasterizer: Use NV_vertex_buffer_unified_memory for vertex buffer robustness | 2020-06-24 | 3 | -9/+39 | ||
| | * | | | | | | gl_buffer_cache: Mark buffers as resident | 2020-06-24 | 10 | -67/+111 | ||
| | * | | | | | | gl_device: Expose NV_vertex_buffer_unified_memory except on Turing | 2020-06-24 | 2 | -1/+30 | ||
| | * | | | | | | gl_stream_buffer: Always use a non-coherent buffer | 2020-06-24 | 2 | -14/+10 | ||
| | * | | | | | | gl_stream_buffer: Always use persistent memory maps | 2020-06-24 | 2 | -30/+14 | ||
| * | | | | | | | Merge pull request #4083 from Morph1984/B10G11R11F | 2020-06-24 | 1 | -9/+17 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | decode/image: Implement B10G11R11F | 2020-06-20 | 1 | -9/+17 | ||
| * | | | | | | | | Merge pull request #4046 from ogniK5377/macro-hle-prod | 2020-06-24 | 9 | -10/+219 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | addressed issues | 2020-06-24 | 2 | -4/+7 | ||
| | * | | | | | | | clear mme draw mode | 2020-06-24 | 1 | -0/+3 | ||
| | * | | | | | | | Addressed issues | 2020-06-24 | 5 | -13/+17 | ||
| | * | | | | | | | Fix constbuffer for 0217920100488FF7 | 2020-06-24 | 1 | -6/+6 | ||
| | * | | | | | | | Macro HLE support | 2020-06-24 | 9 | -10/+209 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #4129 from Morph1984/texture-shadow-lod-workaround | 2020-06-24 | 3 | -7/+50 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | gl_shader_decompiler: Enable GL_EXT_texture_shadow_lod if available | 2020-06-20 | 1 | -7/+43 | ||
| | * | | | | | | gl_device: Check for GL_EXT_texture_shadow_lod | 2020-06-20 | 2 | -0/+7 | ||
| * | | | | | | | Merge pull request #4127 from lioncash/dst-typo | 2020-06-23 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | texture_cache: Fix incorrect address used in a DeduceSurface() call | 2020-06-20 | 1 | -1/+1 | ||
| * | | | | | | | Merge pull request #4110 from ReinUsesLisp/direct-upload-sets | 2020-06-22 | 3 | -42/+30 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | vk_update_descriptor: Upload descriptor sets data directly | 2020-06-18 | 3 | -42/+30 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #4122 from lioncash/hide | 2020-06-21 | 4 | -28/+31 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | memory_manager: Eliminate variable shadowing | 2020-06-19 | 2 | -24/+28 | ||
| | * | | | | | | macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult() | 2020-06-19 | 1 | -2/+2 | ||
| | * | | | | | | buffer_cache: Eliminate local variable shadowing | 2020-06-19 | 1 | -2/+1 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #4126 from lioncash/noexcept | 2020-06-21 | 2 | -3/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | vulkan/wrapper: Remove noexcept from GetSurfaceCapabilitiesKHR() | 2020-06-19 | 2 | -3/+2 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #4120 from lioncash/arb | 2020-06-20 | 1 | -32/+31 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_arb_decompiler: Avoid several string copies | 2020-06-19 | 1 | -32/+31 | ||
| | |/ / / / / | ||||||
| * | | | | | | macro_jit_x64: Use ecx for shift register | 2020-06-20 | 1 | -2/+2 | ||
| * | | | | | | Merge pull request #4125 from lioncash/macro-shift | 2020-06-20 | 1 | -6/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate() | 2020-06-19 | 1 | -3/+3 | ||
| | * | | | | | | macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister() | 2020-06-19 | 1 | -3/+4 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #4123 from lioncash/unused-var | 2020-06-20 | 1 | -2/+1 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | macro_jit_x64: Remove unused variable | 2020-06-19 | 1 | -2/+1 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #4099 from MerryMage/macOS-build | 2020-06-19 | 5 | -14/+16 | ||
| |\ \ \ \ \ | ||||||