From: Eric Anholt Date: Wed, 7 Sep 2011 17:32:20 +0000 (-0700) Subject: i965/vs: When failing due to lack of spilling, don't continue on. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14081695137c095f0a8430779ecb09165bec6455;p=mesa.git i965/vs: When failing due to lack of spilling, don't continue on. Fixes assertion failure from double-free in oglc glsl-arrayobject constructor.declaration.structure Reviewed-by: Ian Romanick Reviewed-by: Kenneth Graunke --- diff --git a/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp b/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp index 9fd4922bb3f..1ace91fafef 100644 --- a/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp +++ b/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp @@ -205,6 +205,7 @@ vec4_visitor::reg_allocate() if (!ra_allocate_no_spills(g)) { ralloc_free(g); fail("No register spilling support yet\n"); + return; } /* Get the chosen virtual registers for each node, and map virtual