From 0fda1cb498b1308f09679b1947fd038f680dffb8 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sun, 6 Oct 2013 15:41:54 +0000 Subject: haiku: Fix llvmpipe and clean up softpipe tracing * Fix LLVM library and defines * Only enable tracing when scons build=debug Acked-by: Brian Paul --- src/gallium/targets/haiku-softpipe/GalliumFramebuffer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gallium/targets/haiku-softpipe/GalliumFramebuffer.cpp') diff --git a/src/gallium/targets/haiku-softpipe/GalliumFramebuffer.cpp b/src/gallium/targets/haiku-softpipe/GalliumFramebuffer.cpp index 48af2c57495..7a33cc06cda 100644 --- a/src/gallium/targets/haiku-softpipe/GalliumFramebuffer.cpp +++ b/src/gallium/targets/haiku-softpipe/GalliumFramebuffer.cpp @@ -18,8 +18,7 @@ extern "C" { } -#define TRACE_FRAMEBUFFER -#ifdef TRACE_FRAEMBUFFER +#ifdef DEBUG # define TRACE(x...) printf("GalliumFramebuffer: " x) # define CALLED() TRACE("CALLED: %s\n", __PRETTY_FUNCTION__) #else -- cgit v1.2.3