summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-01-22 09:53:49 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-01-22 09:53:49 +0000
commit19b1476515a76eb2df31be67b86bd0485d30ad5d (patch)
tree74b742a79873c1b45fae09646400e30d435f7a94
parent2005348110f977218b173a3232a0e4ce22055d5d (diff)
Start subsetting -- turn off swrast & swtnl.
-rw-r--r--src/mesa/drivers/dri/radeon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/radeon/Makefile b/src/mesa/drivers/dri/radeon/Makefile
index 6b7ee2afff8..9041314ae1b 100644
--- a/src/mesa/drivers/dri/radeon/Makefile
+++ b/src/mesa/drivers/dri/radeon/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.2.12 2003/01/20 14:50:18 keithw Exp $
+# $Id: Makefile,v 1.1.2.13 2003/01/22 09:53:49 keithw Exp $
# Mesa 3-D graphics library
# Version: 5.0
@@ -12,7 +12,7 @@ MESABUILDDIR = ../..
INCLUDES = -I$(MESABUILDDIR) -I$(MESA)/include -I. -I../common \
-I$(MESABUILDDIR)/miniglx -Iserver
-DEFINES = -D_HAVE_SWRAST=1 -D_HAVE_SWTNL=1 -D_HAVE_SANITY=1
+DEFINES = -D_HAVE_SWRAST=0 -D_HAVE_SWTNL=0 -D_HAVE_SANITY=1
CFLAGS = $(INCLUDES) $(DEFINES) -g -MD -DGLX_DIRECT_RENDERING
# The .a files for each mesa module required by this driver: