summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@guitar.keithp.com>2007-02-14 14:17:14 -0800
committerKeith Packard <keithp@guitar.keithp.com>2007-02-14 14:17:14 -0800
commit22a271555a46267c40448fa926d45692498ef7c6 (patch)
tree90c325ad44409e52639679c61cfaa73f55faf337 /src/Makefile.am
parenta7c64d5e28f608d54c94fa7a5c92bd5b471179c7 (diff)
Create driver-independent DGA hooks, remove i830 DGA code.
As RandR needs to poke at DGA code, and we want the RandR code to be driver-independent, it seemed easier to just make the DGA code driver-independent as well.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6c63cc41..a94e14c8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,7 +59,6 @@ intel_drv_la_SOURCES = \
i830_cursor.c \
i830_debug.c \
i830_debug.h \
- i830_dga.c \
i830_display.c \
i830_display.h \
i830_driver.c \
@@ -85,6 +84,7 @@ intel_drv_la_SOURCES = \
i830_xf86Crtc.h \
i830_xf86Crtc.c \
i830_xf86Rotate.c \
+ i830_xf86DiDGA.c \
i915_3d.c \
i915_3d.h \
i915_reg.h \