VirtualBox

Ignore:
Timestamp:
May 21, 2014 5:26:31 PM (11 years ago)
Author:
vboxsync
Message:

wddm: disable complex topologies for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp

    r51325 r51328  
    10941094                    pDevExt->fTexPresentEnabled = !!(VBoxMpCrGetHostCaps() & CR_VBOX_CAP_TEX_PRESENT);
    10951095                    pDevExt->fCmdVbvaEnabled = !!(VBoxMpCrGetHostCaps() & CR_VBOX_CAP_CMDVBVA);
     1096# if 0
     1097                    pDevExt->fComplexTopologiesEnabled = pDevExt->fCmdVbvaEnabled;
     1098# else
     1099                    pDevExt->fComplexTopologiesEnabled = FALSE;
     1100# endif
    10961101                }
    10971102                else
     
    10991104                    pDevExt->fTexPresentEnabled = FALSE;
    11001105                    pDevExt->fCmdVbvaEnabled = FALSE;
     1106                    pDevExt->fComplexTopologiesEnabled = FALSE;
    11011107                }
    11021108#endif
Note: See TracChangeset for help on using the changeset viewer.

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