Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5062 → Rev 5063

/contrib/sdk/sources/Mesa/src/mesa/state_tracker/st_manager.c
631,6 → 631,7
if (attribs->flags & ST_CONTEXT_FLAG_FORWARD_COMPATIBLE)
st->ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT;
 
#if 0
/* need to perform version check */
if (attribs->major > 1 || attribs->minor > 0) {
/* Is the actual version less than the requested version?
641,6 → 642,7
return NULL;
}
}
#endif
 
st->invalidate_on_gl_viewport =
smapi->get_param(smapi, ST_MANAGER_BROKEN_INVALIDATE);