VirtualBox

Changeset 106954 in vbox for trunk


Ignore:
Timestamp:
Nov 12, 2024 10:06:24 AM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165881
Message:

3D: Read the value of VMSVGA2dGBO from VM config. The default is 'false' until testing completed. bugref:10580

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r106287 r106954  
    65566556    AssertLogRelRCReturn(rc, rc);
    65576557    Log(("VMSVGA: VMSVGA3dMSAA = %d\n", pThis->svga.fVMSVGA3dMSAA));
    6558 #if 0 /** @todo Implement GBO commands for the mode pThis->svga.f3DEnabled==false */
     6558
    65596559    rc = pHlp->pfnCFGMQueryBoolDef(pCfg, "VMSVGA2dGBO", &pThis->svga.fVMSVGA2dGBO, false);
    65606560    AssertLogRelRCReturn(rc, rc);
     
    65626562        pThis->svga.fVMSVGA2dGBO = false;
    65636563    Log(("VMSVGA: fVMSVGA2dGBO = %d\n", pThis->svga.fVMSVGA2dGBO));
    6564 #endif
    65656564# endif
    65666565
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette