diff options
Diffstat (limited to 'src/mesa/drivers/glide/fxvb.c')
-rw-r--r-- | src/mesa/drivers/glide/fxvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxvb.c b/src/mesa/drivers/glide/fxvb.c index ac2574a..f00f264 100644 --- a/src/mesa/drivers/glide/fxvb.c +++ b/src/mesa/drivers/glide/fxvb.c @@ -526,7 +526,7 @@ void fxChooseVertexState( GLcontext *ctx ) ind |= SETUP_TMU0; } - if (ctx->_TriangleCaps & (DD_POINT_SIZE|DD_POINT_ATTEN)) { + if (ctx->_TriangleCaps & DD_POINT_ATTEN) { ind |= SETUP_PSIZ; } |