Changeset 50958 in vbox
- Timestamp:
- Apr 3, 2014 6:33:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo.h
r50957 r50958 1587 1587 #define VBOXCMDVBVA_OPTYPE_NOP 0x80 1588 1588 1589 ///* u8Flags flags */ 1590 ///* source allocation is specified with the host id. if not set - source allocation is specified with VRAM offset */ 1591 //#define VBOXCMDVBVA_OPF_ALLOC_SRCID 0x80 1592 ///* destination allocation is specified with the host id. if not set - destination allocation is specified with VRAM offset */ 1593 //#define VBOXCMDVBVA_OPF_ALLOC_DSTID 0x40 1594 // 1595 ///* transfer from RAM to Allocation */ 1589 /* u8Flags flags */ 1590 /* transfer from RAM to Allocation */ 1596 1591 #define VBOXCMDVBVA_OPF_PAGING_TRANSFER_IN 0x80 1597 //1598 ///* VBOXCMDVBVA_OPTYPE_BLT_PRIMARY specific flags*/1599 ///* if set - src is a primary id */1600 //#define VBOXCMDVBVA_OPF_ALLOC_SRCPRIMARY 0x201601 ///* if set - dst is a primary id */1602 //#define VBOXCMDVBVA_OPF_ALLOC_DSTPRIMARY 0x101603 1592 1604 1593 #define VBOXCMDVBVA_OPF_BLT_TYPE_PRIMARY 0
Note:
See TracChangeset
for help on using the changeset viewer.