Module: Mesa Branch: master Commit: b7c5e9b33675249c261f365280a854ee1f97d867 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7c5e9b33675249c261f365280a854ee1f97d867
Author: Brian Paul <[email protected]> Date: Fri Apr 16 12:58:40 2010 -0600 gallium/draw: fix breakage from moving lp_bld_* files --- src/gallium/auxiliary/draw/draw_llvm.c | 3 ++- src/gallium/auxiliary/draw/draw_llvm_translate.c | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/draw/draw_llvm.c b/src/gallium/auxiliary/draw/draw_llvm.c index 364a560..a5403a4 100644 --- a/src/gallium/auxiliary/draw/draw_llvm.c +++ b/src/gallium/auxiliary/draw/draw_llvm.c @@ -4,7 +4,6 @@ #include "draw_vs.h" #include "gallivm/lp_bld_arit.h" -#include "gallivm/lp_bld_interp.h" #include "gallivm/lp_bld_struct.h" #include "gallivm/lp_bld_type.h" #include "gallivm/lp_bld_flow.h" @@ -13,6 +12,8 @@ #include "gallivm/lp_bld_printf.h" #include "gallivm/lp_bld_init.h" +#include "tgsi/tgsi_exec.h" + #include "util/u_cpu_detect.h" #include "util/u_string.h" diff --git a/src/gallium/auxiliary/draw/draw_llvm_translate.c b/src/gallium/auxiliary/draw/draw_llvm_translate.c index 2a95823..c5c6f78 100644 --- a/src/gallium/auxiliary/draw/draw_llvm_translate.c +++ b/src/gallium/auxiliary/draw/draw_llvm_translate.c @@ -4,7 +4,6 @@ #include "draw_llvm.h" #include "gallivm/lp_bld_arit.h" -#include "gallivm/lp_bld_interp.h" #include "gallivm/lp_bld_struct.h" #include "gallivm/lp_bld_type.h" #include "gallivm/lp_bld_debug.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
