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/xpdm/VBoxDispDriver.cpp

    r106061 r108641  
    637637    }
    638638
    639 #ifdef VBOX_WITH_VIDEOHWACCEL
    640     VBoxDispVHWAEnable(pDev);
    641 #endif
    642 
    643639    /* Set device palette if needed */
    644640    if (pDev->mode.ulBitsPerPel == 8)
     
    809805    {
    810806        LOGF(("!bEnable"));
    811 #ifdef VBOX_WITH_VIDEOHWACCEL
    812         /* tells we can not process host commands any more and ensures that
    813          * we've completed processing of the host VHWA commands
    814          */
    815         VBoxDispVHWADisable(pDev);
    816 #endif
    817807
    818808        /* disable VBVA */
     
    852842                                        (uint16_t)pDev->mode.ulBitsPerPel, VBVA_SCREEN_F_ACTIVE);
    853843        }
    854 
    855 #ifdef VBOX_WITH_VIDEOHWACCEL
    856         /* tells we can process host commands */
    857        VBoxDispVHWAEnable(pDev);
    858 #endif
    859844
    860845        /* Associate back GDI bitmap residing in our framebuffer memory with GDI's handle to our device */
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