xf86-video-savage: Changes to 'master'

Tormod Volden tormod at kemper.freedesktop.org
Mon Feb 21 12:48:31 PST 2011


 src/savage_dga.c |    2 +-
 src/savage_dri.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit aff8f966c6d3f7dbad2d92d040ce7f5c4b286eef
Author: Tormod Volden <debian.tormod at gmail.com>
Date:   Sun Feb 13 23:04:09 2011 +0100

    Use proper casts on framebuffer addresses
    
    Correction to df8059025cafadaeea7672842d31134ed8c9c5df.
    Casting addresses to int is a 32bitism. If we want to use
    this intermediate cast to silence compiler warnings, we
    should use uintptr_t instead to not introduce potential
    bit truncation.
    
    Thanks to Mark Kettenis for spotting this.
    
    Signed-off-by: Tormod Volden <debian.tormod at gmail.com>



More information about the xorg-commit mailing list