VirtualBox

Changeset 105866 in vbox


Ignore:
Timestamp:
Aug 26, 2024 8:48:13 PM (4 weeks ago)
Author:
vboxsync
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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/SDKRef.xml

    r105865 r105866  
    30033003          <para><link linkend="IGraphicsAdapter__isFeatureEnabled">IGraphicsAdapter::isFeatureEnabled</link></para>
    30043004          <para>The new IGraphicsAdapter::isFeatureEnabled method returns
    3005           whether a graphics feature is enabled for a specific adapter or not.
     3005          whether a graphics feature is enabled for a specific adapter or not.</para>
    30063006        </listitem>
    30073007        <listitem>
  • 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.

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