diff options
author | Corbin Simpson <[email protected]> | 2010-06-22 23:00:44 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-06-22 23:00:44 -0700 |
commit | aa451d509df844e4652853f08e31bc1ee18c04ac (patch) | |
tree | c998badf7e19b6e31b39d9add5e1a9f1cf6cc1fa /src/gallium/drivers/galahad/glhd_context.h | |
parent | 3f758d4ed42f6b4c6bed60f8270ef908d3829ee5 (diff) |
glhd: Grab framebuffer state checks from r300g.
Diffstat (limited to 'src/gallium/drivers/galahad/glhd_context.h')
-rw-r--r-- | src/gallium/drivers/galahad/glhd_context.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |