diff options
author | Ilia Mirkin <[email protected]> | 2013-08-10 20:19:24 -0400 |
---|---|---|
committer | Maarten Lankhorst <[email protected]> | 2013-08-16 09:48:47 +0200 |
commit | a2061eea0f89b44c816e6c7570b983e8cfda41cd (patch) | |
tree | df7ea1084a69bc4c20b8ef2c11df611613756283 /src/gallium/drivers/nv50/nv84_video.h | |
parent | b3f6f127f28737d034dcf1c12a9b66b88750e93b (diff) |
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 <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nv50/nv84_video.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv84_video.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv84_video.h b/src/gallium/drivers/nv50/nv84_video.h index 4ff8cf32765..4240cef6564 100644 --- a/src/gallium/drivers/nv50/nv84_video.h +++ b/src/gallium/drivers/nv50/nv84_video.h @@ -33,6 +33,10 @@ #include "nv50_context.h" +/* These are expected to be on their own pushbufs */ +#define SUBC_BSP(m) 2, (m) +#define SUBC_VP(m) 2, (m) + union pipe_desc { struct pipe_picture_desc *base; struct pipe_mpeg12_picture_desc *mpeg12; |