VirtualBox

Ignore:
Timestamp:
Sep 7, 2012 10:09:45 AM (12 years ago)
Author:
vboxsync
Message:

crOpenGL/win: temporary enable a full-screen issue workaround for non-ati to give a test build to users

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c

    r43181 r43237  
    339339static GLboolean renderspuAtiQuirk_Needed()
    340340{
     341#if 0
    341342    const char * pszString = render_spu.ws.glGetString(GL_VENDOR);
    342343    if (pszString && strstr(pszString, "ATI"))
     
    346347        return GL_TRUE;
    347348    return GL_FALSE;
     349#else
     350    return GL_TRUE;
     351#endif
    348352}
    349353
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