| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-24 | gl_device: Expose NV_vertex_buffer_unified_memory except on Turing | ReinUsesLisp | |
| Expose NV_vertex_buffer_unified_memory when the driver supports it. This commit adds a function the determine if a GL_RENDERER is a Turing GPU. This is required because on Turing GPUs Nvidia's driver crashes when the buffer is marked as resident or on DeleteBuffers. Without a synchronous debug output (single threaded driver), it's likely that the driver will crash in the first blocking call. | |||
| 2020-06-24 | gl_stream_buffer: Always use a non-coherent buffer | ReinUsesLisp | |
| 2020-06-24 | gl_stream_buffer: Always use persistent memory maps | ReinUsesLisp | |
| yuzu no longer supports platforms without persistent maps. | |||
| 2020-06-24 | Merge pull request #4129 from Morph1984/texture-shadow-lod-workaround | Rodrigo Locatti | |
| gl_shader_decompiler: Workaround textureLod when GL_EXT_texture_shadow_lod is not available | |||
| 2020-06-24 | Move GetKeyCodeMapImpl to an anonymous namespace | David Marcec | |
| 2020-06-24 | addressed issues | David Marcec | |
| 2020-06-24 | clear mme draw mode | David Marcec | |
| We already draw, so we can clear it | |||
| 2020-06-24 | Addressed issues | David Marcec | |
| 2020-06-24 | Fix constbuffer for 0217920100488FF7 | David Marcec | |
| 2020-06-24 | Macro HLE support | David Marcec | |
| 2020-06-24 | Fixed logging output | David Marcec | |
| 2020-06-24 | Implement GetKeyCodeMap & GetKeyCodeMap2 | David Marcec | |
| Closes #3919 | |||
| 2020-06-23 | Merge pull request #4138 from Morph1984/GyroscopeZeroDriftMode | bunnei | |
| hid: Implement Get/ResetGyroscopeZeroDriftMode | |||
| 2020-06-23 | gl_shader_cache: Avoid use after move for program size | ReinUsesLisp | |
| All programs had a size of zero due to this bug, skipping invalidations. While we are at it, remove some unused forward declarations. | |||
| 2020-06-23 | Merge pull request #4128 from lioncash/move2 | bunnei | |
| software_keyboard: Eliminate trivial redundant copies | |||
| 2020-06-23 | cleanup check access, read, and factory GetNextInput funcs. Use size rather ↵ | Ameer | |
| than magic number | |||
| 2020-06-23 | Merge pull request #4135 from FearlessTobi/port-5324 | bunnei | |
| Port citra-emu/citra#5324: "Update manifest file to include new elements that are introduced with Windows 10 later versions" | |||
| 2020-06-23 | Merge pull request #4127 from lioncash/dst-typo | bunnei | |
| texture_cache: Fix incorrect address used in a DeduceSurface() call | |||
| 2020-06-23 | Merge pull request #3948 from Morph1984/log-cpu-instructions | bunnei | |
| main/common: Log/append AVX/FMA to the Host CPU string if available and add AVX512 detection | |||
| 2020-06-23 | Fix deallocation of GC Adapter | Ameer | |
| 2020-06-23 | Merge pull request #4148 from Morph1984/silence-warnings | Rodrigo Locatti | |
| Silence miscellaneous warnings | |||
| 2020-06-22 | yuzu_tester: Silence type conversion warning | Morph | |
| 2020-06-22 | lm: Silence no return value warning | Morph | |
| 2020-06-22 | Small quality of life indication that mapped button is GC | Ameer | |
| 2020-06-22 | shader/half_set: Implement HSET2_IMM | ReinUsesLisp | |
| Add HSET2_IMM. Due to the complexity of the encoding avoid using BitField unions and read the relevant bits from the code itself. This is less error prone. | |||
| 2020-06-22 | std::array and const reference passing of non-trivial objects | Ameer | |
| 2020-06-22 | update libusb dependency | Ameer | |
| 2020-06-22 | Update src/input_common/main.cpp | ameerj | |
| Co-authored-by: LC <mathew1800@gmail.com> update libusb submodule (hopefully windows build error fixed) | |||
| 2020-06-22 | account: Update function tables and add missing classes (#4145) | VolcaEM | |
| * account: Update function tables and add missing classes * clang-format * Add missing "public" * Add missing public again * Add missing final | |||
| 2020-06-22 | Merge pull request #4142 from Morph1984/core-arm-logging | LC | |
| arm_dynarmic: Minor logging changes | |||
| 2020-06-22 | TextureCache: Fix case where layer goes off bound. | Fernando Sahmkow | |
| The returned layer is expected to be between 0 and the depth of the surface, anything larger is off bounds. | |||
| 2020-06-22 | Reorder variables to comply with the Auzure build pipeline | unknown | |
| 2020-06-22 | arm_dynarmic_64: Log the instruction when an exception is raised | Morph | |
| 2020-06-22 | arm_dynarmic_32: Log under Core_ARM instead of HW_GPU | Morph | |
| 2020-06-22 | Merge pull request #4110 from ReinUsesLisp/direct-upload-sets | Rodrigo Locatti | |
| vk_update_descriptor: Upload descriptor sets data directly | |||
| 2020-06-22 | renderer_vulkan: Update validation layer name and test before enabling | ReinUsesLisp | |
| Update validation layer string to VK_LAYER_KHRONOS_validation. While we are at it, properly check for available validation layers before enabling them. | |||
| 2020-06-21 | Tidy up the pointers, use pair over tuple where appropriate | Ameer | |
| 2020-06-21 | fix for sleep using stl | Ameer | |
| 2020-06-21 | Merge pull request #4122 from lioncash/hide | bunnei | |
| video_core: Eliminate some variable shadowing | |||
| 2020-06-21 | Merge pull request #4126 from lioncash/noexcept | bunnei | |
| vulkan/wrapper: Remove noexcept from GetSurfaceCapabilitiesKHR() | |||
| 2020-06-21 | Merge pull request #4134 from FearlessTobi/port-5322 | bunnei | |
| Port citra-emu/citra#5322: "Fix: fatal error CVT1100 when compiling manifest file" | |||
| 2020-06-21 | shared_ptr for the GC adapter class, constexpr constants | Ameer | |
| 2020-06-21 | std::arrays where appropriate, clear q in adapter class, other touch ups | Ameer | |
| 2020-06-21 | fix include thread | Ameer | |
| 2020-06-21 | Singleton GC Adapter class, remove globals, fix naming convention | Ameer | |
| Fix clang formatting Manual fix for configure_input_player formatting Add missing lib usb cmake command | |||
| 2020-06-21 | hid: Implement Get/ResetGyroscopeZeroDriftMode | Morph | |
| - Used by Captain Toad Treasure Tracker | |||
| 2020-06-21 | Clang Formatting | Ameer | |
| 2020-06-21 | Cleanup after linter | Ameer | |
| 2020-06-21 | Add libusb dependency | Ameer | |
| 2020-06-21 | GC Adapter Implementation | Ameer | |
