llvmpipe: export the tgsi translation code to a common layer
[mesa.git] / src / gallium / drivers / llvmpipe / lp_tex_sample_llvm.c
index d2a6ae21f57ab5670aabe66785a2d42b3915196c..2533275dc18bbaefce5089df6e5492c6031fc999 100644 (file)
 
 #include "pipe/p_defines.h"
 #include "pipe/p_shader_tokens.h"
-#include "lp_bld_debug.h"
-#include "lp_bld_type.h"
-#include "lp_bld_intr.h"
-#include "lp_bld_sample.h"
-#include "lp_bld_tgsi.h"
-#include "lp_state.h"
+#include "gallivm/lp_bld_debug.h"
+#include "gallivm/lp_bld_type.h"
+#include "gallivm/lp_bld_sample.h"
+#include "gallivm/lp_bld_tgsi.h"
+#include "lp_jit.h"
 #include "lp_tex_sample.h"