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

Chia-I Wu olvaffe at gmail.com
Sun Oct 30 05:14:07 PDT 2011


On Sun, Oct 30, 2011 at 8:11 PM, Keith Whitwell <keithw at vmware.com> 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 <olv at lunarg.com>
>>
>> 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/gallium/drivers/llvmpipe/lp_rast_tri.c
>> +++ b/src/gallium/drivers/llvmpipe/lp_rast_tri.c
>> @@ -129,7 +129,7 @@ lp_rast_triangle_4_16(struct lp_rasterizer_task *task,
>>     union lp_rast_cmd_arg arg2;
>>     arg2.triangle.tri = arg.triangle.tri;
>>     arg2.triangle.plane_mask = (1<<4)-1;
>> -   lp_rast_triangle_3(task, arg2);
>> +   lp_rast_triangle_4(task, arg2);
>>  }
>>
>>  void
>
>
>



-- 
olv at LunarG.com


More information about the mesa-dev mailing list