When I run chromium-ozone-wayland on my armv7 board using the Panfrost mesa drivers, I always get the following error:
ERROR:gl_display.cc(497)] EGL Driver message (Error) eglCreateContext: Requested version is not supported
The browser runs fine otherwise and seems fully accelerated except for WebGL.
Is it possible I could get more verbose information regarding the above error?
My chromium flags:
--ozone-platform=wayland --enable-wayland-ime --use-gl=angle --use-angle=gles-egl --use-cmd-decoder=passthrough --ignore-gpu-blocklist --ignore-gpu-blacklist --enable-accelerated-video-decode --enable-features=VaapiVideoDecoder,VaapiVideoEncoder --gtk-version=4 --disable-gpu-memory-buffer-video-frames
By the way: --use-gl=egl
doesn't seem to work anymore and needs to be replaced with: --use-gl=angle --use-angle=gles-egl
or --use-gl=angle --use-angle=gl-egl