Comment 48 for bug 1742894

Revision history for this message
In , Scott-d-phillips (scott-d-phillips) wrote :

scilab breaks starting with:

commit 92b4ca45504e7ffc5f4fa385ada1be48e6123181
Author: Marek Olšák <email address hidden>
Date: Wed Jun 7 22:00:48 2017 +0200

    st/mesa: remove the "Gallium 0.4 on" prefix from GL_RENDERER

    If you want to keep it for your driver, please raise your hand.
    The prefix will probably have to be added into the driver instead of here.

    I cringe when I look at my long renderer string:
      Gallium 0.4 on AMD Radeon R9 Fury Series (DRM 3.17.0 / 4.11.0-staging-01277-gab25a9e, LLVM 5.0.0)

    I'm sincerely sorry for all apps that detect Mesa by expecting "Gallium"
    in the string.

    Reviewed-by: Eric Anholt <email address hidden>

It seems jogl wants to detect mesa and alter its behavior based on that:

https://github.com/sgothel/jogl/blob/45cc13c4d68fb3137b741cbc39ea653c15db2f66/src/jogl/classes/jogamp/opengl/GLContextImpl.java#L2136