Page MenuHomePhabricator

Display OpenGL version during rendering tests
Closed, ResolvedPublic

Description

In order to fix the current issues of the rendering tests which make the dashboard red, each rendering test should display the OpenGL version (e.g. glxinfo) at the beginning.

This is an important feature to solve critical bugs, thus the priority is very high. My aim is to implement this for the December release.

Event Timeline

New remote branch pushed: bug-13325-printgl-renderingtest

I had a look at your branch. Looks ok. Just a hint:

You can concatenate string constants in C/C++ by just appending them without any operator etc. e.g.

MITK_INFO << "OpenGL information"

"------------------"
"Version: " << glVersion;

[9c32b8]: Merge branch 'bug-13325-printgl-renderingtest'

Merged commits:

2012-10-31 13:32:48 Eric Heim [10ec9e]
changed function name


2012-10-24 14:44:04 Eric Heim [15d7e7]
added glprint to mitkRenderingTestHelper.h

[ad3b31]: Merge branch 'bug-13325-printgl-renderingtest-fix'

Merged commits:

2012-10-31 14:30:28 Eric Heim [ce0841]
COMP: Fixed using of opengl 2 extensions