Re: [Mesa-dev] [PATCH v2 1/1] clover: use pipe_resource references

2017-03-09 Thread Emil Velikov
On 9 March 2017 at 14:12, Vedran Miletić wrote: > On 03/09/2017 12:21 AM, Jan Vesely wrote: >> v2: buffers are created with one reference. >> Signed-off-by: Jan Vesely >> --- >> Vedran, can you confirm that this one still fixes the problem? Seems OK on >> EG. >> > > Unfortunately it does not, va

Re: [Mesa-dev] [PATCH v2 1/1] clover: use pipe_resource references

2017-03-09 Thread Vedran Miletić
On 03/09/2017 12:21 AM, Jan Vesely wrote: > v2: buffers are created with one reference. > Signed-off-by: Jan Vesely > --- > Vedran, can you confirm that this one still fixes the problem? Seems OK on EG. > Unfortunately it does not, valgrind reports Invalid read here. Regards, Vedran > Jan > >

[Mesa-dev] [PATCH v2 1/1] clover: use pipe_resource references

2017-03-08 Thread Jan Vesely
v2: buffers are created with one reference. Signed-off-by: Jan Vesely --- Vedran, can you confirm that this one still fixes the problem? Seems OK on EG. Jan src/gallium/state_trackers/clover/core/resource.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/stat