Skip to content
  • Dmitry Kazakov's avatar
    Implement two debugging features (can be activated on Performance tab) · db2e1a3f
    Dmitry Kazakov authored
    1) Enable openGL logging. Enable this option to find out the currently requested FPS for openGL updates.
       It also tells the percentage of the glSync busy reports. If the value is zero
       then glSync doesn't work for some reason.
    
    2) Disable vector optimizations. Completely disables all Vc optimizations.
       Needed for AMD CPUs.
    
    Ref T694
    db2e1a3f