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 slow update webgl issue on Windows #191795

Merged
merged 5 commits into from
Aug 30, 2023
Merged

Workaround slow update webgl issue on Windows #191795

merged 5 commits into from
Aug 30, 2023

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Aug 30, 2023

Fixes #190195

@deepak1556 I want to make sure this is still good on desktop, not using the app based detection you mentioned.

@Tyriar
Copy link
Member Author

Tyriar commented Aug 30, 2023

@deepak1556 oh I think I see this on Linux, I guess I'll remove the isWindows check:

image

@Tyriar Tyriar merged commit 9d26487 into main Aug 30, 2023
6 checks passed
@Tyriar Tyriar deleted the tyriar/190195 branch August 30, 2023 17:50
@deepak1556
Copy link
Contributor

Yup the gl debug extension is good for desktop as well 👍

oh I think I see this on Linux, I guess I'll remove the isWindows check:

Most of the time hw acceleration is disabled in the runtime for Linux so we always end up using the swiftshader software compositing path, so yeah the fallback check would work for this case as well. The bug in chromium is at the ANGLE vulkan GL renderer which can affect both Linux and Windows.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text is not rendering when typing in terminal
3 participants