summaryrefslogtreecommitdiff
path: root/scons
AgeCommit message (Expand)AuthorFilesLines
2012-01-10scons: Fix libGL.so build.José Fonseca1-0/+1
2011-11-29Remove windows kernel support code.José Fonseca1-127/+1
2011-11-09scons: Disable deprecated POSIX name MSVC warnings.José Fonseca1-0/+1
2011-11-03scons: Use -static-libstdc++ on 32bits builds w/ Mingw-w64 too.José Fonseca1-1/+1
2011-10-12scons: Use -fno-builtin-memcmp.José Fonseca1-0/+3
2011-09-20scons: MacOSX build fixes.José Fonseca1-4/+2
2011-09-14scons: Remove dead MSVC SDK/DDK/WINCE tools.José Fonseca6-1084/+0
2011-09-12scons: Don't use gstabs on mingw-64.José Fonseca1-3/+5
2011-09-08scons: Use -g instead of -g3.José Fonseca1-1/+1
2011-09-06scons: Set -static-libstdc++ on mingw-w64José Fonseca1-0/+2
2011-09-06scons: Move MinGW flags from crossmingw.py to gallium.pyJosé Fonseca2-8/+8
2011-08-30scons: Prefer x86_64-w64-mingw32- prefix.José Fonseca1-1/+1
2011-08-26scons: don't compile some files with -gstabs if using mingw32Brian Paul1-0/+38
2011-08-26scons: add more LIBS for compiling with LLVM 2.9 on WindowsBrian Paul1-0/+2
2011-08-23scons: add ParseSourceList methodChia-I Wu2-0/+159
2011-08-18scons: Add support for LLVM-2.9 on Windows.José Fonseca1-1/+15
2011-08-11swrast: initial multi-threaded span renderingAndreas Fänger1-0/+12
2011-07-11scons: Filter-out NDEBUG define from llvm-config.José Fonseca1-1/+9
2011-06-30scons: Expose pkg-config in a simpler manner.José Fonseca2-44/+87
2011-06-30scons: Buid libGL.so (WIP).José Fonseca1-2/+17
2011-06-30scons: Make declaration-after-statement and pointer-arith just warnings.José Fonseca1-2/+2
2011-06-17scons: Accept verbose=yes instead of quiet=no.José Fonseca1-1/+2
2011-06-17scons: Move all env setup to scons/gallium.pyJosé Fonseca1-1/+18
2011-06-17scons: make embedding orthogonal to the platformJosé Fonseca1-2/+4
2011-05-04scons: Add a few more human friendly messages.José Fonseca2-1/+2
2011-04-06st/python: Remove bindings, and all its dependencies.José Fonseca1-72/+0
2011-03-13gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca3-46/+1
2011-03-03scons: Add human friendlier build messages for lex/yacc.José Fonseca1-0/+2
2011-03-03scons: Always load lex/yacc tool.José Fonseca1-0/+2
2011-02-24scons: Reduce all Cygwin platform names to 'cygwin'.Vinson Lee1-0/+2
2011-02-16scons: Recognize 'AMD64' processor as well.José Fonseca1-0/+1
2011-02-16scons: Don't get fooled by 32bit python on a 64bit windows.José Fonseca1-1/+1
2011-02-11scons: builtin_glsl_function on windows needs bundled getopt.José Fonseca1-0/+1
2011-02-11scons: Try to support building 64bit binaries on 32bit windows.José Fonseca1-0/+18
2011-02-11scons: Fix MSVC 64bit build.José Fonseca1-0/+8
2011-02-10scons: Disable -mstackrealign on MinGW again.José Fonseca1-1/+4
2011-02-09scons: Restrict whole program optimization to release builds.José Fonseca1-2/+8
2011-02-03scons: Eliminate libgcc_s_sjlj-1.dll dependencyJosé Fonseca1-0/+3
2011-01-30scons: We have C++ in several libraries, so always link with the C++ compilerJosé Fonseca2-2/+4
2010-11-05scons: Check for libdrm_[intel|radeon] as wellJakob Bornecrantz1-1/+5
2010-11-05scons: Check for pkg-config before trying to use itJakob Bornecrantz1-0/+3
2010-11-03st/xorg: Detect libkms with scons too.José Fonseca1-0/+1
2010-11-02scons: Propagate installation targets.José Fonseca1-4/+9
2010-11-01scons: Restore x11 tool behavior for backwards compatability.José Fonseca1-3/+15
2010-11-01scons: Revamp how to specify targets to build.José Fonseca4-39/+84
2010-09-29scons: New build= option, with support for checked builds.José Fonseca3-5/+4
2010-09-29scons: New build= option, with support for checked builds.José Fonseca1-18/+41
2010-09-27scons: Add MinGW-w64 prefixes for MinGW build.Vinson Lee1-0/+2
2010-09-05scons: Re-enable SSE on MinGW.José Fonseca1-11/+11
2010-08-17scons: Add -fno-common for 64-bit builds on Mac OS X.Vinson Lee1-0/+2