- 03 Jul, 2023 1 commit
-
-
german77 authored
-
- 02 Jul, 2023 14 commits
-
-
liamwhite authored
core_timing: Remove GetCurrentTimerResolution in CoreTiming loop
-
liamwhite authored
Add support for VK_KHR_image_format_list
-
liamwhite authored
kernel: Synchronize
-
Morph authored
Other programs may change this value, but if thousands of syscalls in this loop is undesirable, then we can just set this once.
-
liamwhite authored
android: Rework MemoryUtil
-
liamwhite authored
Memory Tracking: Add mechanism to register small writes when gpu page is contested by GPU
-
liamwhite authored
fsmitm_romfsbuild: avoid full path lookups
-
Fernando S authored
Revert "texture_cache: Fix incorrect logic for AccelerateDMA"
-
liamwhite authored
Minor cleanup in BufferCacheRuntime::ReserveNullBuffer
-
liamwhite authored
vulkan: Improvements to macOS surface creation
-
liamwhite authored
general: Misc changes that did not deserve their own PRs
-
liamwhite authored
sink_stream: Resolve heap buffer corruption due to out of bounds write
-
liamwhite authored
input_common: Tune mouse controls
-
- 01 Jul, 2023 11 commits
-
-
Steveice10 authored
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.
-
Morph authored
-
comex authored
As far as I can tell, there is no reason to OR this bit in separately.
-
GPUCode authored
* Many times the format itself wouldn't have been added to the list causing device losses for nvidia GPUs * Also account for ASTC acceleration storage views
-
GPUCode authored
-
Steveice10 authored
-
zhaobot authored
Co-authored-by: The yuzu Community <noreply-fake@community.yuzu-emu.org>
-
Morph authored
-
Morph authored
-
Morph authored
-
german77 authored
-
- 30 Jun, 2023 7 commits
-
-
Fernando S authored
Texture cache: Fix YFC regression due to code testing
-
Charles Lombardo authored
-
Morph authored
-
Morph authored
Allows for implicit conversion to std::span<T>.
-
Fernando S authored
AccelerateDMA: Don't accelerate 3D texture DMA operations
-
Charles Lombardo authored
Uses string templates and rounds up memory amount for potentially inaccurate checks now
-
Morph authored
Also, remove the use of ScratchBuffer when upmixing, as other channels may not be initialized with zeroed out data.
-
- 29 Jun, 2023 7 commits
-
-
Fernando Sahmkow authored
-
Charles Lombardo authored
android: Suppress a known incompatibility
-
liamwhite authored
x64: Make use of monitorx instructions for power efficient sleeps (AMD)
-
liamwhite authored
input_common: Remove duplicated enum and fix ring detection
-
liamwhite authored
Blacklist EDS3 blending from new AMD drivers
-
Abandoned Cart authored
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.
-
Fernando Sahmkow authored
-