Skip to content
  • Emma Anholt's avatar
    glamor: Drop the REVERT_UPLOADING_1_5_5_5 path. · 8f1411c3
    Emma Anholt authored and Adam Jackson's avatar Adam Jackson committed
    
    
    There was only a pretty special case that could have even worked --
    you've got a GLES2 renderer, you've got a SHM pixmap, it's 1555 (not
    the usual 565 for 16-bit), and you're little endian (BE was broken,
    since GL's 5_5_5_1 picks the 1 bit from the lowest bit of the short,
    and on BE we weren't doing the conversion path that swaps around the
    channels).  This is just not worth the complexity.
    
    Reviewed-by: default avatarAdam Jackson <ajax@redhat.com>
    Signed-off-by: default avatarEric Anholt <eric@anholt.net>
    8f1411c3