summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2007-12-29 15:09:08 +0100
committerMaarten Maathuis <madman2003@gmail.com>2007-12-29 15:09:08 +0100
commit4b980011742a6fa0bdeb312a7b367d6a56675fcb (patch)
tree14861aebd13728699375bd017fe9ce163e37c148 /src/Makefile.am
parenta4c045aa14b471fcfe29cdbec0cd846b2c5be2a6 (diff)
downloadxorg-driver-xf86-video-nouveau-4b980011742a6fa0bdeb312a7b367d6a56675fcb.tar.gz
NV40: Preliminary Xv Texture Adaptor.
- Only supports YV12. - No attributes. - Only the Y component gets bilinear filtering. - You're welcome to improve it ;-)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e07fae6..458233c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -60,6 +60,7 @@ nouveau_drv_la_SOURCES = \
nv10_exa.c \
nv30_exa.c \
nv40_exa.c \
+ nv40_video_texture.c \
nv_crtc.c \
nv_output.c \
nv_i2c.c \