VirtualBox

Changeset 105959 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Sep 4, 2024 4:57:58 PM (8 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164698
Message:

Main: (Hopefully) Made it more clear which graphics features are supported in which context (guests / hosts): For system properties we now expose features based on the current host platform, whereas in platform properties we expose features on a per-graphics adapter and VM platform combination. bugref:10749

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/PlatformImpl.h

    r101460 r105959  
    7171    HRESULT i_applyDefaults(GuestOSType *aOsType);
    7272
     73    PlatformArchitecture_T i_getArchitecture();
     74
    7375public:
    7476
  • trunk/src/VBox/Main/include/PlatformPropertiesImpl.h

    r105866 r105959  
    6868    static ULONG s_getMaxNetworkAdaptersOfType(ChipsetType_T aChipset, NetworkAttachmentType_T aType);
    6969    static HRESULT s_getSupportedVRAMRange(GraphicsControllerType_T aGraphicsControllerType, BOOL fAccelerate3DEnabled, ULONG *aMinMB, ULONG *aMaxMB, ULONG *aStrideSizeMB);
    70     static int  s_getSupportedGraphicsControllerFeatures(GraphicsControllerType_T enmController, std::vector<GraphicsFeature_T> &vecSupportedGraphicsFeatures);
    71     static bool s_isGraphicsControllerFeatureSupported(GraphicsControllerType_T enmController, GraphicsFeature_T enmFeature);
     70    static int  s_getSupportedGraphicsControllerFeatures(PlatformArchitecture_T enmArchitecture, GraphicsControllerType_T enmController, std::vector<GraphicsFeature_T> &vecSupportedGraphicsFeatures);
     71    static bool s_isGraphicsControllerFeatureSupported(PlatformArchitecture_T enmArchitecture, GraphicsControllerType_T enmController, GraphicsFeature_T enmFeature);
    7272
    7373private:
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