On Fedora, gallium egl is disabled since it breaks wayland AFAIK, but that forces openvg to be disabled also. Is there any chance to fix this ? Ie, make openvg build even if gallium egl is disabled.
The OpenVG support is provided by the vega gallium state tracker, so it's bound up with gallium EGL support. I think that the poor interaction between gallium EGL and Wayland has been resolved in mesa master, in: commit a22a332fc7cc54d4d0973dcd21a90159cc51de1a Author: Chia-I Wu <olv@lunarg.com> Date: Thu Jan 13 04:40:38 2011 +0800 egl: Improve driver selection. The idea is to be able to match a driver using the following order try egl_gallium with hw renderer try egl_dri2 try egl_gallium with sw renderer try egl_glx
(In reply to comment #1) > The OpenVG support is provided by the vega gallium state tracker, so it's bound > up with gallium EGL support. > > I think that the poor interaction between gallium EGL and Wayland has been > resolved in mesa master, in: > commit a22a332fc7cc54d4d0973dcd21a90159cc51de1a > Author: Chia-I Wu <olv@lunarg.com> > Date: Thu Jan 13 04:40:38 2011 +0800 > > egl: Improve driver selection. > > The idea is to be able to match a driver using the following order > > try egl_gallium with hw renderer > try egl_dri2 > try egl_gallium with sw renderer > try egl_glx Thanks for your quick reply, sadly that commit isn't on 7.10 yet
I think that releases with this fix should be available and this can be closed now.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.