Changeset 58551 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Nov 3, 2015 1:12:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp
r57358 r58551 402 402 } 403 403 404 if ( VMSVGA3DSURFACE_HAS_HW_SURFACE(pDstSurface))404 if (!VMSVGA3DSURFACE_HAS_HW_SURFACE(pDstSurface)) 405 405 { 406 406 /* Unknown surface type; turn it into a texture, which can be used for other purposes too. */
Note:
See TracChangeset
for help on using the changeset viewer.