Remove all the radeon_subset files. They were completely unused. Keith
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_vtxfmt_x86.c
index 59b0db0a5f9446bf5e0908dd2d9c0c1049ab67f6..d1cf1979f1c3c6e382902e08511a5fc3f0b85d4b 100644 (file)
@@ -303,14 +303,14 @@ struct dynfn *radeon_makeX86Color4ub( GLcontext *ctx, int key )
       return dfn;
    }
    else
-      return 0;
+      return NULL;
 }
 
 
 struct dynfn *radeon_makeX86Color3fv( GLcontext *ctx, int key )
 {
    if (key & (RADEON_CP_VC_FRMT_PKCOLOR|RADEON_CP_VC_FRMT_FPALPHA))
-      return 0;
+      return NULL;
    else
    {
       radeonContextPtr rmesa = RADEON_CONTEXT(ctx);
@@ -323,7 +323,7 @@ struct dynfn *radeon_makeX86Color3fv( GLcontext *ctx, int key )
 struct dynfn *radeon_makeX86Color3f( GLcontext *ctx, int key )
 {
    if (key & (RADEON_CP_VC_FRMT_PKCOLOR|RADEON_CP_VC_FRMT_FPALPHA))
-      return 0;
+      return NULL;
    else
    {
       radeonContextPtr rmesa = RADEON_CONTEXT(ctx);