21:11Grzesiek11: hello, no idea if this is the right place to ask, but I'm having trouble getting my system to use self-built Mesa. the version I built is a patched 22.x which adds support for accelerated graphics on old Tegra SoCs. sadly, I am not experienced enough to add the patches on top of recent upstream Mesa.
21:12Grzesiek11: I got it to build, and after setting LD_LIBRARY_PATH as per the docs, eglinfo shows the correct driver is in use and I can run eglgears_wayland accelerated.
21:15Grzesiek11: however, while glxinfo under Xwayland seems to use the self-built Mesa, it only shows the llvmpipe driver. glxgears seems to run via llvmpipe as well, as the CPU usage is very high.
21:16Grzesiek11: any idea why this might be? if relevant, I'm running labwc, which by itself is not accelerated (runs with pixman backend).
23:13DemiMarie: <Grzesiek11> "any idea why this might be? if..." <- That is probably the problem. Generally the assumption is that the compositor is accelerated so that can import dmabufs.