Changeset 43240 in vbox for trunk/src/VBox
- Timestamp:
- Sep 7, 2012 11:50:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c
r43237 r43240 339 339 static GLboolean renderspuAtiQuirk_Needed() 340 340 { 341 #if 0342 341 const char * pszString = render_spu.ws.glGetString(GL_VENDOR); 343 342 if (pszString && strstr(pszString, "ATI")) … … 347 346 return GL_TRUE; 348 347 return GL_FALSE; 349 #else350 return GL_TRUE;351 #endif352 348 } 353 349
Note:
See TracChangeset
for help on using the changeset viewer.