summaryrefslogtreecommitdiffstats
path: root/scons
Commit message (Expand)AuthorAgeFilesLines
* scons: Fix scons build.José Fonseca2012-06-111-1/+4
* scons: Parse = operator in source lists too.José Fonseca2012-04-291-5/+6
* scons: Update windows llvm libraries for version 3.0.José Fonseca2012-02-231-1/+13
* scons: fix typo in package versionDave Airlie2012-02-071-1/+1
* scons: Require same pkg-config versions as configure.José Fonseca2012-02-072-7/+10
* Use only native engine & bitwriter LLVM libraries for linking.ojab2012-01-301-1/+1
* scons: don't add -Wmissing-field-initializersMarek Olšák2012-01-291-4/+0
* scons: Don't set visibility to hidden on HaikuAlexander von Gluck IV2012-01-171-1/+1
* scons: Add Haiku build supportAlexander von Gluck IV2012-01-171-0/+2
* scons: Fix libGL.so build.José Fonseca2012-01-101-0/+1
* Remove windows kernel support code.José Fonseca2011-11-291-127/+1
* scons: Disable deprecated POSIX name MSVC warnings.José Fonseca2011-11-091-0/+1
* scons: Use -static-libstdc++ on 32bits builds w/ Mingw-w64 too.José Fonseca2011-11-031-1/+1
* scons: Use -fno-builtin-memcmp.José Fonseca2011-10-121-0/+3
* scons: MacOSX build fixes.José Fonseca2011-09-201-4/+2
* scons: Remove dead MSVC SDK/DDK/WINCE tools.José Fonseca2011-09-146-1084/+0
* scons: Don't use gstabs on mingw-64.José Fonseca2011-09-121-3/+5
* scons: Use -g instead of -g3.José Fonseca2011-09-081-1/+1
* scons: Set -static-libstdc++ on mingw-w64José Fonseca2011-09-061-0/+2
* scons: Move MinGW flags from crossmingw.py to gallium.pyJosé Fonseca2011-09-062-8/+8
* scons: Prefer x86_64-w64-mingw32- prefix.José Fonseca2011-08-301-1/+1
* scons: don't compile some files with -gstabs if using mingw32Brian Paul2011-08-261-0/+38
* scons: add more LIBS for compiling with LLVM 2.9 on WindowsBrian Paul2011-08-261-0/+2
* scons: add ParseSourceList methodChia-I Wu2011-08-232-0/+159
* scons: Add support for LLVM-2.9 on Windows.José Fonseca2011-08-181-1/+15
* swrast: initial multi-threaded span renderingAndreas Fänger2011-08-111-0/+12
* scons: Filter-out NDEBUG define from llvm-config.José Fonseca2011-07-111-1/+9
* scons: Expose pkg-config in a simpler manner.José Fonseca2011-06-302-44/+87
* scons: Buid libGL.so (WIP).José Fonseca2011-06-301-2/+17
* scons: Make declaration-after-statement and pointer-arith just warnings.José Fonseca2011-06-301-2/+2
* scons: Accept verbose=yes instead of quiet=no.José Fonseca2011-06-171-1/+2
* scons: Move all env setup to scons/gallium.pyJosé Fonseca2011-06-171-1/+18
* scons: make embedding orthogonal to the platformJosé Fonseca2011-06-171-2/+4
* scons: Add a few more human friendly messages.José Fonseca2011-05-042-1/+2
* st/python: Remove bindings, and all its dependencies.José Fonseca2011-04-061-72/+0
* gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca2011-03-133-46/+1
* scons: Add human friendlier build messages for lex/yacc.José Fonseca2011-03-031-0/+2
* scons: Always load lex/yacc tool.José Fonseca2011-03-031-0/+2
* scons: Reduce all Cygwin platform names to 'cygwin'.Vinson Lee2011-02-241-0/+2
* scons: Recognize 'AMD64' processor as well.José Fonseca2011-02-161-0/+1
* scons: Don't get fooled by 32bit python on a 64bit windows.José Fonseca2011-02-161-1/+1
* scons: builtin_glsl_function on windows needs bundled getopt.José Fonseca2011-02-111-0/+1
* scons: Try to support building 64bit binaries on 32bit windows.José Fonseca2011-02-111-0/+18
* scons: Fix MSVC 64bit build.José Fonseca2011-02-111-0/+8
* scons: Disable -mstackrealign on MinGW again.José Fonseca2011-02-101-1/+4
* scons: Restrict whole program optimization to release builds.José Fonseca2011-02-091-2/+8
* scons: Eliminate libgcc_s_sjlj-1.dll dependencyJosé Fonseca2011-02-031-0/+3
* scons: We have C++ in several libraries, so always link with the C++ compilerJosé Fonseca2011-01-302-2/+4
* scons: Check for libdrm_[intel|radeon] as wellJakob Bornecrantz2010-11-051-1/+5
* scons: Check for pkg-config before trying to use itJakob Bornecrantz2010-11-051-0/+3