Re: [Mesa-dev] [PATCH 1/3] vl: call decode_bitstream only once

2011-12-26 Thread Maarten Lankhorst
2011/12/26 Christian König : > Submit all bitstreams at once to decode_bitstream. > > Signed-off-by: Christian König Signed-off-by: Maarten Lankhorst ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/

[Mesa-dev] [PATCH 1/3] vl: call decode_bitstream only once

2011-12-26 Thread Christian König
Submit all bitstreams at once to decode_bitstream. Signed-off-by: Christian König --- src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c |5 +++-- src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h |3 ++- src/gallium/auxiliary/vl/vl_mpeg12_decoder.c |6 -- src/gallium/include/pipe/p_v