VirtualBox

Changeset 105866 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 26, 2024 8:48:13 PM (9 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164586
Message:

Main: Added API for querying graphics features (2D Video / 3D Acceleration) of a specific graphics controller for a given platform and revamped the graphics controller attributes for 2D / 3D setters/getters to also use the new graphics features enumeration. Also, the system properties also now contain a dedicated API to query for graphics features (very basic for now, needs to be stuffed out). See SDK changelog for details. Added validation code when setting a specific graphics feature (which we never did before) [build fix]. bugref:10749

File:
1 edited

Legend:

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

    r105865 r105866  
    114114                                  ULONG *aMinMB, ULONG *aMaxMB, ULONG *aStrideSizeMB) RT_OVERRIDE;
    115115    HRESULT getSupportedGfxFeaturesForType(GraphicsControllerType_T aGraphicsControllerType,
    116                                            std::vector<GraphicsFeature_T> &aSupportedGraphicsFeatures);
     116                                           std::vector<GraphicsFeature_T> &aSupportedGraphicsFeatures) RT_OVERRIDE;
    117117    HRESULT getDeviceTypesForStorageBus(StorageBus_T aBus,
    118118                                        std::vector<DeviceType_T> &aDeviceTypes) RT_OVERRIDE;
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