https://bugs.documentfoundation.org/show_bug.cgi?id=99138
Buovjaga <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
--- Comment #7 from Buovjaga <[email protected]> ---
(In reply to David Tardon from comment #6)
> To make some progress, could someone with a system that should support
> OpenGL >= 3.2 check that OpenGLHelper::getGLVersion() really returns the
> expected version?
Ok, I tried. I made the modifications below and I get the output "false" for
OpenGLHelper::getGLVersion() >= 3.2 in the about box (when I force OpenGL). I
confirm the honeycomb transition does not work in my Linux with this 5.3
version.
file: vcl/source/app/svapp.cxx
#if HAVE_FEATURE_OPENGL
#include <vcl/opengl/OpenGLWrapper.hxx>
#include <vcl/opengl/OpenGLHelper.hxx>
#endif
#if HAVE_FEATURE_OPENGL
if ( OpenGLWrapper::isVCLOpenGLEnabled() ) {
aDetails.append( VclResId(SV_APP_GL).toString() );
aDetails.append( OpenGLHelper::getGLVersion() >= 3.2 );
}
Here is my GL info:
glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 13.0.1
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 13.0.1
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 13.0.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
So is the LibO OGL code sniffing the legacy-compatible version 3.0 instead of
the core profile and disallowing Honeycomb etc.?
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs