mesa: Changes to 'gallium-0.2'

Keith Whitwell keithw at kemper.freedesktop.org
Sun Sep 21 19:01:17 UTC 2008


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

Summary of changes:
 src/mesa/drivers/x11/xm_api.c     |   98 +---------
 src/mesa/drivers/x11/xm_buffer.c  |  113 ++----------
 src/mesa/drivers/x11/xm_dd.c      |   24 +--
 src/mesa/drivers/x11/xm_span.c    |  334 ++++++++++++++++------------------
 src/mesa/drivers/x11/xm_surface.c |  251 -------------------------
 src/mesa/drivers/x11/xm_tri.c     |   40 ----
 src/mesa/drivers/x11/xm_winsys.c  |  362 -------------------------------------
 src/mesa/drivers/x11/xmesaP.h     |   50 +-----
 src/mesa/state_tracker/acc2.c     |  319 --------------------------------
 src/mesa/swrast/s_drawpix.h       |   36 ----
 10 files changed, 198 insertions(+), 1429 deletions(-)
 delete mode 100644 src/mesa/drivers/x11/xm_surface.c
 delete mode 100644 src/mesa/drivers/x11/xm_winsys.c
 delete mode 100644 src/mesa/state_tracker/acc2.c
 delete mode 100644 src/mesa/swrast/s_drawpix.h

       via  00929157de20b4b37a4b2b92a15d775a35e7d11c (commit)
       via  34d4ef7cc0cc4746fdb5fdc0b44a680daa85bef1 (commit)
       via  a70312a1546ce3ec29681f34d35707121f8c4569 (commit)
      from  19af2db064805f3746cb4d810e5515f7e853185f (commit)


- Commits -----------------------------------------------
commit 00929157de20b4b37a4b2b92a15d775a35e7d11c
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun Sep 21 12:00:37 2008 -0700

    swrast: remove dead file not present in master

commit 34d4ef7cc0cc4746fdb5fdc0b44a680daa85bef1
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun Sep 21 11:56:45 2008 -0700

    drivers/x11: remove early gallium support
    
    We originally piggy-backed gallium development in the X11/swrast driver,
    but the necessary code has since been moved to its own location in
    gallium/winsys/xlib.
    
    Remove the old code from here as we don't want it propogated back to master
    in any future merge.

commit a70312a1546ce3ec29681f34d35707121f8c4569
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun Sep 21 11:50:46 2008 -0700

    state_tracker: remove dead file

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




More information about the mesa-commit mailing list