Update site/content/entry/yuzu-progress-report-mar-2021/index.md

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
This commit is contained in:
Matías Locatti 2021-04-10 03:43:45 -03:00 committed by GitHub
parent 09105398f4
commit 613c640aa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ In this particular case, the focus is to improve [`Parental Control` emulation,]
Since the introduction of `Asynchronous shaders`, we noticed that not all drivers like the feature.
In particular, Intel Windows OpenGL, and the proprietary AMD drivers (for both Windows with Adrenalin, and Linux with AMDGPU-PRO) despise the setting, with Intel ignoring it at a driver level, and AMD outright skipping frames, resulting in massive stuttering.
[toastUnlimited](https://github.com/lat9nq) [added a blacklist](https://github.com/yuzu-emu/yuzu/pull/6095) for our red and blue GPU users, ensuring no performance or graphical regressions will be experienced when using a feature that their drivers cant support in OpenGL anyway.
[toastUnlimited](https://github.com/lat9nq) [added a blacklist](https://github.com/yuzu-emu/yuzu/pull/6095) for our red and blue GPU users, ensuring no performance or graphical regressions occur while attempting to use a feature that their drivers cant support in OpenGL anyway.
Its worth mentioning that Asynchronous shaders work as intended in Vulkan and all free Linux OpenGL drivers, be it from AMD or Intel. Nvidia works as expected on any combination of API or OS with their proprietary drivers.
Thanks to [theboy181](https://github.com/theboy181) for the suggestion!