[Mesa-dev] [PATCH] i965/vs: Try again when we've successfully spilled a reg.
Kenneth Graunke
kenneth at whitecape.org
Sun Oct 7 17:26:28 PDT 2012
On 10/03/2012 10:30 AM, Eric Anholt wrote:
> Without this, we'd spill one reg, then continue on without actually register
> allocating, then assertion fail when we tried to use a vgrf number as a
> register number.
> ---
> src/mesa/drivers/dri/i965/brw_vec4.h | 4 ++--
> src/mesa/drivers/dri/i965/brw_vec4_emit.cpp | 5 ++++-
> src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp | 17 ++++++++++-------
> 3 files changed, 16 insertions(+), 10 deletions(-)
Embarassing that I forgot this.
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
More information about the mesa-dev
mailing list