diff options
author | michal <michal@michal-laptop.(none)> | 2007-07-05 19:55:38 +0200 |
---|---|---|
committer | michal <michal@michal-laptop.(none)> | 2007-07-05 19:55:38 +0200 |
commit | ffe58739da9eee2e99682747cc8f26e412c87430 (patch) | |
tree | 17698bfe671373d903d56ccc5d434b5ff3193d41 /src/mesa/pipe/tgsi/Makefile | |
parent | ac5523a9c31efbb89e58ef99da47b0d81a21409c (diff) |
Softpipe: import TGSI tree. Not hooked-up yet.
Diffstat (limited to 'src/mesa/pipe/tgsi/Makefile')
-rw-r--r-- | src/mesa/pipe/tgsi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/tgsi/Makefile b/src/mesa/pipe/tgsi/Makefile new file mode 100644 index 0000000000..12a8bd0409 --- /dev/null +++ b/src/mesa/pipe/tgsi/Makefile @@ -0,0 +1,3 @@ +default: + cd ../.. ; make + |