Kaydet (Commit) 76cfcea6 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

The fglrx driver is an X11 only thing

It means "FireGL and Radeon for X".

Change-Id: I188fa03a113d9977a7a240bc0fc9f6dc9be054b8
üst ecef9cb6
......@@ -330,9 +330,10 @@ void OGLTransitionerImpl::impl_initializeFlags( bool const bValidContext )
SAL_INFO("slideshow.opengl", "GL version: " << mnGLVersion << "" );
const GLubyte* vendor = glGetString( GL_VENDOR );
#if defined( UNX ) && !defined( MACOSX )
/* TODO: check for version once the bug in fglrx driver is fixed */
mbBrokenTexturesATI = (vendor && strcmp( reinterpret_cast<const char *>(vendor), "ATI Technologies Inc." ) == 0 );
#endif
}
CHECK_GL_ERROR();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment