Re: [Mesa-dev] [PATCH] llvmpipe: fix a crash in non-SSE path

2011-10-30 Thread Chia-I Wu
On Sun, Oct 30, 2011 at 8:11 PM, Keith Whitwell wrote: > Looks good to me. That is quick, thanks! I will go ahead and commit it. > Keith > > On Sun, 2011-10-30 at 20:05 +0800, Chia-I Wu wrote: >> From: Chia-I Wu >> >> It is a typo went unnoticed. >> --- >>  src/gallium/drivers/llvmpipe/lp_rast_t

Re: [Mesa-dev] [PATCH] llvmpipe: fix a crash in non-SSE path

2011-10-30 Thread Keith Whitwell
Looks good to me. Keith On Sun, 2011-10-30 at 20:05 +0800, Chia-I Wu wrote: > From: Chia-I Wu > > It is a typo went unnoticed. > --- > src/gallium/drivers/llvmpipe/lp_rast_tri.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/gallium/drivers/llvmpipe/lp_rast

[Mesa-dev] [PATCH] llvmpipe: fix a crash in non-SSE path

2011-10-30 Thread Chia-I Wu
From: Chia-I Wu It is a typo went unnoticed. --- src/gallium/drivers/llvmpipe/lp_rast_tri.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_rast_tri.c b/src/gallium/drivers/llvmpipe/lp_rast_tri.c index 3adfbaa..71d0ddf 100644 --- a/src/g