Re: [Mesa-dev] [PATCH 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-26 Thread Aaron Watry
On Fri, May 26, 2017 at 12:03 PM, Jan Vesely wrote: > On Fri, 2017-05-26 at 11:53 -0500, Aaron Watry wrote: > > On Fri, May 26, 2017 at 10:56 AM, Marek Olšák wrote: > > > > > I think this will break r600 clover support. I don't know if anybody > uses > > > it. > > > > > > > I just rebuild my des

Re: [Mesa-dev] [PATCH 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-26 Thread Jan Vesely
On Fri, 2017-05-26 at 11:53 -0500, Aaron Watry wrote: > On Fri, May 26, 2017 at 10:56 AM, Marek Olšák wrote: > > > I think this will break r600 clover support. I don't know if anybody uses > > it. > > > > I just rebuild my desktop a month ago with a new Ryzen setup, which means > that my BARTS

Re: [Mesa-dev] [PATCH 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-26 Thread Aaron Watry
On Fri, May 26, 2017 at 10:56 AM, Marek Olšák wrote: > I think this will break r600 clover support. I don't know if anybody uses > it. > I just rebuild my desktop a month ago with a new Ryzen setup, which means that my BARTS is actually in my old machine now. WIth the open-source release of the

Re: [Mesa-dev] [PATCH 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-26 Thread Marek Olšák
I think this will break r600 clover support. I don't know if anybody uses it. Marek On Fri, May 26, 2017 at 5:32 PM, Emil Velikov wrote: > From: Emil Velikov > > The code hasn't bee en touched in a very long time, and was never > completed. > > It is conditionally built only when OpenCL is sel

[Mesa-dev] [PATCH 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-26 Thread Emil Velikov
From: Emil Velikov The code hasn't bee en touched in a very long time, and was never completed. It is conditionally built only when OpenCL is selected at built time, and pulls the libamd_common static library, which in itself depends on amdgpu. With later commit(s) we'll address the amdgpu depe