mirror of
https://github.com/X11Libre/xf86-video-vmware.git
synced 2026-03-24 01:24:37 +00:00
Try to catch all cases where we have to do readbacks or format conversions due to composite formats not being compatible with ordinary accel formats. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
29 lines
685 B
Makefile
29 lines
685 B
Makefile
vmwgfx_drv_la_LTLIBRARIES = vmwgfx_drv.la
|
|
vmwgfx_drv_la_LDFLAGS = -module -avoid-version
|
|
vmwgfx_drv_la_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) @LIBDRM_CFLAGS@ @XATRACKER_CFLAGS@ -I$(top_srcdir)/src -I$(top_srcdir)/saa
|
|
vmwgfx_drv_la_LIBADD = @LIBDRM_LIBS@ $(top_srcdir)/saa/libsaa.la\
|
|
@XATRACKER_LIBS@
|
|
vmwgfx_drv_ladir = @moduledir@/drivers
|
|
|
|
vmwgfx_drv_la_SOURCES = \
|
|
vmwgfx_driver.c \
|
|
vmwgfx_driver.h \
|
|
vmwgfx_crtc.c \
|
|
vmwgfx_output.c \
|
|
vmwgfx_dri2.c \
|
|
vmwgfx_tex_video.c \
|
|
vmwgfx_saa.c \
|
|
vmwgfx_saa.h \
|
|
vmwgfx_drmi.c \
|
|
vmwgfx_drmi.h \
|
|
vmwgfx_bootstrap.c \
|
|
vmwgfx_overlay.c \
|
|
vmwgfx_ctrl.c \
|
|
vmwgfx_ctrl.h \
|
|
vmwgfx_xa_composite.c \
|
|
vmwgfx_xa_surface.c \
|
|
wsbm_util.h
|
|
|
|
|
|
|