summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/ffvertex_prog.c
diff options
context:
space:
mode:
authorOliver McFadden <[email protected]>2012-09-11 09:41:59 +0300
committerOliver McFadden <[email protected]>2012-09-15 12:57:07 +0300
commitd09428c9ccb3ed41c3d17bd1505b6c7708fbd08e (patch)
tree586d30418b1d3a2886a996fda802d290060f4df9 /src/mesa/main/ffvertex_prog.c
parentfd232c6bd4858ccaced21126b4dd80a20c40dec1 (diff)
mesa: remove FEATURE_point_size_array define.
Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/ffvertex_prog.c')
-rw-r--r--src/mesa/main/ffvertex_prog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/ffvertex_prog.c b/src/mesa/main/ffvertex_prog.c
index e5ab201455b..0a98c4acf86 100644
--- a/src/mesa/main/ffvertex_prog.c
+++ b/src/mesa/main/ffvertex_prog.c
@@ -229,10 +229,8 @@ static void make_state_key( struct gl_context *ctx, struct state_key *key )
if (ctx->Point._Attenuated)
key->point_attenuated = 1;
-#if FEATURE_point_size_array
if (ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_POINT_SIZE].Enabled)
key->point_array = 1;
-#endif
if (ctx->Texture._TexGenEnabled ||
ctx->Texture._TexMatEnabled ||