summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-05gl_device: Filter more specifically for slow ASTClat9nq
Adds a check to find if the renderer is Intel DG (i.e. DG2). gl_device: Detect Mesa to disable their ASTC In our testing, our own ASTC decoder has shown itself to perform faster than the included one from the driver. Disable theirs when Mesa is detected. Mesa detection depends on the vendor string. Some drivers never appear outside of *nix contexts, so only check those in the *nix context. gl_device: Internalize Intel DG detection
2023-08-03Merge pull request #11209 from ameerj/subgroup_size_controlliamwhite
vulkan_device: Fix VK_EXT_subgroup_size_control detection
2023-08-02vulkan_device: Fix subgroup_size_control detection on Vulkan 1.3Ameer J
2023-08-02vulkan_device: Fix VK_EXT_subgroup_size_control detectionAmeer J
2023-08-02Merge pull request #11202 from abouvier/vulkan-configliamwhite
vulkan: centralize config
2023-08-02Merge pull request #10839 from lat9nq/pgc-plusliamwhite
general: Reimplement per-game configurations
2023-08-02config(qt): Fix name of network categorylat9nq
Turns out the network interface is in the Services category. Can't wait get rid of this whole config. Addresses yuzu-emu/yuzu/issues/11205
2023-08-02config(qt): Use qt_config directly to read configlat9nq
ReadSetting with the default is a convenience function reading settings, not for use in an internal environment. It tries to manage the default value of a setting.
2023-08-02Merge pull request #11204 from liamwhite/eds3-blend-amdMatías Locatti
vulkan_device: disable EDS3 blending on all AMD drivers
2023-08-01vulkan_device: disable EDS3 blending on all AMD driversLiam
2023-08-02vulkan: centralize configAlexandre Bouvier
2023-08-01Update translations (2023-08-01) (#11198)zhaobot
Co-authored-by: The yuzu Community <noreply-fake@community.yuzu-emu.org>
2023-08-01Merge pull request #11195 from Morph1984/misalignedFernando S
audren_u: Fix parameter alignment
2023-07-31audren_u: Fix parameter alignmentMorph
The reduction in size from 0x38 to 0x34 caused the parameter to be misaligned. Skipping 1 word fixes this.
2023-07-31Merge pull request #11188 from abouvier/vma-fixliamwhite
vma: enable options everywhere
2023-07-31Merge pull request #11181 from Kelebek1/audrenparaminternalliamwhite
Fix AudioRendererParameterInternal's size
2023-07-31Merge pull request #11169 from GPUCode/desc-stuffliamwhite
vk_descriptor_pool: Disallow descriptor set free
2023-07-31Merge pull request #11173 from Morph1984/atleast_nanosecond_precisionliamwhite
wall_clock: Increase precision requirements
2023-07-31Merge pull request #11186 from lat9nq/tz-gen-onceliamwhite
tz_content_man: Generate the time zone binary once
2023-07-31Merge pull request #11182 from Moonlacer/revert-11163-revert-10946-amdBlendingliamwhite
Revert the Revert! Reverts the Revert of "Blacklist EDS3 blending from new AMD drivers"
2023-07-31vma: enable options everywhereAlexandre Bouvier
2023-07-30Formatting fixMoonlacer
2023-07-30Match log warningMoonlacer
2023-07-30tz_content_man: Generate the time zone binary oncelat9nq
Fixes a memory leak with time zone binaries accumulating on theirselves.
2023-07-30shared_widget: Only save global settings as neededlat9nq
Fixes a potential but not reproduced issue where the custom config is being applied to the global config.
2023-07-30config(qt): Write the UiGeneral categorylat9nq
2023-07-30Formatting fixMoonlacer
2023-07-30Address feedback and change log warningMoonlacer
2023-07-30Fix AudioRendererParameterInternal's sizeKelebek1
2023-07-30Revert "Revert "Blacklist EDS3 blending from new AMD drivers""Moonlacer
2023-07-29Merge branch 'pgc-plus' of github.com:lat9nq/yuzu into pgc-pluslat9nq
2023-07-29config(qt): Fix generic read settinglat9nq
Previously was not respecting whether the setting was default.
2023-07-28Merge pull request #11155 from liamwhite/memory3liamwhite
memory: check page against address space size
2023-07-28Merge pull request #11156 from 8bitDream/localizeliamwhite
android: Only label language with language
2023-07-28Merge pull request #11163 from Moonlacer/revert-10946-amdBlendingliamwhite
Revert "Blacklist EDS3 blending from new AMD drivers"
2023-07-27wall_clock: Increase precision requirementsMorph
We are providing a conversion to nanoseconds in NativeClock, which is more precise than the GPU tick.
2023-07-27vk_descriptor_pool: Disallow descriptor set freeGPUCode
2023-07-26Revert "Blacklist EDS3 blending from new AMD drivers"Moonlacer
2023-07-26Merge pull request #11128 from german77/discordliamwhite
yuzu: Replace httplib with QtNetworkRequest
2023-07-26Merge pull request #10990 from comex/ubsanliamwhite
Fixes and workarounds to make UBSan happier on macOS
2023-07-26Merge pull request #11142 from german77/avoid_crashliamwhite
yuzu: Avoid reading broken games
2023-07-26Address feedbackMorph
2023-07-25(ui)settings: Add more runtime_modifiable settingslat9nq
2023-07-25backend: Remove usage of explicit operator overloadlat9nq
Causes a crash on MSVC from a race condition on application quit. Intended to address yuzu-emu/yuzu/issues/11137
2023-07-25settings: Correct Linkage member impl locationlat9nq
2023-07-25Merge pull request #11157 from lat9nq/nasmMorph
cmake: Download nasm from our external repo
2023-07-25cmake: Download nasm from our external repolat9nq
This package download has intermittent failures due to host Internet issues (presumably), so download it ourselves from our own hosting.
2023-07-25android: Only label language with languageAbandoned Cart
2023-07-25memory: check page against address space sizeLiam
2023-07-24settings: Set GPU as default ASTC decoderlat9nq