Commit Graph

27040 Commits (master)
 

Author SHA1 Message Date
Liam d6d43e11a3 vulkan_device: disable EDS3 blending on all AMD drivers 2 years ago
Alexandre Bouvier 9d6f8e88b2 vulkan: centralize config 2 years ago
zhaobot 2754f6c883
Update translations (2023-08-01) (#11198)
Co-authored-by: The yuzu Community <noreply-fake@community.yuzu-emu.org>
2 years ago
Fernando S ef5618e486
Merge pull request #11195 from Morph1984/misaligned
audren_u: Fix parameter alignment
2 years ago
Morph d31676935e vulkan_device: Test depth stencil blit support by format 2 years ago
Morph 9bca45aa15 audren_u: Fix parameter alignment
The reduction in size from 0x38 to 0x34 caused the parameter to be misaligned. Skipping 1 word fixes this.
2 years ago
liamwhite 2a9eab5e1b
Merge pull request #11188 from abouvier/vma-fix
vma: enable options everywhere
2 years ago
liamwhite 083fb8a15f
Merge pull request #11181 from Kelebek1/audrenparaminternal
Fix AudioRendererParameterInternal's size
2 years ago
liamwhite 06fa13a014
Merge pull request #11169 from GPUCode/desc-stuff
vk_descriptor_pool: Disallow descriptor set free
2 years ago
liamwhite 1ed6e3e51d
Merge pull request #11173 from Morph1984/atleast_nanosecond_precision
wall_clock: Increase precision requirements
2 years ago
liamwhite e2623d64de
Merge pull request #11186 from lat9nq/tz-gen-once
tz_content_man: Generate the time zone binary once
2 years ago
liamwhite 0f37756a3a
Merge pull request #11182 from Moonlacer/revert-11163-revert-10946-amdBlending
Revert the Revert! Reverts the Revert of "Blacklist EDS3 blending from new AMD drivers"
2 years ago
Alexandre Bouvier ed3f9bab11 vma: enable options everywhere 2 years ago
Moonlacer deafa92122 Formatting fix 2 years ago
Moonlacer c6458970ad Match log warning 2 years ago
lat9nq eaf2ab5289 tz_content_man: Generate the time zone binary once
Fixes a memory leak with time zone binaries accumulating on theirselves.
2 years ago
lat9nq 7aa848080d shared_widget: Only save global settings as needed
Fixes a potential but not reproduced issue where the custom config
is being applied to the global config.
2 years ago
lat9nq 55c0b55d1d config(qt): Write the UiGeneral category 2 years ago
Moonlacer a4a106bb25 Formatting fix 2 years ago
Moonlacer f4e5d07619 Address feedback and change log warning 2 years ago
Kelebek1 70f37be9b9 Fix AudioRendererParameterInternal's size 2 years ago
Moonlacer 36d48cef50
Revert "Revert "Blacklist EDS3 blending from new AMD drivers"" 2 years ago
lat9nq d90c622549 Merge branch 'pgc-plus' of github.com:lat9nq/yuzu into pgc-plus 2 years ago
lat9nq 05c8063ac1 config(qt): Fix generic read setting
Previously was not respecting whether the setting was default.
2 years ago
liamwhite 689dc4a17b
Merge pull request #11155 from liamwhite/memory3
memory: check page against address space size
2 years ago
liamwhite 9352a0f2e6
Merge pull request #11156 from 8bitDream/localize
android: Only label language with language
2 years ago
liamwhite b1730d3c72
Merge pull request #11163 from Moonlacer/revert-10946-amdBlending
Revert "Blacklist EDS3 blending from new AMD drivers"
2 years ago
Morph bb4e676155 wall_clock: Increase precision requirements
We are providing a conversion to nanoseconds in NativeClock, which is more precise than the GPU tick.
2 years ago
GPUCode 8c2411da29 vk_descriptor_pool: Disallow descriptor set free 2 years ago
Morph 26658c2e93 vulkan_device: Return true if either depth/stencil format supports blit
On devices that don't support D24S8 but supports D32S8, this should still return true if D32S8 supports src and dst blit
2 years ago
Moonlacer 4007142b91
Revert "Blacklist EDS3 blending from new AMD drivers" 2 years ago
liamwhite a1c355051e
Merge pull request #11128 from german77/discord
yuzu: Replace httplib with QtNetworkRequest
2 years ago
liamwhite d3da1e6517
Merge pull request #10990 from comex/ubsan
Fixes and workarounds to make UBSan happier on macOS
2 years ago
liamwhite 6ffcc3d5d2
Merge pull request #11142 from german77/avoid_crash
yuzu: Avoid reading broken games
2 years ago
Morph 01b379fe20 Address feedback 2 years ago
lat9nq 195403c87c (ui)settings: Add more runtime_modifiable settings 2 years ago
lat9nq 1bc0b673aa backend: Remove usage of explicit operator overload
Causes a crash on MSVC from a race condition on application quit.

Intended to address yuzu-emu/yuzu/issues/11137
2 years ago
lat9nq 397333b2d5 settings: Correct Linkage member impl location 2 years ago
Morph 4742627744
Merge pull request #11157 from lat9nq/nasm
cmake: Download nasm from our external repo
2 years ago
lat9nq 43920aa1a0 cmake: Download nasm from our external repo
This package download has intermittent failures due to host Internet
issues (presumably), so download it ourselves from our own hosting.
2 years ago
flodavid b881949b6d yuzu: Enable controller interaction in Controller Applet 2 years ago
Abandoned Cart e2ea46f6ef android: Only label language with language 2 years ago
Liam 07f71e2620 memory: check page against address space size 2 years ago
lat9nq b1716a9e14 settings: Set GPU as default ASTC decoder 2 years ago
liamwhite 18000df5e9
Merge pull request #11095 from liamwhite/memory2
memory: cleanup
2 years ago
liamwhite bb0edb53ae
Merge pull request #11135 from liamwhite/getaddrinfo
core: implement GetGaiStringErrorRequest, IContextRegistrar
2 years ago
liamwhite 099295d7c6
Merge pull request #11136 from liamwhite/sp3shader
ssa_rewrite_pass: use proper maps
2 years ago
german77 a0ed0e4e10 yuzu: Avoid reading broken games 2 years ago
lat9nq ab2921121e shared_widget: Determine default request earlier
Fixes a bug where a restore button could be created for an unmanaged
widget.
2 years ago
lat9nq f84e7b4656 settings_common: Document specializations 2 years ago