VirtualBox

Ignore:
Timestamp:
Apr 1, 2014 1:53:32 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93092
Message:

wddm/crOpenGL: new command submission fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp

    r50921 r50944  
    46724672            {
    46734673                /* blit to primary from non-primary */
    4674                 if (u8Flags & VBOXCMDVBVA_OPF_ALLOC_DSTID)
     4674                if (u8Flags & VBOXCMDVBVA_OPF_ALLOC_SRCID)
    46754675                {
    46764676                    /* TexPresent */
    46774677                    uint32_t texId = pBlt->alloc.u.id;
     4678                    if (!texId)
     4679                    {
     4680                        WARN(("texId is NULL!\n"));
     4681                        return -1;
     4682                    }
    46784683
    46794684                    crServerDispatchVBoxTexPresent(texId, u8PrimaryID, pBlt->Pos.x, pBlt->Pos.y, cRects, (const GLint*)pRects);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette