Re: [Mesa-dev] [PATCH 1/4] amd/common: add nir->llvm translation.

2016-10-05 Thread Marek Olšák
On Wed, Oct 5, 2016 at 1:58 AM, Dave Airlie wrote: > On 4 October 2016 at 20:09, Nicolai Hähnle wrote: >> On 04.10.2016 03:48, Dave Airlie wrote: >>> >>> From: Bas Nieuwenhuizen >>> >>> This adds the basic files for the NIR->LLVM translation layer, >>> along with some hopefully generic code to l

Re: [Mesa-dev] [PATCH 1/4] amd/common: add nir->llvm translation.

2016-10-05 Thread Nicolai Hähnle
On 04.10.2016 12:58, Grazvydas Ignotas wrote: On Tue, Oct 4, 2016 at 1:09 PM, Nicolai Hähnle wrote: On 04.10.2016 03:48, Dave Airlie wrote: [snip] diff --git a/src/amd/common/ac_llvm_helper.cpp b/src/amd/common/ac_llvm_helper.cpp new file mode 100644 index 000..feafdaf --- /dev/null +++

Re: [Mesa-dev] [PATCH 1/4] amd/common: add nir->llvm translation.

2016-10-04 Thread Dave Airlie
On 4 October 2016 at 21:05, Emil Velikov wrote: > Hi Dave, > > On 4 October 2016 at 02:48, Dave Airlie wrote: >> From: Bas Nieuwenhuizen >> >> This adds the basic files for the NIR->LLVM translation layer, >> along with some hopefully generic code to load the binary >> result, and other helpers

Re: [Mesa-dev] [PATCH 1/4] amd/common: add nir->llvm translation.

2016-10-04 Thread Dave Airlie
On 4 October 2016 at 20:09, Nicolai Hähnle wrote: > On 04.10.2016 03:48, Dave Airlie wrote: >> >> From: Bas Nieuwenhuizen >> >> This adds the basic files for the NIR->LLVM translation layer, >> along with some hopefully generic code to load the binary >> result, and other helpers required. >> >>

Re: [Mesa-dev] [PATCH 1/4] amd/common: add nir->llvm translation.

2016-10-04 Thread Emil Velikov
Hi Dave, On 4 October 2016 at 02:48, Dave Airlie wrote: > From: Bas Nieuwenhuizen > > This adds the basic files for the NIR->LLVM translation layer, > along with some hopefully generic code to load the binary > result, and other helpers required. > > The hope is in the future we could share this

Re: [Mesa-dev] [PATCH 1/4] amd/common: add nir->llvm translation.

2016-10-04 Thread Grazvydas Ignotas
On Tue, Oct 4, 2016 at 1:09 PM, Nicolai Hähnle wrote: > On 04.10.2016 03:48, Dave Airlie wrote: > > [snip] >> >> diff --git a/src/amd/common/ac_llvm_helper.cpp >> b/src/amd/common/ac_llvm_helper.cpp >> new file mode 100644 >> index 000..feafdaf >> --- /dev/null >> +++ b/src/amd/common/ac_llvm_

Re: [Mesa-dev] [PATCH 1/4] amd/common: add nir->llvm translation.

2016-10-04 Thread Nicolai Hähnle
On 04.10.2016 03:48, Dave Airlie wrote: From: Bas Nieuwenhuizen This adds the basic files for the NIR->LLVM translation layer, along with some hopefully generic code to load the binary result, and other helpers required. The hope is in the future we could share this with an GL_ARB_spirv implem