Go to advanced search

by mmozeiko
Sat Jul 20, 2019 7:44 am
Forum: OpenGLES
Topic: Full screen OpenGL ES on Pi 4
Replies: 42
Views: 14790

Re: Full screen OpenGL ES on Pi 4

@cbratschi Can you check if you code is creating OpenGL context that actually is using vc4/v3d GPU driver and is not using llvmpipe software rasterizer in mesa? You can check this by printing glGetString(GL_RENDERER) after creating EGL context. When mesa uses real VideoCore GPU it will should have "...

Go to advanced search