On 10/28/2015 04:43 PM, Connor Abbott wrote:
> On Wed, Oct 28, 2015 at 7:06 PM, Ian Romanick wrote:
>> On 10/28/2015 02:32 PM, Jason Ekstrand wrote:
>>> ---
>>> src/glsl/nir/nir.h | 19 +++
>>> src/glsl/nir/nir_pass.c | 64
>>> -
>>
On 10/28/2015 06:15 PM, Connor Abbott wrote:
> On Wed, Oct 28, 2015 at 8:04 PM, Ian Romanick wrote:
>> On 10/28/2015 04:43 PM, Connor Abbott wrote:
>>> On Wed, Oct 28, 2015 at 7:06 PM, Ian Romanick wrote:
On 10/28/2015 02:32 PM, Jason Ekstrand wrote:
> ---
> src/glsl/nir/nir.h
On 10/28/2015 06:30 PM, Kenneth Graunke wrote:
> On Wednesday, October 28, 2015 05:04:07 PM Ian Romanick wrote:
>> On 10/28/2015 04:43 PM, Connor Abbott wrote:
>>> On Wed, Oct 28, 2015 at 7:06 PM, Ian Romanick wrote:
On 10/28/2015 02:32 PM, Jason Ekstrand wrote:
> ---
> src/glsl/nir/
On 10/28/2015 09:26 PM, Ilia Mirkin wrote:
> On Wed, Oct 28, 2015 at 8:04 PM, Ian Romanick wrote:
>> People often complain about the way that open-source projects are so nit
>> picky about coding standards. It's a necessary survival tactic. Mesa
>> is 22 years old. It has had dozens of contribu
On Wed, Oct 28, 2015 at 8:04 PM, Ian Romanick wrote:
> People often complain about the way that open-source projects are so nit
> picky about coding standards. It's a necessary survival tactic. Mesa
> is 22 years old. It has had dozens of contributors. Imagine how much
There are like 10 diffe
On Wed, Oct 28, 2015 at 8:51 PM, Jason Ekstrand wrote:
> On Wed, Oct 28, 2015 at 5:41 PM, Connor Abbott wrote:
>> On Wed, Oct 28, 2015 at 8:00 PM, Jason Ekstrand wrote:
>>> On Wed, Oct 28, 2015 at 4:26 PM, Connor Abbott wrote:
While it works for now, I'm not so sure about how we're conflat
On Wednesday, October 28, 2015 05:04:07 PM Ian Romanick wrote:
> On 10/28/2015 04:43 PM, Connor Abbott wrote:
> > On Wed, Oct 28, 2015 at 7:06 PM, Ian Romanick wrote:
> >> On 10/28/2015 02:32 PM, Jason Ekstrand wrote:
> >>> ---
> >>> src/glsl/nir/nir.h | 19 +++
> >>> src/glsl/ni
On Wed, Oct 28, 2015 at 8:04 PM, Ian Romanick wrote:
> On 10/28/2015 04:43 PM, Connor Abbott wrote:
>> On Wed, Oct 28, 2015 at 7:06 PM, Ian Romanick wrote:
>>> On 10/28/2015 02:32 PM, Jason Ekstrand wrote:
---
src/glsl/nir/nir.h | 19 +++
src/glsl/nir/nir_pass.c |
On Wed, Oct 28, 2015 at 5:41 PM, Connor Abbott wrote:
> On Wed, Oct 28, 2015 at 8:00 PM, Jason Ekstrand wrote:
>> On Wed, Oct 28, 2015 at 4:26 PM, Connor Abbott wrote:
>>> While it works for now, I'm not so sure about how we're conflating the
>>> definition of a pass and its dynamic instantiatio
On Wed, Oct 28, 2015 at 8:00 PM, Jason Ekstrand wrote:
> On Wed, Oct 28, 2015 at 4:26 PM, Connor Abbott wrote:
>> While it works for now, I'm not so sure about how we're conflating the
>> definition of a pass and its dynamic instantiation. Eventually we'll
>> want to have passes refer to each oth
On 10/28/2015 04:43 PM, Connor Abbott wrote:
> On Wed, Oct 28, 2015 at 7:06 PM, Ian Romanick wrote:
>> On 10/28/2015 02:32 PM, Jason Ekstrand wrote:
>>> ---
>>> src/glsl/nir/nir.h | 19 +++
>>> src/glsl/nir/nir_pass.c | 64
>>> -
>>
On Wed, Oct 28, 2015 at 4:43 PM, Connor Abbott wrote:
> On Wed, Oct 28, 2015 at 7:06 PM, Ian Romanick wrote:
>> On 10/28/2015 02:32 PM, Jason Ekstrand wrote:
>>> ---
>>> src/glsl/nir/nir.h | 19 +++
>>> src/glsl/nir/nir_pass.c | 64
>>> ++
On Wed, Oct 28, 2015 at 4:26 PM, Connor Abbott wrote:
> While it works for now, I'm not so sure about how we're conflating the
> definition of a pass and its dynamic instantiation. Eventually we'll
> want to have passes refer to each other ("please run pass B after pass
> A to clean up its mess",
On Wed, Oct 28, 2015 at 7:06 PM, Ian Romanick wrote:
> On 10/28/2015 02:32 PM, Jason Ekstrand wrote:
>> ---
>> src/glsl/nir/nir.h | 19 +++
>> src/glsl/nir/nir_pass.c | 64
>> -
>> 2 files changed, 82 insertions(+), 1 deletion(-)
>
While it works for now, I'm not so sure about how we're conflating the
definition of a pass and its dynamic instantiation. Eventually we'll
want to have passes refer to each other ("please run pass B after pass
A to clean up its mess", etc.), and in that case we need to be able to
have to the pass
On 10/28/2015 02:32 PM, Jason Ekstrand wrote:
> ---
> src/glsl/nir/nir.h | 19 +++
> src/glsl/nir/nir_pass.c | 64
> -
> 2 files changed, 82 insertions(+), 1 deletion(-)
>
> diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h
> in
16 matches
Mail list logo