mesa: check FEATURE_point_size_array

This commit is contained in:
Brian Paul 2008-06-28 16:15:03 -06:00
parent d4b100a6a1
commit a1ec6efce0

View file

@ -265,8 +265,10 @@ static struct state_key *make_state_key( GLcontext *ctx )
if (ctx->Point._Attenuated)
key->point_attenuated = 1;
#if FEATURE_point_size_array
if (ctx->Array.ArrayObj->PointSize.Enabled)
key->point_array = 1;
#endif
if (ctx->Texture._TexGenEnabled ||
ctx->Texture._TexMatEnabled ||