summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)AuthorFilesLines
2011-02-16scons: Avoid depending on scons 2.0 in general.José Fonseca1-1/+5
2011-02-11scons: Need c99 also when cross compiling.José Fonseca1-0/+3
2011-02-11scons: builtin_glsl_function on windows needs bundled getopt.José Fonseca1-4/+7
2011-02-11scons: Try to support building 64bit binaries on 32bit windows.José Fonseca1-1/+1
2011-01-22scons: Add support for GLES.Chia-I Wu1-0/+6
2011-01-13scons: Fix cross-compilation.José Fonseca1-0/+33
2010-12-01scons: Move MSVS_VERSION option to common module.José Fonseca1-1/+0
2010-11-01scons: Revamp how to specify targets to build.José Fonseca1-103/+20
2010-09-29scons: New build= option, with support for checked builds.José Fonseca1-1/+1
2010-09-03scons: added galahad to driver listBrian Paul1-2/+2
2010-08-26graw: Undo late loading of graw drivers.José Fonseca1-1/+2
2010-08-26graw: Remove graw-null.José Fonseca1-2/+1
2010-08-13scons: Build the new glsl2 code.José Fonseca1-22/+0
2010-06-28glhd: Build with sconsJakob Bornecrantz1-0/+2
2010-06-07graw: update graw_null after interface changes and build graw tests againKeith Whitwell1-1/+2
2010-06-05gallium: always build drivers/swJoakim Sindholt1-0/+2
2010-05-31egl: Use SConscript for Windows build.Chia-I Wu1-1/+1
2010-05-27r600g: Integrate into buildJakob Bornecrantz1-2/+2
2010-05-21mesa: disable building the removed demos with sconsBrian Paul1-5/+0
2010-05-14scons: add 'targets' variable, for specifying ... targetsKeith Whitwell1-0/+23
2010-05-12scons: Add -fvisibility=hidden to CFLAGS for gcc buildsJakob Bornecrantz1-1/+2
2010-05-12rbug: No need to have rbug as a inputJakob Bornecrantz1-3/+3
2010-05-12rbug: Break out of traceJakob Bornecrantz1-4/+6
2010-04-26scons: Include headers from the local include directory first.Vinson Lee1-1/+3
2010-04-24nvfx: Add to SCons build.Vinson Lee1-1/+1
2010-04-24nv50: Add to SCons build.Vinson Lee1-1/+1
2010-04-24nouveau: Add to SCons build.Vinson Lee1-1/+1
2010-04-11scons: Always build softpipe and llvmpipe (when llvm available).José Fonseca1-1/+5
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca1-14/+0
2010-04-11scons: Use libdrm options only where needed.José Fonseca1-10/+0
2010-04-06scons: define DRAW_LLVM if we're building itZack Rusin1-0/+2
2010-03-31scons: Don't always include/links X11 headers/libs.José Fonseca1-12/+0
2010-03-31scons: Don't always link expat.José Fonseca1-1/+0
2010-03-28gallium: new raw gallium interface to support standalone testsKeith Whitwell1-1/+1
2010-03-26i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz1-1/+1
2010-03-10scons: Fixup the libgl-gdi build.José Fonseca1-2/+0
2010-03-10python: Fix up state tracker for sw api.José Fonseca1-0/+1
2010-03-09scons: Always build the identity driver.José Fonseca1-1/+3
2010-03-09scons: Add new targets option.José Fonseca1-0/+2
2010-02-25scons: Always build trace driverJosé Fonseca1-0/+4
2010-02-15scons: A less magic way of not building progs by default.José Fonseca1-6/+7
2010-02-10scons: Only build progs when explicitly requested in the command line.José Fonseca1-5/+6
2010-02-10scons: export drawllvm after actually checking that llvm is presentZack Rusin1-7/+6
2010-02-09scons: don't assume llvm is always presentZack Rusin1-2/+5
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin1-8/+8
2010-01-28define own embedded target and cleanup previous commit.Alan Hourihane1-9/+19
2010-01-28Don't define HAVE_POSIX_MEMALIGN for embedded target.Alan Hourihane1-1/+2
2010-01-26support an 'embedded' platform target which turns off most parts of theAlan Hourihane1-3/+10
2010-01-26add missing SCons.UtilAlan Hourihane1-0/+1
2010-01-26Allow the environment to override certain flags.Alan Hourihane1-0/+11