* Authors:
* Zack Rusin zack@tungstengraphics.com
*/
+#ifdef MESA_LLVM
#include "instructions.h"
return func;
}
+#endif //MESA_LLVM
* Authors:
* Zack Rusin zack@tungstengraphics.com
*/
+#ifdef MESA_LLVM
#include "llvmtgsi.h"
#include <fstream>
#include <iostream>
-#ifdef MESA_LLVM
-
struct gallivm_prog {
llvm::Module *module;
void *function;
* Authors:
* Zack Rusin zack@tungstengraphics.com
*/
+#ifdef MESA_LLVM
#include "storage.h"
m_temps = m_tempStack.top();
m_tempStack.pop();
}
+#endif //MESA_LLVM
pipe/tgsi/deco/deco_caps.c
-ifeq ($(MESA_LLVM),1)
- LLVMTGSI_SOURCES = \
+LLVMTGSI_SOURCES = \
pipe/llvm/llvmtgsi.cpp \
pipe/llvm/storage.cpp \
pipe/llvm/instructions.cpp
-endif
STATECACHE_SOURCES = \
pipe/cso_cache/cso_hash.c \