• Ryan C. Gordon's avatar
    Date: Mon, 31 Oct 2005 14:23:34 +0100 · 80fea81d
    Ryan C. Gordon authored
    From: Thomas Omilian <paccy@arcor.de>
    To: sdl@libsdl.org
    Subject: [SDL] SDL_SoftStretch() fixed!
    
    Ok, after debugging the night I found the error:
    
    in video/SDL_stretch.c in Line 81
    
        /* See if we need to regenerate the copy buffer */
        if ( (src_w == last.src_w) &&
             (dst_w == last.src_w) && (bpp == last.bpp) ) {
            return(0);
        }
    
    the second comparison should be (dst_w == last dst_w).
    Perhaps someone could apply it to the source...
    
    Regards,
      Thomas Omilian
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401167
    80fea81d
Name
Last commit
Last update
..
audio Loading commit data...
cdrom Loading commit data...
cpuinfo Loading commit data...
endian Loading commit data...
events Loading commit data...
file Loading commit data...
hermes Loading commit data...
joystick Loading commit data...
main Loading commit data...
thread Loading commit data...
timer Loading commit data...
video Loading commit data...
.cvsignore Loading commit data...
Makefile.am Loading commit data...
SDL.c Loading commit data...
SDL_error.c Loading commit data...
SDL_error_c.h Loading commit data...
SDL_fatal.c Loading commit data...
SDL_fatal.h Loading commit data...
SDL_getenv.c Loading commit data...
SDL_loadso.c Loading commit data...