Connor Abbott writes:
> On Thu, Dec 18, 2014 at 1:49 PM, Eric Anholt wrote:
>> Connor Abbott writes:
>>
>>> On Thu, Dec 18, 2014 at 2:01 AM, Eric Anholt wrote:
Jason Ekstrand writes:
> From: Connor Abbott
>
> This is similar to ir_validate.cpp.
>
> v2: Jason Eks
On Thu, Dec 18, 2014 at 1:49 PM, Eric Anholt wrote:
> Connor Abbott writes:
>
>> On Thu, Dec 18, 2014 at 2:01 AM, Eric Anholt wrote:
>>> Jason Ekstrand writes:
>>>
From: Connor Abbott
This is similar to ir_validate.cpp.
v2: Jason Ekstrand :
whitespace fixes
>>>
Connor Abbott writes:
> On Thu, Dec 18, 2014 at 2:01 AM, Eric Anholt wrote:
>> Jason Ekstrand writes:
>>
>>> From: Connor Abbott
>>>
>>> This is similar to ir_validate.cpp.
>>>
>>> v2: Jason Ekstrand :
>>>whitespace fixes
>>
>> I have again not reviewed the control flow bits. Couple of qu
On Thu, Dec 18, 2014 at 2:01 AM, Eric Anholt wrote:
> Jason Ekstrand writes:
>
>> From: Connor Abbott
>>
>> This is similar to ir_validate.cpp.
>>
>> v2: Jason Ekstrand :
>>whitespace fixes
>
> I have again not reviewed the control flow bits. Couple of questions I
> had, though:
>
>> +stati
Jason Ekstrand writes:
> From: Connor Abbott
>
> This is similar to ir_validate.cpp.
>
> v2: Jason Ekstrand :
>whitespace fixes
I have again not reviewed the control flow bits. Couple of questions I
had, though:
> +static void
> +validate_var_use(nir_variable *var, validate_state *state)
From: Connor Abbott
This is similar to ir_validate.cpp.
v2: Jason Ekstrand :
whitespace fixes
---
src/glsl/Makefile.sources | 1 +
src/glsl/nir/nir.h | 2 +
src/glsl/nir/nir_validate.c | 798
3 files changed, 801 insertions(+)
crea