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

2016-01-26 Thread Marek Olšák
On Tue, Jan 26, 2016 at 3:53 PM, Samuel Pitoiset wrote: > > > On 01/25/2016 08:07 PM, Marek Olšák wrote: >> >> On Sun, Jan 24, 2016 at 4:47 PM, Samuel Pitoiset >> wrote: >>> >>> Like other resources, the indirect draw buffer must be unwrapped. >>> >>> Signed-off-by: Samuel Pitoiset >>> --- >>>

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

2016-01-26 Thread Samuel Pitoiset
On 01/25/2016 08:07 PM, Marek Olšák wrote: On Sun, Jan 24, 2016 at 4:47 PM, Samuel Pitoiset wrote: Like other resources, the indirect draw buffer must be unwrapped. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/trace/tr_context.c | 15 ++- 1 file changed, 14 insertio

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

2016-01-25 Thread Marek Olšák
On Sun, Jan 24, 2016 at 4:47 PM, Samuel Pitoiset wrote: > Like other resources, the indirect draw buffer must be unwrapped. > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/trace/tr_context.c | 15 ++- > 1 file changed, 14 insertions(+), 1 deletion(-) > > diff --git a/s

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

2016-01-24 Thread Ilia Mirkin
On Sun, Jan 24, 2016 at 10:47 AM, Samuel Pitoiset wrote: > Like other resources, the indirect draw buffer must be unwrapped. > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/trace/tr_context.c | 15 ++- > 1 file changed, 14 insertions(+), 1 deletion(-) > > diff --git a/

[Mesa-dev] [PATCH] 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. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/trace/tr_context.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/trace/tr_context.c b/src/gallium/drivers/trace/tr_c