[xserver-commit] xserver/hw/kdrive Makefile.am,1.17,1.18
Eric Anholt
xserver-commit@pdx.freedesktop.org
Sun, 07 Dec 2003 17:55:12 -0800
- Previous message: [xserver-commit] xserver/hw/kdrive/sis300 - New directory
- Next message: [xserver-commit] xserver/hw/kdrive/sis300 .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 sis.c,NONE,1.1 sis.h,NONE,1.1 sis_draw.c,NONE,1.1 sis_reg.h,NONE,1.1 sis_stub.c,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: anholt
Update of /cvs/xserver/xserver/hw/kdrive
In directory pdx:/home/anholt/xserver/hw/kdrive
Modified Files:
Makefile.am
Log Message:
Add initial SiS 300-series (300, 305, 540, 630, 730) driver based
off of the ATI driver. It suffers from hw/sw synchronization
problems, it looks like, but may be good enough to work on Render
acceleration experiments. Committing it as-is so I don't lose it
again.
Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.am 2 Dec 2003 01:59:38 -0000 1.17
+++ Makefile.am 8 Dec 2003 01:55:10 -0000 1.18
@@ -11,4 +11,5 @@
linux \
$(FBDEV_SUBDIRS) \
$(VESA_SUBDIRS) \
- ati
+ ati \
+ sis300
- Previous message: [xserver-commit] xserver/hw/kdrive/sis300 - New directory
- Next message: [xserver-commit] xserver/hw/kdrive/sis300 .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 sis.c,NONE,1.1 sis.h,NONE,1.1 sis_draw.c,NONE,1.1 sis_reg.h,NONE,1.1 sis_stub.c,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]