summaryrefslogtreecommitdiff
path: root/src/mesa/softpipe/generic/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-05-24 10:41:34 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-05-24 10:41:34 +0100
commit8e4a95a93d15a6707a29454cd47e10b08314cda2 (patch)
tree91d8156591f89cd8e345250342719c515efb31fa /src/mesa/softpipe/generic/Makefile
parent572dc0864e044776618b0b9e8b808b9584cd1ef6 (diff)
First version of the softpipe rasterizer.
This will flesh out to hopefully acheive 3 things: - New software rasterizer for mesa - New driver model for mesa & dri with much smaller drivers - The basis for the cell driver. It's got a long way to go yet, but will at least run trivial/tri.c.
Diffstat (limited to 'src/mesa/softpipe/generic/Makefile')
-rw-r--r--src/mesa/softpipe/generic/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/softpipe/generic/Makefile b/src/mesa/softpipe/generic/Makefile
new file mode 100644
index 0000000000..12a8bd0409
--- /dev/null
+++ b/src/mesa/softpipe/generic/Makefile
@@ -0,0 +1,3 @@
+default:
+ cd ../.. ; make
+