Files
xf86-video-vmware/saa/Makefile.am
Thomas Hellstrom 84166d4b45 vmwgfx, saa: Initial import
This imports the vmwgfx driver, based on the Gallium3D Xorg state tracker,
as well as the saa library. A "Shadow Acceleration Architecture", which is
optimized for the case where transfers between system (shadow) and hw memory
is very costly.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2011-06-16 16:04:47 +02:00

14 lines
224 B
Makefile

libsaa_la_LTLIBRARIES = libsaa.la
libsaa_ladir = @libdir@
libsaa_la_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS)
libsaa_la_SOURCES = \
saa.c \
saa_pixmap.c \
saa_unaccel.c \
saa_priv.h \
saa_render.c \
saa_accel.c \
saa.h