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-16 17:44:09 +0100
commit4fad211502d8fcc6a4906549e6458b3306dcc27c (patch)
treedd44ceebbaabab26d044830904abc90919a28f50 /src/gallium/drivers/nvc0/Makefile.sources
parent4b8af72f96825cba8519b2c381ccde42decb69d3 (diff)
nvc0: Add support for video buffer
Diffstat (limited to 'src/gallium/drivers/nvc0/Makefile.sources')
-rw-r--r--src/gallium/drivers/nvc0/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/Makefile.sources b/src/gallium/drivers/nvc0/Makefile.sources
index d0e213b40af..12eedf96231 100644
--- a/src/gallium/drivers/nvc0/Makefile.sources
+++ b/src/gallium/drivers/nvc0/Makefile.sources
@@ -13,4 +13,5 @@ C_SOURCES := \
nvc0_vbo_translate.c \
nvc0_program.c \
nvc0_shader_state.c \
- nvc0_query.c
+ nvc0_query.c \
+ nvc0_video.c