From 8e4a95a93d15a6707a29454cd47e10b08314cda2 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 24 May 2007 10:41:34 +0100 Subject: 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. --- src/mesa/softpipe/generic/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/mesa/softpipe/generic/Makefile (limited to 'src/mesa/softpipe/generic/Makefile') 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 + -- cgit v1.2.3