Merge branch 'width0'
[mesa.git] / src / gallium / auxiliary / draw / draw_vs_aos_io.c
index 39f75b50b760bbb9350dc0dbf65c90513a32f3f2..a6eb37d12806daa9522f7c32028cf6e9c2c25339 100644 (file)
@@ -199,7 +199,7 @@ static boolean load_input( struct aos_compilation *cp,
       emit_load_R8G8B8A8_UNORM(cp, dataXMM, src);
       break;
    default:
-      ERROR(cp, "unhandled input format");
+      AOS_ERROR(cp, "unhandled input format");
       return FALSE;
    }
 
@@ -410,7 +410,7 @@ static boolean emit_output( struct aos_compilation *cp,
       }
       break;
    default:
-      ERROR(cp, "unhandled output format");
+      AOS_ERROR(cp, "unhandled output format");
       return FALSE;
    }