Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
api_found = GL_TRUE;
break;
case EXTRA_VERSION_43:
- api_check = TRUE;
+ api_check = GL_TRUE;
if (_mesa_is_desktop_gl(ctx) && version >= 43)
api_found = GL_TRUE;
break;
api_found = GL_TRUE;
break;
case EXTRA_EXT_PROVOKING_VERTEX_32:
- api_check = TRUE;
+ api_check = GL_TRUE;
if (ctx->API == API_OPENGL_COMPAT || version == 32)
api_found = ctx->Extensions.EXT_provoking_vertex;
break;
if (depth > 1) {
/* only a single slice is supported at this time */
- memCopy = FALSE;
+ memCopy = GL_FALSE;
}
if (memCopy) {