Changeset 79791 in vbox for trunk/src/VBox
- Timestamp:
- Jul 15, 2019 11:55:51 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132158
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp
r76553 r79791 395 395 return 1; 396 396 397 case SVGA3D_NV12: 398 *pcxBlock = 1; 399 *pcyBlock = 1; 400 return 1; 397 case SVGA3D_UYVY: 398 *pcxBlock = 1; 399 *pcyBlock = 1; 400 return 2; 401 402 case SVGA3D_YUY2: 403 *pcxBlock = 1; 404 *pcyBlock = 1; 405 return 2; 401 406 402 407 case SVGA3D_V16U16:
Note:
See TracChangeset
for help on using the changeset viewer.