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
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
+++
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
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.
>>
>>
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
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_
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