From aa451d509df844e4652853f08e31bc1ee18c04ac Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Tue, 22 Jun 2010 23:00:44 -0700 Subject: glhd: Grab framebuffer state checks from r300g. --- src/gallium/drivers/galahad/glhd_context.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/drivers/galahad/glhd_context.h') diff --git a/src/gallium/drivers/galahad/glhd_context.h b/src/gallium/drivers/galahad/glhd_context.h index a8753d0255a..4e71753ac37 100644 --- a/src/gallium/drivers/galahad/glhd_context.h +++ b/src/gallium/drivers/galahad/glhd_context.h @@ -58,4 +58,7 @@ do { \ fprintf(stderr, "\n"); \ } while (0) +#define glhd_error(...) \ + glhd_warn(__VA_ARGS__); + #endif /* GLHD_CONTEXT_H */ -- cgit v1.2.3