xf86-video-sunffb: Changes to 'master'

Daniel Stone daniels at kemper.freedesktop.org
Fri Dec 28 13:54:52 PST 2007


 src/ffb.h          |   52 -----
 src/ffb_accel.c    |   24 --
 src/ffb_attr.c     |  177 ------------------
 src/ffb_dri.c      |  521 -----------------------------------------------------
 src/ffb_drishare.h |   48 ----
 src/ffb_driver.c   |   55 -----
 src/ffb_rcache.h   |   52 -----
 src/ffb_wid.c      |   17 -
 8 files changed, 5 insertions(+), 941 deletions(-)

New commits:
commit 30e4d54afc695d91fa5c3d0c65db98ca24d1d9db
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Fri Dec 28 23:55:06 2007 +0200

    Remove DRI support to fix build after devPrivates rework
    
    This driver uses devprivates of all kinds, but this is
    only done in deprecated and unused code so we can simply
    remove it all.
    
    DRM/DRI support has been commented out for years, and was
    done during the conversion over to XAA acceleration.  This
    code would need to be essentially rewritten to work again,
    so we can just remove this stuff for now.
    
    The rest were either:
    
    1) DRI/DRM related uses
    2) the private allocation code
    3) cases that could index to the pScrn to get the FFB private
    
    And that's all fixed up here.
    
    Signed-off-by: David S. Miller <davem at davemloft.net>



More information about the xorg-commit mailing list