Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-01 | vulkan_common: use device local preferred for image memory | Liam | |
2023-07-01 | Merge pull request #10984 from comex/cob | liamwhite | |
Minor cleanup in BufferCacheRuntime::ReserveNullBuffer | |||
2023-07-01 | Merge pull request #10974 from Steveice10/macos_vk | liamwhite | |
vulkan: Improvements to macOS surface creation | |||
2023-07-01 | Merge pull request #10970 from Morph1984/thing | liamwhite | |
general: Misc changes that did not deserve their own PRs | |||
2023-07-01 | Merge pull request #10966 from Morph1984/heap-corruption | liamwhite | |
sink_stream: Resolve heap buffer corruption due to out of bounds write | |||
2023-07-01 | Merge pull request #10950 from german77/mouse_tune | liamwhite | |
input_common: Tune mouse controls | |||
2023-07-01 | yuzu: Use test window with VulkanSurface to check for present modes. | Steveice10 | |
It is probably not correct to create a surface on a non-VulkanSurface window. On macOS this causes a preferences crash due to missing CAMetalLayer. | |||
2023-07-01 | Minor cleanup in BufferCacheRuntime::ReserveNullBuffer | comex | |
As far as I can tell, there is no reason to OR this bit in separately. | |||
2023-06-30 | vulkan: Use newer VK_EXT_metal_surface to create surface for MoltenVK. | Steveice10 | |
2023-06-30 | parcel: Optimize small_vector sizes | Morph | |
2023-06-30 | maxwell_dma: Specify dst_operand.pitch instead of a temp var | Morph | |
2023-06-30 | general: Use ScratchBuffer where possible | Morph | |
2023-06-30 | yuzu: Ensure mouse panning can't be enabled with real mouse emulation | german77 | |
2023-06-30 | Merge pull request #10953 from FernandoS27/oh-oopsies-yfc | Fernando S | |
Texture cache: Fix YFC regression due to code testing | |||
2023-06-30 | ring_buffer: Fix const usage on std::span | Morph | |
2023-06-30 | scratch_buffer: Add member types to ScratchBuffer | Morph | |
Allows for implicit conversion to std::span<T>. | |||
2023-06-30 | Merge pull request #10956 from FernandoS27/pikmin-another-game-ill-hate | Fernando S | |
AccelerateDMA: Don't accelerate 3D texture DMA operations | |||
2023-06-30 | sink_stream: Resolve heap buffer corruption due to out of bounds write | Morph | |
Also, remove the use of ScratchBuffer when upmixing, as other channels may not be initialized with zeroed out data. | |||
2023-06-29 | AccelerateDMA: Don't accelerate 3D texture DMA operations | Fernando Sahmkow | |
2023-06-29 | Merge pull request #10955 from 8bitDream/gradle | Charles Lombardo | |
android: Suppress a known incompatibility | |||
2023-06-29 | Merge pull request #10935 from Morph1984/mwaitx | liamwhite | |
x64: Make use of monitorx instructions for power efficient sleeps (AMD) | |||
2023-06-29 | Merge pull request #10937 from german77/ring | liamwhite | |
input_common: Remove duplicated enum and fix ring detection | |||
2023-06-29 | Merge pull request #10946 from goldenx86/amdBlending | liamwhite | |
Blacklist EDS3 blending from new AMD drivers | |||
2023-06-29 | android: Suppress a known incompatibility | Abandoned Cart | |
Android Gradle plugin 8.0.2 is designed for API 33, but a newer plugin hasn't been released yet. The warning message is rather extravagant, but also suggests adding this property if you are aware of the risks. | |||
2023-06-29 | Texture cache: Fix YFC regression due to code testing | Fernando Sahmkow | |
2023-06-29 | input_common: Allow timeouts to happen while scanning for a ring | german77 | |
2023-06-28 | input_common: Tune mouse controls | Narr the Reg | |
2023-06-28 | Blacklist EDS3 blending from new AMD drivers | MatÃas Locatti | |
2023-06-28 | android: Android 14 support | Charles Lombardo | |
Specifies the permissions needed for the changes to foreground services in Android 14. | |||
2023-06-28 | input_common: Remove duplicated DriverResult enum | german77 | |
2023-06-28 | x64: cpu_wait: Implement MWAITX for non-MSVC compilers | Morph | |
2023-06-28 | x64: cpu_wait: Remove magic values | Morph | |
2023-06-28 | x64: cpu_wait: Make use of MWAITX in MicroSleep | Morph | |
MWAITX is equivalent to UMWAIT on Intel's Alder Lake CPUs. We can emulate TPAUSE by using MONITORX in conjunction with MWAITX to wait for 100K cycles. | |||
2023-06-28 | x64: Add detection of monitorx instructions | Morph | |
monitorx introduces 2 instructions: MONITORX and MWAITX. | |||
2023-06-27 | renderer_vulkan: Prevent crashes when blitting depth stencil | GPUCode | |
2023-06-27 | video_core: Add BCn decoding support | GPUCode | |
2023-06-27 | renderer_vulkan: Add more feature checking | GPUCode | |
2023-06-27 | renderer_vulkan: Don't assume debug tool with debug renderer | GPUCode | |
* Causes crashes because mali drivers don't support debug utils | |||
2023-06-27 | renderer_vulkan: Bump minimum SPIRV version | GPUCode | |
* 1.3 is guaranteed on all 1.1 drivers | |||
2023-06-27 | renderer_vulkan: Respect viewport limit | GPUCode | |
2023-06-27 | renderer_vulkan: Don't add transform feedback flag if unsupported | GPUCode | |
2023-06-27 | renderer_vulkan: Add suport for debug report callback | GPUCode | |
2023-06-27 | Merge pull request #10933 from merryhime/dunno | liamwhite | |
arm_dynarmic_32: Remove disabling of block linking on arm64 | |||
2023-06-27 | settings: Clean up includes | lat9nq | |
Adds <version> since we are looking at C++ implementation version details. Also moves exception header includes into the if preprocessor command since we only use it there. | |||
2023-06-27 | arm_dynarmic_32: Remove disabling of block linking on arm64 | Merry | |
2023-06-27 | settings: Catch runtime_error, fallback time zone | lat9nq | |
Windows will let you select time zones that will fail in their own C++ implementation library. Evidently from the stack trace, we get a runtime error to work with, so catch it and use the fallback. | |||
2023-06-27 | yuzu: Fix clang format | german77 | |
2023-06-27 | Merge pull request #9663 from EBADBEEF/disable-controller-applet | Narr the Reg | |
qt: add option to disable controller applet | |||
2023-06-27 | Merge pull request #10867 from Kelebek1/dma_safe | liamwhite | |
Use safe reads in DMA engine | |||
2023-06-27 | Merge pull request #10473 from GPUCode/vma | liamwhite | |
Use vulkan memory allocator |