mesa: always set PointSizeEnabled for API_OPENGLES2

this is implicit, so make it explicit

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15228>
This commit is contained in:
Mike Blumenkrantz 2022-03-02 11:06:55 -05:00 committed by Marge Bot
parent 9d98bc238e
commit b73663c51e
1 changed files with 1 additions and 0 deletions

View File

@ -1080,6 +1080,7 @@ _mesa_initialize_context(struct gl_context *ctx,
}
break;
}
ctx->VertexProgram.PointSizeEnabled = ctx->API == API_OPENGLES2;
ctx->FirstTimeCurrent = GL_TRUE;