Changeset 50944 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- Apr 1, 2014 1:53:32 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93092
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp
r50921 r50944 4672 4672 { 4673 4673 /* blit to primary from non-primary */ 4674 if (u8Flags & VBOXCMDVBVA_OPF_ALLOC_ DSTID)4674 if (u8Flags & VBOXCMDVBVA_OPF_ALLOC_SRCID) 4675 4675 { 4676 4676 /* TexPresent */ 4677 4677 uint32_t texId = pBlt->alloc.u.id; 4678 if (!texId) 4679 { 4680 WARN(("texId is NULL!\n")); 4681 return -1; 4682 } 4678 4683 4679 4684 crServerDispatchVBoxTexPresent(texId, u8PrimaryID, pBlt->Pos.x, pBlt->Pos.y, cRects, (const GLint*)pRects);
Note:
See TracChangeset
for help on using the changeset viewer.