mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 16:20:13 +01:00
mesa: check FEATURE_point_size_array
This commit is contained in:
parent
d4b100a6a1
commit
a1ec6efce0
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue