On Mon, 2016-07-25 at 19:16 -0700, Francisco Jerez wrote:
> Iago Toral Quiroga writes:
>
> >
> > Basically, this involves considering the bit-size information to
> > set
> > the appropriate type on both operands and destination.
> > ---
> > src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 12 ++
Iago Toral Quiroga writes:
> Basically, this involves considering the bit-size information to set
> the appropriate type on both operands and destination.
> ---
> src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 12
> 1 file changed, 8 insertions(+), 4 deletions(-)
>
> diff --git a/src/
Basically, this involves considering the bit-size information to set
the appropriate type on both operands and destination.
---
src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_vec4_nir.cpp
b/