|
|
|
|
|
|
|
|
if (screen->st_api->profile_mask & ST_PROFILE_DEFAULT_MASK) |
|
|
if (screen->st_api->profile_mask & ST_PROFILE_DEFAULT_MASK) |
|
|
screen->sPriv->max_gl_compat_version = 30; |
|
|
screen->sPriv->max_gl_compat_version = 30; |
|
|
if (screen->st_api->profile_mask & ST_PROFILE_OPENGL_CORE_MASK) |
|
|
if (screen->st_api->profile_mask & ST_PROFILE_OPENGL_CORE_MASK) |
|
|
screen->sPriv->max_gl_core_version = 32; |
|
|
|
|
|
|
|
|
screen->sPriv->max_gl_core_version = 33; |
|
|
if (screen->st_api->profile_mask & ST_PROFILE_OPENGL_ES1_MASK) |
|
|
if (screen->st_api->profile_mask & ST_PROFILE_OPENGL_ES1_MASK) |
|
|
screen->sPriv->max_gl_es1_version = 11; |
|
|
screen->sPriv->max_gl_es1_version = 11; |
|
|
if (screen->st_api->profile_mask & ST_PROFILE_OPENGL_ES2_MASK) |
|
|
if (screen->st_api->profile_mask & ST_PROFILE_OPENGL_ES2_MASK) |