gallium: Add SCons as alternative build system for Gallium.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 31 Jan 2008 04:14:35 +0000 (13:14 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 31 Jan 2008 05:22:21 +0000 (14:22 +0900)
commitc42e6254cffb8ef480868e9c1942f73129fc4f80
treefd0f0bf2de29939bc2a0275049dd873db6ab3988
parent62d11b98c4a4904b56fab153407f49619d6d331d
gallium: Add SCons as alternative build system for Gallium.
.gitignore
SConstruct [new file with mode: 0644]
src/mesa/SConscript [new file with mode: 0644]
src/mesa/drivers/dri/SConscript [new file with mode: 0644]
src/mesa/drivers/dri/intel_winsys/SConscript [new file with mode: 0644]
src/mesa/pipe/SConscript [new file with mode: 0644]
src/mesa/pipe/i915simple/SConscript [new file with mode: 0644]
src/mesa/pipe/i965simple/SConscript [new file with mode: 0644]
src/mesa/pipe/softpipe/SConscript [new file with mode: 0644]