- Timestamp:
- Nov 28, 2017 7:14:30 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119293
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp ¶
r69665 r69852 369 369 *pcxBlock = 1; 370 370 *pcyBlock = 1; 371 return 2;371 return 8; 372 372 case SVGA3D_ARGB_S23E8: /* 32-bit floating-point ARGB */ 373 373 *pcxBlock = 1; 374 374 *pcyBlock = 1; 375 return 4;375 return 16; 376 376 377 377 case SVGA3D_A2R10G10B10:
Note:
See TracChangeset
for help on using the changeset viewer.