Re: [Mesa-dev] [PATCH v2] trace: fix a segfault when tracing indirect draw calls

2016-01-24 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Sun, Jan 24, 2016 at 11:50 AM, Samuel Pitoiset wrote: > Like other resources, the indirect draw buffer must be unwrapped. > > Changes from v2: > - do it for indirect_params > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/trace/tr_context.c | 17 ++

[Mesa-dev] [PATCH v2] trace: fix a segfault when tracing indirect draw calls

2016-01-24 Thread Samuel Pitoiset
Like other resources, the indirect draw buffer must be unwrapped. Changes from v2: - do it for indirect_params Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/trace/tr_context.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/trac