mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Feb 18 10:55:07 UTC 2008


 Makefile                                    |    2 
 SConstruct                                  |    7 -
 src/SConscript                              |    7 +
 src/gallium/SConscript                      |   23 +++
 src/gallium/auxiliary/cso_cache/SConscript  |   10 +
 src/gallium/auxiliary/draw/SConscript       |   31 +++++
 src/gallium/auxiliary/pipebuffer/SConscript |   14 ++
 src/gallium/auxiliary/tgsi/SConscript       |   14 ++
 src/gallium/auxiliary/util/SConscript       |   11 +
 src/gallium/drivers/failover/SConscript     |   13 ++
 src/gallium/winsys/SConscript               |   10 +
 src/gallium/winsys/dri/SConscript           |   51 ++++++++
 src/gallium/winsys/dri/intel/SConscript     |   14 --
 src/gallium/winsys/xlib/SConscript          |   28 ++++
 src/mesa/SConscript                         |  170 +---------------------------
 src/mesa/drivers/dri/SConscript             |   48 -------
 16 files changed, 231 insertions(+), 222 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 33ceb6716a2166db75659fa66d85fb4cfb9633c7
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Feb 18 10:52:44 2008 +0000

    Update scons build for new code layout.

commit 9df478d2f8269a439024fadf82170814d24acd19
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Feb 18 16:47:35 2008 +0900

    Add an "all" target alias for "default" target.
    
    "all" is more commonly expected, expecially by many IDEs.




More information about the mesa-commit mailing list