0024148: Test case bugs/vis/bug24131_markers works wrong on software MS OpenGL
authorkgv <kgv@opencascade.com>
Thu, 26 Sep 2013 16:21:06 +0000 (20:21 +0400)
committerbugmaster <bugmaster@opencascade.com>
Thu, 26 Sep 2013 16:22:05 +0000 (20:22 +0400)
commitabe4607711710114473f5b0146e8b88e6bdf74f0
treef9bb1ba109f4844bec3a0a3dd2d825b4556c74c4
parente4b1d802adade746873b9d2e5d81da5b289d46f4
0024148: Test case bugs/vis/bug24131_markers works wrong on software MS OpenGL

Add pre-rendered images for custom markers.
OpenGl_Window - drop overcomplicated find_pixel_format() function
OpenGl_Caps - add option to force software OpenGL imlementation (MS or Apple)
Remove TODO from test case
Add grayscale custom marker to the test
Correct color bitness in attributes list
data/images/marker_box1.png [new file with mode: 0644]
data/images/marker_box2.png [new file with mode: 0644]
data/images/marker_dot.png [new file with mode: 0644]
src/OpenGl/OpenGl_Caps.cxx
src/OpenGl/OpenGl_Caps.hxx
src/OpenGl/OpenGl_PrimitiveArray.cxx
src/OpenGl/OpenGl_Window.cxx
src/OpenGl/OpenGl_Window_1.mm
src/ViewerTest/ViewerTest_ViewerCommands.cxx
tests/bugs/vis/bug24131_markers