From 009250a096cdf2babc8d87defa05309e96b8bba2 Mon Sep 17 00:00:00 2001 From: Oliver McFadden Date: Tue, 11 Sep 2012 09:43:08 +0300 Subject: mesa: remove FEATURE_es2_glsl and related defines. Signed-off-by: Oliver McFadden Reviewed-by: Brian Paul --- src/mesa/program/program.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/program/program.c') diff --git a/src/mesa/program/program.c b/src/mesa/program/program.c index becb77c1d60..7d827b78b5b 100644 --- a/src/mesa/program/program.c +++ b/src/mesa/program/program.c @@ -85,12 +85,8 @@ _mesa_init_program(struct gl_context *ctx) #if FEATURE_NV_vertex_program || FEATURE_ARB_vertex_program ctx->VertexProgram.Enabled = GL_FALSE; -#if FEATURE_es2_glsl ctx->VertexProgram.PointSizeEnabled = (ctx->API == API_OPENGLES2) ? GL_TRUE : GL_FALSE; -#else - ctx->VertexProgram.PointSizeEnabled = GL_FALSE; -#endif ctx->VertexProgram.TwoSideEnabled = GL_FALSE; _mesa_reference_vertprog(ctx, &ctx->VertexProgram.Current, ctx->Shared->DefaultVertexProgram); -- cgit v1.2.3