VirtualBox

Ignore:
Timestamp:
Dec 17, 2015 4:35:51 PM (9 years ago)
Author:
vboxsync
Message:

WDDM: bugref:8170: do not abort driver loading if the host does not have enough 3D capabilities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c

    r57443 r59177  
    14541454                g_crvboxhgcm.fHostCapsInitialized = true;
    14551455                rc = VINF_SUCCESS;
     1456            }
     1457
     1458            if (g_crvboxhgcm.u32HostCaps & CR_VBOX_CAP_HOST_CAPS_NOT_SUFFICIENT)
     1459            {
     1460                crDebug("HGCM connect: insufficient host capabilities\n");
     1461                g_crvboxhgcm.u32HostCaps = 0;
     1462                return FALSE;
    14561463            }
    14571464
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