VirtualBox

Ignore:
Timestamp:
Mar 20, 2025 12:48:42 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168054
Message:

Removed 2D video acceleration (aka VHWA / VBOX_WITH_VIDEOHWACCEL). bugref:10756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.h

    r106061 r108641  
    5656#define VBOXWDDMDISP_IS_TEXTURE(_f) ((_f).Texture || (_f).Value == 0)
    5757
    58 #ifdef VBOX_WITH_VIDEOHWACCEL
    59 typedef struct VBOXDISPVHWA_INFO
    60 {
    61     VBOXVHWA_INFO Settings;
    62 }VBOXDISPVHWA_INFO;
    63 
    64 /* represents settings secific to
    65  * display device (head) on the multiple-head graphics card
    66  * currently used for 2D (overlay) only since in theory its settings
    67  * can differ per each frontend's framebuffer. */
    68 typedef struct VBOXWDDMDISP_HEAD
    69 {
    70     VBOXDISPVHWA_INFO Vhwa;
    71 } VBOXWDDMDISP_HEAD;
    72 #endif
    73 
    7458typedef struct VBOXWDDMDISP_ADAPTER
    7559{
     
    8973    VBOXWDDM_QAI AdapterInfo;
    9074
    91 #ifdef VBOX_WITH_VIDEOHWACCEL
    92     uint32_t cHeads;
    93     VBOXWDDMDISP_HEAD aHeads[1];
    94 #endif
    9575} VBOXWDDMDISP_ADAPTER, *PVBOXWDDMDISP_ADAPTER;
    9676
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