configs/default                          |   12 ++-
 configs/linux-cell                       |    3 
 configs/linux-dri                        |    6 -
 configs/linux-llvm                       |    2 
 src/gallium/Makefile.template            |    1 
 src/gallium/auxiliary/Makefile           |    6 -
 src/gallium/auxiliary/cso_cache/Makefile |   18 ++++
 src/gallium/auxiliary/draw/Makefile      |   41 ++++++++++-
 src/gallium/auxiliary/tgsi/Makefile      |   24 ++++++
 src/gallium/auxiliary/tgsi/exec/Makefile |    3 
 src/gallium/auxiliary/util/Makefile      |   20 +++++
 src/gallium/drivers/Makefile             |    6 -
 src/gallium/winsys/Makefile              |   20 +++++
 src/gallium/winsys/dri/Makefile.template |    6 +
 src/gallium/winsys/xlib/Makefile         |  113 +++++++++++++++++++++++++++++++
 src/mesa/Makefile                        |   74 +-------------------
 src/mesa/sources                         |   56 ---------------
 17 files changed, 264 insertions(+), 147 deletions(-)

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

New commits:
commit bfd5916eafb9a97ad10f1d4a8738e7dcb02e04f4
Author: José Fonseca <[EMAIL PROTECTED]>
Date:   Mon Feb 18 14:25:04 2008 +0900

    Code reorganization: split gallium and mesa makefiles.
    
    In other words, don't build src/gallium source code from within 
src/mesa/Makefile.
    
    Also, allow to customize which gallium auxiliary dirs, driver driver, winsys
    dirs get built from the config/* files.

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to