Mesa (lp-binning): llvmpipe: restrict header visibility

Keith Whitwell keithw at kemper.freedesktop.org
Wed Jan 6 17:00:58 UTC 2010


Module: Mesa
Branch: lp-binning
Commit: 72120292b981fd96e1127f927d7257255c65befd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=72120292b981fd96e1127f927d7257255c65befd

Author: Keith Whitwell <keithw at vmware.com>
Date:   Wed Jan  6 16:56:28 2010 +0000

llvmpipe: restrict header visibility

---

 src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c b/src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c
index d2a6ae2..d59d768 100644
--- a/src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c
+++ b/src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c
@@ -47,7 +47,7 @@
 #include "lp_bld_intr.h"
 #include "lp_bld_sample.h"
 #include "lp_bld_tgsi.h"
-#include "lp_state.h"
+#include "lp_jit.h"
 #include "lp_tex_sample.h"
 
 




More information about the mesa-commit mailing list