Bug 1294 - Show all information on the default graphics device in JoglVersion
Summary: Show all information on the default graphics device in JoglVersion
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: opengl (show other bugs)
Version: 2.4.0
Hardware: All all
: P5 trivial
Assignee: Julien Gouesse
URL:
Depends on:
Blocks:
 
Reported: 2016-02-26 14:15 CET by Julien Gouesse
Modified: 2019-03-27 04:16 CET (History)
2 users (show)

See Also:
Type: DEFECT
SCM Refs:
jogl fa0f55873667a0380101312c073ad18bd0ec3fab
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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