• Show log

    Commit

  • Hash : fd1d692b
    Author : Sam Lantinga
    Date : 2016-10-01T10:46:10

    Fixed bug 3368 - SDL_Blit_Slow doesn't ignore alpha values in colorkey comparison
    
    Simon Hug
    
    When the SDL_Blit_Slow function compares the pixel to the color key it does so without removing the alpha component from the pixel value and the key. This is different from the optimized 32-bit blitters which create a rgb mask and apply it to both to filter the alpha out. SDL_Blit_Slow will only skip the pixels with the exact alpha value of the key instead of all pixels with the same color.
    
    The attached test case blits a surface with a color key and prints the pixel values to the console. The third row is expected to be skipped.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags