Changeset 51042 in vbox for trunk/include/VBox/VBoxVideo.h
- Timestamp:
- Apr 10, 2014 8:05:24 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93262
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo.h
r50958 r51042 1583 1583 /* actual command is stored in guest system memory */ 1584 1584 #define VBOXCMDVBVA_OPTYPE_SYSMEMCMD 8 1585 /* complex command - i.e. can contain multiple commands 1586 * i.e. the VBOXCMDVBVA_OPTYPE_COMPLEXCMD VBOXCMDVBVA_HDR is followed 1587 * by one or more VBOXCMDVBVA_HDR commands. 1588 * Each command's size is specified in it's VBOXCMDVBVA_HDR's u32FenceID field */ 1589 #define VBOXCMDVBVA_OPTYPE_COMPLEXCMD 9 1585 1590 1586 1591 /* nop - is a one-bit command. The buffer size to skip is determined by VBVA buffer size */ … … 1629 1634 } u; 1630 1635 /* DXGK DDI fence ID */ 1631 volatileuint32_t u32FenceID;1636 uint32_t u32FenceID; 1632 1637 } VBOXCMDVBVA_HDR; 1633 1638
Note:
See TracChangeset
for help on using the changeset viewer.