mesa: Changes to 'mesa_7_2_branch'

Ian Romanick idr at kemper.freedesktop.org
Fri Sep 12 20:48:35 UTC 2008


The branch, mesa_7_2_branch has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=mesa_7_2_branch

Summary of changes:
 configs/autoconf.in     |    1 -
 configure.ac            |    2 -
 src/glx/x11/Makefile    |    5 +-
 src/glx/x11/dri2.c      |  252 --------------------------------
 src/glx/x11/dri2.h      |   53 -------
 src/glx/x11/dri2_glx.c  |  371 -----------------------------------------------
 src/glx/x11/glxclient.h |    2 -
 src/glx/x11/glxext.c    |    8 -
 8 files changed, 1 insertions(+), 693 deletions(-)
 delete mode 100644 src/glx/x11/dri2.c
 delete mode 100644 src/glx/x11/dri2.h
 delete mode 100644 src/glx/x11/dri2_glx.c

       via  bb09d23e9211388bc61a2c8d080c757b104de464 (commit)
      from  1ffbcddb6ff14befd5de43c52b7bb0f4d631328f (commit)


- Commits -----------------------------------------------
commit bb09d23e9211388bc61a2c8d080c757b104de464
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Thu Sep 11 14:27:52 2008 -0700

    Remove DRI2 support
    
    Remove support for the original incarnation of DRI2.  This version has
    since been abandoned and will never ship.  This eliminates a build
    dependency on a component that only exists in Fedora 9 and in now-dead
    up-stream development trees.
    
    I also recommend that we spin a Mesa 7.1.1 release with this patch.
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>

---------------------------------




More information about the mesa-commit mailing list