Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for Samsung Exynos particle rendering/crash #4147

Merged
merged 2 commits into from
Mar 22, 2022

Conversation

yaustar
Copy link
Contributor

@yaustar yaustar commented Mar 21, 2022

Added supportsGpuParticles flag to graphics device which checks against the Samsung model name and ARM chipset (exynos)

A search on GSM Arena for 'SM-' shows only Samsung devices so I'm reasonable confident there will be minimal false negatives where CPU is used for particles on non-Samsung devices.

https://www.gsmarena.com/results.php3?sQuickSearch=yes&sName=sm-

Worksaround:
#3415
#3460
#3967

I confirm I have read the contributing guidelines and signed the Contributor License Agreement.

Added supportsGpuParticles flag to graphics device which checks against the Samsung model name and ARM chipset (exynos)

A search on GSM Arena for 'SM-' shows only Samsung devices so I'm reasonable confident there will be minimal false negatives where CPU is used for particles on non-Samsung devices.

https://www.gsmarena.com/results.php3?sQuickSearch=yes&sName=sm-
@yaustar yaustar requested a review from a team March 21, 2022 18:24
@yaustar yaustar self-assigned this Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants