summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-11-25 19:57:05 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-11-25 19:57:05 -0200
commit06c78cee718a86b1521c1fc1075d08bb9ad257f1 (patch)
tree2d5a97ef42bdbf10a93373279fc88bbe3d41f722 /src/Makefile.am
parent9570cfdc132b0acb1d2b70edc6a3a5a812ef9691 (diff)
Remove smi_dga.c and polylines code from smi_xaa.c.
DGA was also not being properly test to not enable the pSmi fields, but since the dga implementation is very basic, it is better to just remove it (if compiling the sources on pre 1.4 X Server, DGA will be disabled). The polylines code in xmi_xaa.c was already if 0'ed for some time, but it may be reinstantiated to accelerate (back) xaa rotated modes. Currently only randr+exa accelerates rotated modes.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5170211..811b456 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,7 +51,3 @@ siliconmotion_drv_la_SOURCES = \
smilynx.h \
smi501_crtc.c \
smi501_output.c
-
-if !XMODES
-siliconmotion_drv_la_SOURCES += smi_dga.c
-endif