Re: [Mesa-dev] [PATCH 0/3] RadeonSI GLSL "lit" tests

2016-08-03 Thread Nicolai Hähnle
On 03.08.2016 01:28, Marek Olšák wrote: On Tue, Aug 2, 2016 at 9:23 PM, Nicolai Hähnle wrote: On 02.08.2016 21:06, Marek Olšák wrote: On Tue, Aug 2, 2016 at 3:40 PM, Nicolai Hähnle wrote: On 31.07.2016 22:29, Marek Olšák wrote: Inspired by

Re: [Mesa-dev] [PATCH 0/3] RadeonSI GLSL "lit" tests

2016-08-02 Thread Marek Olšák
On Tue, Aug 2, 2016 at 9:23 PM, Nicolai Hähnle wrote: > > > On 02.08.2016 21:06, Marek Olšák wrote: >> >> On Tue, Aug 2, 2016 at 3:40 PM, Nicolai Hähnle wrote: >>> >>> On 31.07.2016 22:29, Marek Olšák wrote: Inspired by LLVM, I created a

Re: [Mesa-dev] [PATCH 0/3] RadeonSI GLSL "lit" tests

2016-08-02 Thread Nicolai Hähnle
On 02.08.2016 21:06, Marek Olšák wrote: On Tue, Aug 2, 2016 at 3:40 PM, Nicolai Hähnle wrote: On 31.07.2016 22:29, Marek Olšák wrote: Inspired by LLVM, I created a small test suite that looks like "lit" tests, except that the input is GLSL and it verifies asm. The

Re: [Mesa-dev] [PATCH 0/3] RadeonSI GLSL "lit" tests

2016-08-02 Thread Marek Olšák
On Tue, Aug 2, 2016 at 3:40 PM, Nicolai Hähnle wrote: > On 31.07.2016 22:29, Marek Olšák wrote: >> >> Inspired by LLVM, I created a small test suite that looks like "lit" >> tests, except that the input is GLSL and it verifies asm. >> >> The motivation was to verify that we

Re: [Mesa-dev] [PATCH 0/3] RadeonSI GLSL "lit" tests

2016-08-02 Thread Nicolai Hähnle
On 31.07.2016 22:29, Marek Olšák wrote: Inspired by LLVM, I created a small test suite that looks like "lit" tests, except that the input is GLSL and it verifies asm. The motivation was to verify that we generate optimal code when starting from GLSL. [PATCH 1/3] radeonsi: add environment

[Mesa-dev] [PATCH 0/3] RadeonSI GLSL "lit" tests

2016-07-31 Thread Marek Olšák
Inspired by LLVM, I created a small test suite that looks like "lit" tests, except that the input is GLSL and it verifies asm. The motivation was to verify that we generate optimal code when starting from GLSL. [PATCH 1/3] radeonsi: add environment variable SI_FORCE_FAMILY [PATCH 2/3]