diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-06-14 18:11:48 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-06-14 18:11:48 +0100 |
commit | 6393cda6766b707ef01e925d378239a66d143ae0 (patch) | |
tree | 31b5c8cc27ee16b142e27c42d5cb69f2fe9826d2 /src/mesa/pipe/Makefile | |
parent | 7050a4a7bc779b2c30fbd8244d4e77e6bd3dc30f (diff) |
Renamed softpipe directories and files to something less confusing.
softpipe/state_tracker --> state_tracker/
softpipe/ --> pipe/
softpipe/generic --> pipe/softpipe/
I don't think pipe is a great name, but I disliked all the others too.
Luckily it's fairly easy to rename with git, so this can be revisited
later.
Diffstat (limited to 'src/mesa/pipe/Makefile')
-rw-r--r-- | src/mesa/pipe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/Makefile b/src/mesa/pipe/Makefile new file mode 100644 index 0000000000..451911a354 --- /dev/null +++ b/src/mesa/pipe/Makefile @@ -0,0 +1,2 @@ +default: + cd .. ; make |