VirtualBox

Changeset 94636 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 19, 2022 3:36:05 PM (3 years ago)
Author:
vboxsync
Message:

Devices/Graphics: enable command buffers capability for all VMs: bugref:9830

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r94633 r94636  
    63176317                              | SVGA_CAP_ALPHA_CURSOR;
    63186318
     6319    pThis->svga.u32DeviceCaps |= SVGA_CAP_COMMAND_BUFFERS /* Enable register based command buffer submission. */
     6320//                              |  SVGA_CAP_CMD_BUFFERS_2   /* Support for SVGA_REG_CMD_PREPEND_LOW/HIGH */
     6321                              ;
     6322
    63196323    /* VGPU10 capabilities. */
    63206324    if (pThis->fVMSVGA10)
    63216325    {
    6322         pThis->svga.u32DeviceCaps |= SVGA_CAP_COMMAND_BUFFERS /* Enable register based command buffer submission. */
    6323 //                                  |  SVGA_CAP_CMD_BUFFERS_2   /* Support for SVGA_REG_CMD_PREPEND_LOW/HIGH */
    6324                                   ;
    6325 
    63266326# ifdef VBOX_WITH_VMSVGA3D
    63276327        if (pSVGAState->pFuncsGBO)
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