diff options
author | Ilia Mirkin <[email protected]> | 2013-08-10 16:43:06 -0400 |
---|---|---|
committer | Maarten Lankhorst <[email protected]> | 2013-08-15 15:19:48 +0200 |
commit | 73f4499a02db0cdad31f7881d718daadd712c40f (patch) | |
tree | 4c3a26c6f26bdf762fbca544577415a8f20615dc /src/gallium/drivers/nouveau/Makefile.sources | |
parent | e1cd987bb641eef88a9b856aaccff8bb526f6311 (diff) |
nvc0: move vp param filling logic into nouveau
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/nouveau/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/Makefile.sources b/src/gallium/drivers/nouveau/Makefile.sources index ca3320721ca..7912f6703e3 100644 --- a/src/gallium/drivers/nouveau/Makefile.sources +++ b/src/gallium/drivers/nouveau/Makefile.sources @@ -6,4 +6,5 @@ C_SOURCES := \ nouveau_heap.c \ nouveau_video.c \ nouveau_vp3_video.c \ - nouveau_vp3_video_bsp.c + nouveau_vp3_video_bsp.c \ + nouveau_vp3_video_vp.c |