Re: [Mesa-dev] [PATCH v5 3/4] nouveau: fix chunk decoding by updating number of slices

2015-12-23 Thread Julien Isorce
On 17 December 2015 at 04:16, Ilia Mirkin wrote: > Is there any guarantee that bsp_next is called a number of times equal > to the number of slices? Seems like it's just for appending on more > data, which may or may not be equal to the number of slices... Why is > the value in the descriptor wro

Re: [Mesa-dev] [PATCH v5 3/4] nouveau: fix chunk decoding by updating number of slices

2015-12-16 Thread Ilia Mirkin
Is there any guarantee that bsp_next is called a number of times equal to the number of slices? Seems like it's just for appending on more data, which may or may not be equal to the number of slices... Why is the value in the descriptor wrong? On Wed, Dec 16, 2015 at 9:40 AM, Julien Isorce wrote:

[Mesa-dev] [PATCH v5 3/4] nouveau: fix chunk decoding by updating number of slices

2015-12-16 Thread Julien Isorce
https://bugs.freedesktop.org/show_bug.cgi?id=89969 Signed-off-by: Julien Isorce --- src/gallium/drivers/nouveau/nouveau_vp3_video.h | 3 +++ src/gallium/drivers/nouveau/nouveau_vp3_video_bsp.c | 17 +++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/galliu