Re: [Mesa-dev] [PATCH 07/16] radeonsi: add reference count to si_compute

2017-08-21 Thread Marek Olšák
On Mon, Aug 21, 2017 at 8:36 AM, Gert Wollny wrote: > Am Sonntag, den 20.08.2017, 15:48 +0200 schrieb Marek Olšák: >> The patch seems OK to me. > > Hmm, > > you're right in that I was wrong about "program", I still need learn to > think in patches. > > However, when I look

Re: [Mesa-dev] [PATCH 07/16] radeonsi: add reference count to si_compute

2017-08-21 Thread Gert Wollny
Am Sonntag, den 20.08.2017, 15:48 +0200 schrieb Marek Olšák: > The patch seems OK to me. Hmm, you're right in that I was wrong about "program", I still need learn to think in patches.  However, when I look at si_delete_compute_state where si_compute_reference is called: >+

Re: [Mesa-dev] [PATCH 07/16] radeonsi: add reference count to si_compute

2017-08-20 Thread Marek Olšák
The patch seems OK to me. Marek On Wed, Aug 16, 2017 at 1:50 PM, Gert Wollny wrote: > Hello Nicolai, > > I've spotted a little problem in you code (see below). > > Best, > Gert > > > Am Mittwoch, den 16.08.2017, 13:05 +0200 schrieb Nicolai Hähnle: >> From: Nicolai Hähnle

[Mesa-dev] [PATCH 07/16] radeonsi: add reference count to si_compute

2017-08-16 Thread Nicolai Hähnle
From: Nicolai Hähnle To allow keep-alive for deferred logging. --- src/gallium/drivers/radeonsi/si_compute.c | 24 ++-- src/gallium/drivers/radeonsi/si_compute.h | 14 ++ 2 files changed, 28 insertions(+), 10 deletions(-) diff --git