No direct rendering when using my own Mesa lib

Jul 13, 2025 at 6:27pm
Hi. I build a very simple opengl program. When I link it against the system provided libGL, I get direct rendering. However, when doing the same with my own, built from scratch, libGL from Mesa, I receive no direct rendering.

What does I have to do to get direct rendering/hardware accelerate rendering with my own libGL?
Jul 30, 2025 at 5:02pm
Late answer, sorry.

You need to look through the FAQ (https://docs.mesa3d.org/faq.html) — it’ll give you pointers on what is necessary to get DRI working, complete with a link to follow if you need help.

Good luck!
Registered users can post here. Sign in or register to post.