Bug 1294

Summary: Show all information on the default graphics device in JoglVersion
Product: [JogAmp] Jogl Reporter: Julien Gouesse <gouessej>
Component: openglAssignee: Julien Gouesse <gouessej>
Status: RESOLVED FIXED    
Severity: trivial CC: gouessej, sgothel
Priority: P5    
Version: 2.4.0   
Hardware: All   
OS: all   
Type: DEFECT SCM Refs:
jogl fa0f55873667a0380101312c073ad18bd0ec3fab
Workaround: ---

Description Julien Gouesse 2016-02-26 14:15:29 CET
JoglVersion.getGLInfo() just shows the values of 3 fields of a graphics device whereas we are accustomed to show all information in the debug logs. This lack can lead to confusion:
https://github.com/sgothel/jogl/blob/master/src/jogl/classes/com/jogamp/opengl/JoglVersion.java#L147

I suggest to call sb.append(device.toString()).append(':').append(Platform.getNewline()); instead.
Comment 2 Sven Gothel 2018-01-15 09:14:01 CET
merged