nv50: add vp3/vp4 support for mpeg2/vc1
authorIlia Mirkin <imirkin@alum.mit.edu>
Sun, 11 Aug 2013 00:19:24 +0000 (20:19 -0400)
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>
Fri, 16 Aug 2013 07:48:47 +0000 (09:48 +0200)
commita2061eea0f89b44c816e6c7570b983e8cfda41cd
treedf7ea1084a69bc4c20b8ef2c11df611613756283
parentb3f6f127f28737d034dcf1c12a9b66b88750e93b
nv50: add vp3/vp4 support for mpeg2/vc1

h264/mpeg4 remain disabled for pre-nvc0, there's some minor
bug/difference which causes the decoding to hang after some frames.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
12 files changed:
src/gallium/drivers/nouveau/nouveau_vp3_video.c
src/gallium/drivers/nv50/Makefile.sources
src/gallium/drivers/nv50/nv50_context.c
src/gallium/drivers/nv50/nv50_context.h
src/gallium/drivers/nv50/nv50_screen.c
src/gallium/drivers/nv50/nv50_winsys.h
src/gallium/drivers/nv50/nv84_video.h
src/gallium/drivers/nv50/nv98_video.c [new file with mode: 0644]
src/gallium/drivers/nv50/nv98_video.h [new file with mode: 0644]
src/gallium/drivers/nv50/nv98_video_bsp.c [new file with mode: 0644]
src/gallium/drivers/nv50/nv98_video_ppp.c [new file with mode: 0644]
src/gallium/drivers/nv50/nv98_video_vp.c [new file with mode: 0644]