-
Notifications
You must be signed in to change notification settings - Fork 279
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
OpenGL version requirements #4767
Comments
The answer is complicated. But rough requirement is OpenGL 3. |
Try to enable gfx.egl.prefer-gles.enabled |
I think the gfx.egl.prefer-gles.enabled can work, because it's use GLES 2.0, ILK can be work with GLES i think |
Can you please document what is supported minimum version of OpenGL?
E.g. I have to two old Intel systems (Linux):
With Firefox 109 in
about:support
screen the first one claimsWebRender
as compositor while for the second it'sWebRender (Software)
. From this I understand that only the first (OpenGL 3.3) is GPU accelerated and the second (OpenGL 2.1) renders everything with CPU?I remember that in the past WebRender was not available on the older system at all (even when forcing with
about:config
tweaks) so something must have changed in some recent version.The text was updated successfully, but these errors were encountered: