On Fri, Feb 22, 2002 at 02:55:23AM +0900, Shigehiro Nomura wrote:
> Hi,
> This patch speed up NEOCopyYV12Data() slightly.

Both patches were reversed, I think?

Dag B


 
> --- neo_video.c       Fri Feb 22 02:40:22 2002
> +++ ../neomagic.org/neo_video.c       Fri Feb 22 02:38:29 2002
> @@ -1030,27 +1030,20 @@
>               int height, int width)
>  {
>      CARD32 *pDst = (CARD32 *) dst;
> -    int i;
> +    int i, j;
>  
>      width >>= 1;
> -    height >>= 1;

[snip]

_______________________________________________
Neomagic mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/neomagic

Reply via email to