From: Brian Paul Date: Tue, 17 Apr 2001 21:08:32 +0000 (+0000) Subject: another fix in import_texcoord() X-Git-Tag: 062012170305~27245 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15eddf38fb2418f2e9703569e66e9f94a614e405;p=profile%2Fivi%2Fmesa.git another fix in import_texcoord() --- diff --git a/src/mesa/array_cache/ac_import.c b/src/mesa/array_cache/ac_import.c index a4efb06..334b367 100644 --- a/src/mesa/array_cache/ac_import.c +++ b/src/mesa/array_cache/ac_import.c @@ -1,4 +1,4 @@ -/* $Id: ac_import.c,v 1.12 2001/04/17 20:37:44 brianp Exp $ */ +/* $Id: ac_import.c,v 1.13 2001/04/17 21:08:32 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -198,7 +198,7 @@ static void import_texcoord( GLcontext *ctx, GLuint unit, from->StrideB, from->Type, from->Size, - ac->start, + 0, ac->count - ac->start); to->Size = from->Size;