VirtualBox

Ignore:
Timestamp:
May 20, 2015 3:54:01 PM (10 years ago)
Author:
vboxsync
Message:

3D: WDDM: addition to r100476: compatibility to earlier revisions.

File:
1 edited

Legend:

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

    r55971 r55973  
    39943994        }
    39953995    }
     3996    else
     3997    {
     3998        /* Prior to r100476 guest WDDM driver was not supplying us with sub-rectangles
     3999         * data obtained in DxgkDdiPresentNew() callback. Therefore, in order to support backward compatibility,
     4000         * lets play in old way if no rectangles were supplied. */
     4001        const RTRECT *pRect = CrVrScrCompositorRectGet(&hFb->Compositor);
     4002        crServerDispatchVBoxTexPresent(hostId, idFb, 0, 0, 1, (const GLint*)pRect);
     4003    }
    39964004
    39974005    return -1;
Note: See TracChangeset for help on using the changeset viewer.

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