swrast: Rename blend_func->swrast_blend_func
[mesa.git] / src / mesa / swrast / s_aatritemp.h
index fd374a524f09f32751cdf8d221eefea94784ebd6..230dab81633da908709247f077b89b663a3a2b2e 100644 (file)
             /* (cx,cy) = center of fragment */
             const GLfloat cx = ix + 0.5F, cy = iy + 0.5F;
             SWspanarrays *array = span.array;
-            ASSERT(ix >= 0);
+            assert(ix >= 0);
             array->coverage[ix] = coverage;
 #ifdef DO_Z
             array->z[ix] = (GLuint) solve_plane(cx, cy, zPlane);