Changeset 59177 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
- Timestamp:
- Dec 17, 2015 4:35:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r57443 r59177 1454 1454 g_crvboxhgcm.fHostCapsInitialized = true; 1455 1455 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; 1456 1463 } 1457 1464
Note:
See TracChangeset
for help on using the changeset viewer.