summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-01-31 05:59:08 +0100
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-02-03 17:02:21 +0100
commit970a8e474c666d6e33351f7ca6a3a5273024baf4 (patch)
tree99fef141e787d366ffcd9a8716b817bb90060a30 /src/Makefile.am
parentc1eba822f1579637f59933b04e31591e86b975fc (diff)
downloadxorg-driver-xf86-video-nouveau-970a8e474c666d6e33351f7ca6a3a5273024baf4.tar.gz
nv30 video texture. Doesn't work with bicubic yet, only bilinear.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3b02670..9f83093 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -58,16 +58,19 @@ nouveau_drv_la_SOURCES = \
nv_shadow.c \
nv_type.h \
nv_video.c \
+ nv_crtc.c \
+ nv_output.c \
+ nv_i2c.c \
nv04_video_overlay.c \
nv04_video_blitter.c \
nv10_exa.c \
nv10_video_overlay.c \
+ nv30_shaders.c \
+ nv30_shaders.h \
nv30_exa.c \
+ nv30_video_texture.c \
nv40_exa.c \
nv40_video_texture.c \
- nv_crtc.c \
- nv_output.c \
- nv_i2c.c \
nv50_cursor.c \
nv50_crtc.c \
nv50_dac.c \
@@ -80,7 +83,5 @@ nouveau_drv_la_SOURCES = \
nv50_cursor.h \
nv50_output.h \
nv50reg.h \
- nv30_shaders.c \
- nv30_shaders.h \
nv_pcicompat.h