softpipe: fix depth sampling for linear vs nearest.
[mesa.git] / src / gallium / drivers / galahad / glhd_context.h
index a8753d0255a4f72b85490ea7aad7d2526ad94bdd..4e71753ac3708b822a146b1cf0f4ff7ae998b7a5 100644 (file)
@@ -58,4 +58,7 @@ do { \
     fprintf(stderr, "\n"); \
 } while (0)
 
+#define glhd_error(...) \
+    glhd_warn(__VA_ARGS__);
+
 #endif /* GLHD_CONTEXT_H */