GFXGLCardProfiler Class Reference#include <gfxGLCardProfiler.h>
Inheritance diagram for GFXGLCardProfiler: ![]() Detailed DescriptionA note on workarounds - The following settings are used exclusively to work around driver bugs: GL::Workaround::needsExplicitGenerateMipmap GL::Workaround::X1600DepthBufferCopy GL::Workaround::HD2600DepthBufferCopy If you find that you need to work around additional driver bugs, add a new setting of the form GL::Workaround::<name> and set it to false in GFXGLCardProfiler::setupCardCapabilities() Enclose your workaround code in if(GFX->getCardProfiler()->queryProfile("GL::Workaround::<name>")) { <workaround> } Remember to set the work around to true in the card profile script!
Member Typedef Documentation
Member Function Documentation
Implements GFXCardProfiler.
Implements GFXCardProfiler.
Implementation specific query code. This function is meant to be overridden by the specific implementation class. Some query strings are handled by the external implementation while others must be done by the specific implementation. This is given first chance to return a result, then the generic rules are applied.
Implements GFXCardProfiler.
Implements GFXCardProfiler.
Member Data Documentation
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||