diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2008-02-13 14:21:23 +1100 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-02-13 14:21:23 +1100 |
commit | b397a2bb203c2b28b746af7828d9ad192cde0bc1 (patch) | |
tree | 77448bf1db79ae112f057717109aaa98e5696b15 /src/mesa/pipe/llvm/Makefile | |
parent | 5ba3dbe2cc8a9af5cae01f45eaf497f834400170 (diff) | |
parent | e20e89e48287808068086ec148920dd89495d813 (diff) |
Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1
Diffstat (limited to 'src/mesa/pipe/llvm/Makefile')
-rw-r--r-- | src/mesa/pipe/llvm/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mesa/pipe/llvm/Makefile b/src/mesa/pipe/llvm/Makefile index f655fb8340..a0494ba966 100644 --- a/src/mesa/pipe/llvm/Makefile +++ b/src/mesa/pipe/llvm/Makefile @@ -7,8 +7,13 @@ LIBNAME = gallivm GALLIVM_SOURCES = \ gallivm.cpp \ + gallivm_cpu.cpp \ instructions.cpp \ - storage.cpp + loweringpass.cpp \ + tgsitollvm.cpp \ + storage.cpp \ + storagesoa.cpp \ + instructionssoa.cpp INC_SOURCES = gallivm_builtins.cpp llvm_base_shader.cpp |