mirror of
https://github.com/X11Libre/xf86-video-vmware.git
synced 2026-03-24 01:24:37 +00:00
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>
14 lines
224 B
Makefile
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
|
|
|