summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-10-25 20:37:01 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-10-25 20:37:01 +0000
commitf1113fa99d8767e58d223b5bbdd7e19e9e89613f (patch)
tree236d459dc9744b9924aac281d77170ef7f827ca7 /src/mesa/drivers/dri/sis/Makefile
parent7e4cc1c29fc1fa32ba6bad4f827e357b9aa79f3a (diff)
Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox's
last drop I saw, which was in turn based on a code drop of mine. Texturing, culling, and several extensions are unimplemented, and some features could probably be improved. It's untested, but there don't appear to be regressions on the 300-series code, so I'd like to get these bits in now so that it can be worked on as not a huge diff.
Diffstat (limited to 'src/mesa/drivers/dri/sis/Makefile')
-rw-r--r--src/mesa/drivers/dri/sis/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/sis/Makefile b/src/mesa/drivers/dri/sis/Makefile
index 32c64bdbf3..d2354e6776 100644
--- a/src/mesa/drivers/dri/sis/Makefile
+++ b/src/mesa/drivers/dri/sis/Makefile
@@ -10,6 +10,8 @@ LIBNAME = sis_dri.so
# MINIGLX_SOURCES = server/sis_dri.c
DRIVER_SOURCES = \
+ sis6326_state.c \
+ sis6326_clear.c \
sis_alloc.c \
sis_clear.c \
sis_context.c \