VirtualBox

Changeset 43240 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 7, 2012 11:50:20 AM (12 years ago)
Author:
vboxsync
Message:

crOpenGL: revert tmp r80634

File:
1 edited

Legend:

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

    r43237 r43240  
    339339static GLboolean renderspuAtiQuirk_Needed()
    340340{
    341 #if 0
    342341    const char * pszString = render_spu.ws.glGetString(GL_VENDOR);
    343342    if (pszString && strstr(pszString, "ATI"))
     
    347346        return GL_TRUE;
    348347    return GL_FALSE;
    349 #else
    350     return GL_TRUE;
    351 #endif
    352348}
    353349
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