Re: [Mesa-dev] [PATCH 1/2] i965: in brw_link_shader() react to low memory

2016-02-05 Thread Samuel Iglesias Gonsálvez
Oh, I found that Iago replied to this series before [0] and he is right. Please ignore my two R-b for the patches of this series. Sam [0] http://lists.freedesktop.org/archives/mesa-dev/2016-February/106396 .html On Thu, 2016-02-04 at 16:16 +0100, Samuel Iglesias Gonsálvez wrote: > On Wed, 2016-0

Re: [Mesa-dev] [PATCH 1/2] i965: in brw_link_shader() react to low memory

2016-02-04 Thread Samuel Iglesias Gonsálvez
On Wed, 2016-02-03 at 10:56 +0200, Juha-Pekka Heikkila wrote: > Check _mesa_new_parameter_list() returned other than null. > > Signed-off-by: Juha-Pekka Heikkila > --- >  src/mesa/drivers/dri/i965/brw_link.cpp | 4 >  src/mesa/main/ff_fragment_shader.cpp   | 6 -- >  2 files changed, 8 ins

[Mesa-dev] [PATCH 1/2] i965: in brw_link_shader() react to low memory

2016-02-03 Thread Juha-Pekka Heikkila
Check _mesa_new_parameter_list() returned other than null. Signed-off-by: Juha-Pekka Heikkila --- src/mesa/drivers/dri/i965/brw_link.cpp | 4 src/mesa/main/ff_fragment_shader.cpp | 6 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_link.