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)
committerBen Skeggs <skeggsb@gmail.com>
Fri, 15 Feb 2008 02:50:27 +0000 (13:50 +1100)
commitc285e06e93d01b9253dfc2fb1ab42480216b72d4
treef5f9d655db569f25dca8fb5de04310fce3dc7d9d
parent2029ee48b1b5856ef3c9b4307f018bc6bd61ea6e
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]