xserver/hw/kdrive/neomagic Makefile.am, NONE, 1.1 neo_draw.c, NONE, 1.1 neomagic.c, NONE, 1.1 neomagic.h, NONE, 1.1 neomagicstub.c, NONE, 1.1

Brent Cook xserver-commit at pdx.freedesktop.org
Sat Apr 3 14:22:50 PST 2004


Committed by: busterb

Update of /cvs/xserver/xserver/hw/kdrive/neomagic
In directory pdx:/tmp/cvs-serv25314/neomagic

Added Files:
	Makefile.am neo_draw.c neomagic.c neomagic.h neomagicstub.c 
Log Message:
initial import of original driver by Franco Catrin L. Wraps VESA for most
parts, with some hardware acceleration enabled for the cursor on the NM2300.


--- NEW FILE: Makefile.am ---
INCLUDES = 					\
	@KDRIVE_INCS@				\
	-I$(top_srcdir)/hw/kdrive/vesa		\
	@XSERVER_CFLAGS@

bin_PROGRAMS = Xneomagic

noinst_LIBRARIES = libneomagic.a

libneomagic_a_SOURCES = 	\
	neomagic.c	\
	neomagic.h	\
	neo_draw.c

Xneomagic_SOURCES = \
	neomagicstub.c

NEOMAGIC_LIBS =					\
	libneomagic.a 				\
	$(top_builddir)/hw/kdrive/vesa/libvesa.a \
	@KDRIVE_LIBS@

Xneomagic_LDADD = \
	$(NEOMAGIC_LIBS)				\
	@KDRIVE_LIBS@				\
	@XSERVER_LIBS@

Xneomagic_DEPENDENCIES = $(NEOMAGIC_LIBS) @KDRIVE_LIBS@

--- NEW FILE: neo_draw.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: neomagic.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: neomagic.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: neomagicstub.c ---
(This appears to be a binary file; contents omitted.)




More information about the xserver-commit mailing list