Re: [Mesa-dev] [PATCH] nir/glsl_to_nir: add bit-size info to add_instr()

2016-04-10 Thread Jason Ekstrand
R-B On Apr 10, 2016 10:52 PM, "Samuel Iglesias Gonsálvez" wrote: > This patch is still unreviewed. > > Sam > > On 05/04/16 10:29, Samuel Iglesias Gonsálvez wrote: > > Signed-off-by: Samuel Iglesias Gonsálvez > > --- > > > > This would replace this

Re: [Mesa-dev] [PATCH] nir/glsl_to_nir: add bit-size info to add_instr()

2016-04-10 Thread Samuel Iglesias Gonsálvez
This patch is still unreviewed. Sam On 05/04/16 10:29, Samuel Iglesias Gonsálvez wrote: > Signed-off-by: Samuel Iglesias Gonsálvez > --- > > This would replace this patch [0] in the series. > > [0] https://lists.freedesktop.org/archives/mesa-dev/2016-March/111347.html >

[Mesa-dev] [PATCH] nir/glsl_to_nir: add bit-size info to add_instr()

2016-04-05 Thread Samuel Iglesias Gonsálvez
Signed-off-by: Samuel Iglesias Gonsálvez --- This would replace this patch [0] in the series. [0] https://lists.freedesktop.org/archives/mesa-dev/2016-March/111347.html src/compiler/nir/glsl_to_nir.cpp | 24 ++-- 1 file changed, 14 insertions(+), 10