0023081: This is desirable to retrieve GPU memory information from graphic driver
authorkgv <kgv@opencascade.com>
Thu, 12 Apr 2012 08:49:54 +0000 (12:49 +0400)
committerkgv <kgv@opencascade.com>
Thu, 12 Apr 2012 08:49:54 +0000 (12:49 +0400)
commitf04309524a3c415de4abe87c492581d451a61426
tree7e0074363cbc55e1ae9ab2971d9107370fbc559a
parent0316739bfe8b33dde32e92db449a6ee2fc1a7b08
0023081: This is desirable to retrieve GPU memory information from graphic driver

Added Graphic3d_GraphicDriver::MemoryInfo() function.
Added vfps command to estimate average frame rate of 3D Viewer
Simplified vdrawsphere command
Removed turnVbo and performance measurements from vdrawsphere.
Added vvbo command to control VBO usage flag.
Added vmemgpu command to display GPU memory info from graphic driver
src/Draw/Draw_BasicCommands.cxx
src/Graphic3d/Graphic3d_GraphicDriver.cdl
src/OSD/FILES
src/OSD/OSD.cdl
src/OSD/OSD_MemInfo.cxx [new file with mode: 0644]
src/OSD/OSD_MemInfo.hxx [new file with mode: 0644]
src/OpenGl/OpenGl_Context.cxx
src/OpenGl/OpenGl_Context.hxx
src/OpenGl/OpenGl_GraphicDriver.cxx
src/OpenGl/OpenGl_GraphicDriver.hxx
src/ViewerTest/ViewerTest_ViewerCommands.cxx