move empty block handling back into mc for testing
[mesa.git] / src / gallium / auxiliary / vl / vl_types.h
index ce1755468942451d5f37175add8dc37e554d321a..eeabd43cb239cf59d4f8aaad0cdea5bf99cc6728 100644 (file)
@@ -38,4 +38,9 @@ struct vertex4f
    float x, y, z, w;
 };
 
+struct quadf
+{
+   struct vertex2f bl, tl, tr, br;
+};
+
 #endif /* vl_types_h */