corrected a bug wrt point_size
[mesa.git] / src / mesa / drivers / glide / fxvb.c
index ac2574a6b5bb1bb4c75a2b936611e624fb07146d..f00f26442955a6c1a6c07e3e09859cf8cd5407ad 100644 (file)
@@ -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;
    }