VirtualBox

Changeset 53802 in vbox


Ignore:
Timestamp:
Jan 14, 2015 1:47:04 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97610
Message:

3D: rename constant: CR_VBOX_CAP_HOST_CAPS_NOT_SUFFICIENT -> CR_VBOX_CAP_MINIMAL_HOST_CAPS.

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp

    r53799 r53802  
    74907490        {
    74917491            /* If host reports minimal OpenGL capabilities. */
    7492             if (VBoxMpCrGetHostCaps() & CR_VBOX_CAP_MINIMAL_HOST_CAPS)
     7492            if (VBoxMpCrGetHostCaps() & CR_VBOX_CAP_HOST_CAPS_NOT_SUFFICIENT)
    74937493            {
    74947494                LOGREL(("Host reported minimal OpenGL capabilities. Rolling back."));
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_protocol.h

    r53799 r53802  
    5454#define CR_VBOX_CAP_CMDBLOCKS_FLUSH      0x00000010
    5555/* Notify guest if host reports minimal OpenGL capabilities. */
    56 #define CR_VBOX_CAP_MINIMAL_HOST_CAPS    0x00000020
     56#define CR_VBOX_CAP_HOST_CAPS_NOT_SUFFICIENT 0x00000020
    5757
    5858#define CR_VBOX_CAPS_ALL                 0x0000003f
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_config.c

    r53799 r53802  
    181181    {
    182182        crDebug("Cfg: report minimal OpenGL capabilities");
    183         cr_server.u32Caps |= CR_VBOX_CAP_MINIMAL_HOST_CAPS;
     183        cr_server.u32Caps |= CR_VBOX_CAP_HOST_CAPS_NOT_SUFFICIENT;
    184184    }
    185185
     
    339339    {
    340340        crDebug("Cfg: report minimal OpenGL capabilities");
    341         cr_server.u32Caps |= CR_VBOX_CAP_MINIMAL_HOST_CAPS;
     341        cr_server.u32Caps |= CR_VBOX_CAP_HOST_CAPS_NOT_SUFFICIENT;
    342342    }
    343343
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