st/mesa: fix indentation
This commit is contained in:
@@ -360,7 +360,7 @@ void st_init_extensions(struct st_context *st)
|
|||||||
ctx->Extensions.ARB_occlusion_query2 = GL_TRUE;
|
ctx->Extensions.ARB_occlusion_query2 = GL_TRUE;
|
||||||
}
|
}
|
||||||
if (screen->get_param(screen, PIPE_CAP_TIMER_QUERY)) {
|
if (screen->get_param(screen, PIPE_CAP_TIMER_QUERY)) {
|
||||||
ctx->Extensions.EXT_timer_query = GL_TRUE;
|
ctx->Extensions.EXT_timer_query = GL_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (screen->get_param(screen, PIPE_CAP_TEXTURE_SHADOW_MAP)) {
|
if (screen->get_param(screen, PIPE_CAP_TEXTURE_SHADOW_MAP)) {
|
||||||
|
Reference in New Issue
Block a user