summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/Makefile.sources
diff options
context:
space:
mode:
authorMaarten Lankhorst <[email protected]>2012-12-02 12:07:35 +0100
committerMaarten Lankhorst <[email protected]>2013-01-17 16:28:57 +0100
commit9ba7eac535d309332c4149b544ccf7e87f88c723 (patch)
treee199782d9cc22b21e30b61779ea4935648d81d59 /src/gallium/drivers/nvc0/Makefile.sources
parent6eb0d3d86394699f0e3eb3df26a9623bb142e6a8 (diff)
nvc0: add support for accelerated video decoding through the dedicated engines
Currently the use of external firmware is required, with kernel and userspace firmware needed for all Fermi cards except nvd9. Kepler and nvd9 should only require kernel firmware.
Diffstat (limited to 'src/gallium/drivers/nvc0/Makefile.sources')
-rw-r--r--src/gallium/drivers/nvc0/Makefile.sources5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/Makefile.sources b/src/gallium/drivers/nvc0/Makefile.sources
index 12eedf96231..33b90f290fb 100644
--- a/src/gallium/drivers/nvc0/Makefile.sources
+++ b/src/gallium/drivers/nvc0/Makefile.sources
@@ -14,4 +14,7 @@ C_SOURCES := \
nvc0_program.c \
nvc0_shader_state.c \
nvc0_query.c \
- nvc0_video.c
+ nvc0_video.c \
+ nvc0_video_bsp.c \
+ nvc0_video_vp.c \
+ nvc0_video_ppp.c