A quick grep seems to suggest it's the responsibility of each EGL
platform to re-implement the environment check:

$ grep -r LIBGL_ALWAYS_SOFT src
src/glx/glxext.c:   glx_accel = (getenv("LIBGL_ALWAYS_SOFTWARE") == NULL);
src/glx/apple/apple_visual.c:   else if (getenv("LIBGL_ALWAYS_SOFTWARE") != 
NULL) {
src/egl/drivers/dri2/platform_wayland.c:   int hw_accel = 
(getenv("LIBGL_ALWAYS_SOFTWARE") == NULL);
src/egl/drivers/dri2/platform_x11.c:   int x11_dri2_accel = 
(getenv("LIBGL_ALWAYS_SOFTWARE") == NULL);

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1543952

Title:
  Mir binaries ignore Mesa setting LIBGL_ALWAYS_SOFTWARE=1 and only ever
  try hardware acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1543952/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to