summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-29Merge pull request #10110 from Morph1984/intel-disable-computebunnei
vk_pipeline_cache: Skip compute pipelines on Intel proprietary drivers
2023-04-29Merge pull request #10082 from FernandoS27/the-testers-really-love-chocolatebunnei
Refactor Accelerate DMA and do downloads through TC.
2023-04-29Texture Cache: Release stagging buffers on tick frameFernando Sahmkow
2023-04-29Address Feedback & Clang FormatFernando Sahmkow
2023-04-29Maxwell3D: only update parameters on HighFernando Sahmkow
2023-04-29Accelerate DMA: Use texture cache async downloads to perform the copiesFernando Sahmkow
to host. WIP
2023-04-29TextureCache: refactor DMA downloads to allow multiple buffers.Fernando Sahmkow
2023-04-28vk_pipeline_cache: Skip compute pipelines on Intel proprietary driversMorph
Intel's SPIR-V shader compiler is broken. For now, skip compiling any compute pipelines until they fix this issue. This is not a perfect workaround, as there are a small subset of non-compute pipelines that still cause it to crash, but this should cover the majority of crashes. It is unfortunate that even with a test case reported 6 months ago the issue has not been fixed in favor of fixing "the most popular games and apps". Intel, you can do better than this.
2023-04-24Merge pull request #10051 from liamwhite/surface-capabilitiesFernando S
vulkan: pick alpha composite flags based on available values
2023-04-24Merge pull request #10056 from vonchenplus/audout_uFernando S
core: audio: return result when audio_out initialize failed
2023-04-24Merge pull request #10069 from liamwhite/logFernando S
maxwell_3d: fix out of bounds array access in size estimation
2023-04-22maxwell_3d: fix out of bounds array access in size estimationLiam
2023-04-22Merge pull request #10074 from Kelebek1/fermi_blitFernando S
Account for a pre-added offset when using Corner sample mode for 2D blits
2023-04-21Merge pull request #10076 from german77/TryPopMyFriendbunnei
core: am: Demote TryPopFromFriendInvitationStorageChannel Log level
2023-04-21Merge pull request #10068 from twitchax/twitchax/dr_bind_addressbunnei
Allow passing `--bind-address` to dedicated room.
2023-04-21Merge pull request #10060 from german77/no_deadbunnei
core: hid: Remove deadzone of virtual controller
2023-04-21core: am: Demote TryPopFromFriendInvitationStorageChannel Log levelgerman77
2023-04-21Account for a pre-added offset when using Corner sample mode for 2D blitsKelebek1
2023-04-19Merge pull request #10057 from liamwhite/its-not-in-the-timelinebunnei
vulkan: use plain fences when timeline semaphores are not available
2023-04-19Run clang-format to fix all.Aaron Roney
2023-04-19Merge pull request #10053 from german77/nfp_fullbunnei
service: nfp: Implement all interfaces
2023-04-19Fix formatting.Aaron Roney
2023-04-19Allow passing `bind_address` to dedicated room.Aaron Roney
2023-04-16core: audio: return result when audio_out initialize failedFengChen
2023-04-15core: hid: Remove deadzone of virtual controllergerman77
2023-04-14vulkan: use plain fences when timeline semaphores are not availableLiam
2023-04-14Merge pull request #10030 from Wollnashorn/botw-amd-fixbunnei
shader_recompiler: Fix ImageGather rounding on AMD/Intel
2023-04-14Merge pull request #10055 from v1993/patch-1Narr the Reg
input_common: minor fix to mouse movement
2023-04-14service: nfp: Implement debug InterfaceNarr the Reg
2023-04-14service: nfp: Implement system interfaceNarr the Reg
2023-04-14input_common: minor fix to mouse movementValeri
2023-04-13service: nfp: Use an unique interfaceNarr the Reg
2023-04-13vulkan: pick alpha composite flags based on available valuesLiam
2023-04-12video_core: Enable ImageGather rounding fix on AMD open source driversWollnashorn
2023-04-11Merge pull request #10008 from vonchenplus/texture_cacheliamwhite
video_core: update imageinfo implement
2023-04-10Merge pull request #10027 from bylaws/masterliamwhite
Add some explicit latency to sample count reporting
2023-04-10Merge pull request #10035 from liamwhite/long-longMai
kernel: switch extended memory setting to 8GB arrangement
2023-04-09kernel: move more memory to application in 8GB arrangementLiam
2023-04-08Merge pull request #10014 from goldenx86/linuxLTOliamwhite
Re-enable LTO for GCC
2023-04-08kernel: switch extended memory setting to 8GB arrangementLiam
2023-04-08Use GetGlobalTimeNs as opposed to clock ticksBilly Laws
2023-04-08shader_recompiler: Use vector arithmetic rather than component-wise in ↵Wollnashorn
ImageGatherSubpixelOffset Should be more efficient and better readable
2023-04-08video_core: Enable ImageGather with subpixel offset on IntelWollnashorn
2023-04-08shader_recompiler: Add subpixel offset for correct rounding at `ImageGather`Wollnashorn
On AMD a subpixel offset of 1/512 of the texel size is applied to the texture coordinates at a ImageGather call to ensure the rounding at the texel centers is done the same way as in Maxwell or other Nvidia architectures. See https://www.reedbeta.com/blog/texture-gathers-and-coordinate-precision/ for more details why this might be necessary. This should fix shadow artifacts at object edges in Zelda: Breath of the Wild (#9957, #6956).
2023-04-08Merge pull request #10022 from liamwhite/gcc-13bunnei
general: fixes for gcc 13
2023-04-04Merge pull request #10028 from zhaobot/tx-update-20230404051754Mai
Update translations (2023-04-04)
2023-04-04Update translations (2023-04-04)The yuzu Community
2023-04-03Add some explicit latency to sample count reportingBilly Laws
Some games have very tight scheduling requirements for their audio which can't really be matched on the host, adding a constant to the reported value helps to provide some leeway.
2023-04-03Merge pull request #10024 from german77/crysisliamwhite
service: hid: Fix handle validation
2023-04-03Merge pull request #10004 from Kelebek1/cubemapliamwhite
[texture_cache] Only upload GPU-modified overlaps