gallium/u_threaded: align batches and call slots to 16 bytes
[mesa.git] / src / gallium / drivers / swr / swr_tex_sample.cpp
index ec2fa15408553208c62d91a417f6493656c08ac8..f1ac41b0895920467a52f15ff5c54e9de5bfe94a 100644 (file)
@@ -46,7 +46,7 @@
 
 #include "state.h"
 #include "JitManager.h"
-#include "state_llvm.h"
+#include "gen_state_llvm.h"
 
 #include "pipe/p_defines.h"
 #include "pipe/p_shader_tokens.h"
@@ -58,7 +58,7 @@
 #include "util/u_memory.h"
 
 #include "swr_tex_sample.h"
-#include "swr_context_llvm.h"
+#include "gen_swr_context_llvm.h"
 
 using namespace SwrJit;