Re: [Mesa-dev] [PATCH 06/04] state_trackers/vdpau: Add support for VC-1 decoding

2011-11-03 Thread Christian König
I've just tested and pushed the whole series, thanks for that. Christian. On 31.10.2011 18:37, Maarten Lankhorst wrote: Add a struct with all the fields. Signed-off-by: Maarten Lankhorst --- Just because vdpau state tracker supports it, doesn't mean anything uses it yet. Patience.. src/gall

[Mesa-dev] [PATCH 06/04] state_trackers/vdpau: Add support for VC-1 decoding

2011-10-31 Thread Maarten Lankhorst
Add a struct with all the fields. Signed-off-by: Maarten Lankhorst --- Just because vdpau state tracker supports it, doesn't mean anything uses it yet. Patience.. src/gallium/include/pipe/p_video_state.h | 34 +++ src/gallium/state_trackers/vdpau/decode.c| 65 +++