Re: [Mesa-dev] [PATCH v2 07/25] trace: add resource_commit pass-through

2017-03-29 Thread Nicolai Hähnle
On 28.03.2017 21:50, Marek Olšák wrote: Patches 6 & 7 return void, but patch 5 defines the return type as bool. With those fixed, patches 5-7 are: Reviewed-by: Marek Olšák Fixed locally, thanks! Marek On Tue, Mar 28, 2017 at 11:11 AM, Nicolai Hähnle wrote: From: Nicolai Hähnle --- s

Re: [Mesa-dev] [PATCH v2 07/25] trace: add resource_commit pass-through

2017-03-28 Thread Marek Olšák
Patches 6 & 7 return void, but patch 5 defines the return type as bool. With those fixed, patches 5-7 are: Reviewed-by: Marek Olšák Marek On Tue, Mar 28, 2017 at 11:11 AM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > --- > src/gallium/drivers/trace/tr_context.c | 20

[Mesa-dev] [PATCH v2 07/25] trace: add resource_commit pass-through

2017-03-28 Thread Nicolai Hähnle
From: Nicolai Hähnle --- src/gallium/drivers/trace/tr_context.c | 20 1 file changed, 20 insertions(+) diff --git a/src/gallium/drivers/trace/tr_context.c b/src/gallium/drivers/trace/tr_context.c index 81c1a46..75a3748 100644 --- a/src/gallium/drivers/trace/tr_context.c ++