tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_common.c
index a4c7b40798aef10746958dd6260a292467e15f26..097ab7cf6136f358d8d2ae02a5d13167f760c3d1 100644 (file)
@@ -229,7 +229,6 @@ void radeonUpdateScissor( GLcontext *ctx )
        }
        if (!rmesa->radeonScreen->kernel_mm) {
           /* Fix scissors for dri 1 */
-
           __DRIdrawablePrivate *dPriv = radeon_get_drawable(rmesa);
           x1 += dPriv->x;
           x2 += dPriv->x + 1;
@@ -1345,5 +1344,5 @@ void rcommonBeginBatch(radeonContextPtr rmesa, int n,
 
 void radeonUserClear(GLcontext *ctx, GLuint mask)
 {
-   _mesa_meta_clear(ctx, mask);
+   _mesa_meta_Clear(ctx, mask);
 }