ec5c2469da
2.9.1 is the last version of the intel DDX that supports UMS (User modesetting), with 2.10 onwards being purely KMS only. As such, this driver contains backports of almost every correctness or performance related fix to the rendering layer in later intel drivers. This driver *REQUIRES* a GEM enabled kernel. it claims to support non-gem mode but this is essentially unmaintained and due to the way the abstraciton works is slow, if it works at all (it often does not). You have been warned. tested by many many people on tech over the last few weeks.
18 lines
355 B
Makefile
18 lines
355 B
Makefile
noinst_LTLIBRARIES = libuxa.la
|
|
|
|
# Override these since UXA doesn't need them and the needed files aren't
|
|
# built (in hw/xfree86/os-support/solaris) until after UXA is built
|
|
SOLARIS_ASM_CFLAGS=""
|
|
|
|
AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS)
|
|
|
|
libuxa_la_SOURCES = \
|
|
uxa.c \
|
|
uxa.h \
|
|
uxa-accel.c \
|
|
uxa-glyphs.c \
|
|
uxa-render.c \
|
|
uxa-priv.h \
|
|
uxa-unaccel.c
|
|
|