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

--- Comment #1 from Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl> ---
Note that OpenGL has two context profiles: core and compatibility. Mesa does
not support OpenGL for versions later than 3.0 using a compatibility profile,
on any platform. 

Looking at the eglinfo source I think it uses the compatibility profile.

Furthermore, testing colobot, it tries the compatiblity profile by default, at
least for the version check. Hence I think getting OpenGL 3.0 is expected
behavior.

However it looks like colobot has support for the core profile and it should
work with the options 

-glprofile core -glversion 3.3

Could you try if that works for you?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to