st/mesa: minor indentation fixes
This commit is contained in:
@@ -712,10 +712,10 @@ void st_init_extensions(struct st_context *st)
|
|||||||
ctx->Extensions.ARB_transform_feedback_instanced = GL_TRUE;
|
ctx->Extensions.ARB_transform_feedback_instanced = GL_TRUE;
|
||||||
}
|
}
|
||||||
if (st->options.force_glsl_extensions_warn)
|
if (st->options.force_glsl_extensions_warn)
|
||||||
ctx->Const.ForceGLSLExtensionsWarn = 1;
|
ctx->Const.ForceGLSLExtensionsWarn = 1;
|
||||||
|
|
||||||
if (st->options.disable_glsl_line_continuations)
|
if (st->options.disable_glsl_line_continuations)
|
||||||
ctx->Const.DisableGLSLLineContinuations = 1;
|
ctx->Const.DisableGLSLLineContinuations = 1;
|
||||||
|
|
||||||
ctx->Const.MinMapBufferAlignment =
|
ctx->Const.MinMapBufferAlignment =
|
||||||
screen->get_param(screen, PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT);
|
screen->get_param(screen, PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT);
|
||||||
|
Reference in New Issue
Block a user