[Mesa-dev] [Bug 103078] MATLAB broken with mesa software rendering

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 11 22:56:14 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=103078

--- Comment #9 from Roland Scheidegger <sroland at vmware.com> ---
(In reply to Scott D Phillips from comment #8)
> 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

At a quick glance, my guess would be the issues are around
GLRendererQuirks.GLNonCompliant which would be set with detected mesa driver
and requested (compatCtx && (major > 3 || (major == 3 && minor >= 1)).
It would then refuse to use such contexts.
(I would tend to think it is a bug in jogl somewhere with different gl versions
being available for core/compat contexts but I have no idea really.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171011/14314730/attachment.html>


More information about the mesa-dev mailing list