[xserver-commit] xserver/hw/kdrive/ati .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 ati.c,NONE,1.1 ati.h,NONE,1.1 ati_draw.c,NONE,1.1 ati_reg.h,NONE,1.1 ati_stub.c,NONE,1.1
Eric Anholt
xserver-commit@pdx.freedesktop.org
Wed, 19 Nov 2003 00:32:37 -0800
Committed by: anholt
Update of /cvs/xserver/xserver/hw/kdrive/ati
In directory pdx:/home/anholt/xserver/hw/kdrive/ati
Added Files:
.cvsignore Makefile.am ati.c ati.h ati_draw.c ati_reg.h
ati_stub.c
Log Message:
- Add PCI information (device/vendor id, bus location) to KdCardAttr
to help with ati, and future DRM drivers.
- Add new "ati" kdrive driver. It has ancestry in the r128 driver
from andersca, but took a detour through being the WIP SiS 300
driver on the way. It supports Radeons (tested on QD VIVO and 7500)
and Rage 128. Current limitations include that it requires depth 16
and that the other Rage 128 PCI IDs aren't included yet.
--- NEW FILE: .cvsignore ---
Makefile.in
Makefile
.deps
.libs
Xati
libati.la
*.lo
--- NEW FILE: Makefile.am ---
INCLUDES = \
@KDRIVE_INCS@ \
-I$(top_srcdir)/hw/kdrive/vesa \
@XSERVER_CFLAGS@
bin_PROGRAMS = Xati
if TSLIB
TSLIB_FLAG = -lts
endif
noinst_LIBRARIES = libati.a
libati_a_SOURCES = \
ati_draw.c \
ati.c \
ati.h \
ati_reg.h
Xati_SOURCES = \
ati_stub.c
Xati_LDADD = \
libati.a \
$(top_builddir)/hw/kdrive/vesa/libvesa.a \
@KDRIVE_LIBS@ \
@XSERVER_LIBS@ \
$(TSLIB_FLAG)
--- NEW FILE: ati.c ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: ati.h ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: ati_draw.c ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: ati_reg.h ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: ati_stub.c ---
(This appears to be a binary file; contents omitted.)