summaryrefslogtreecommitdiff
path: root/scons/gallium.py
AgeCommit message (Expand)AuthorFilesLines
2012-08-01scons: Add support for Intel Compiler.Vinson Lee1-0/+6
2012-07-25scons: Fix build with clang.Vinson Lee1-1/+2
2012-07-12scons: Remove -ffast-math.José Fonseca1-2/+0
2012-07-12scons: Also require recent XCB.José Fonseca1-1/+1
2012-06-18scons: Do not build svga if using Solaris Studio C compiler.Vinson Lee1-0/+2
2012-06-14scons: Fix Haiku binary optimizationsAlexander von Gluck IV1-1/+10
2012-02-07scons: fix typo in package versionDave Airlie1-1/+1
2012-02-07scons: Require same pkg-config versions as configure.José Fonseca1-6/+6
2012-01-29scons: don't add -Wmissing-field-initializersMarek Olšák1-4/+0
2012-01-17scons: Don't set visibility to hidden on HaikuAlexander von Gluck IV1-1/+1
2012-01-17scons: Add Haiku build supportAlexander von Gluck IV1-0/+2
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-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é Fonseca1-0/+8
2011-08-11swrast: initial multi-threaded span renderingAndreas Fänger1-0/+12
2011-06-30scons: Expose pkg-config in a simpler manner.José Fonseca1-44/+11
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: 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é Fonseca1-1/+1
2011-03-13gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca1-1/+0
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-01-30scons: We have C++ in several libraries, so always link with the C++ compilerJosé Fonseca1-0/+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: Revamp how to specify targets to build.José Fonseca1-18/+70
2010-09-29scons: New build= option, with support for checked builds.José Fonseca1-3/+2
2010-09-29scons: New build= option, with support for checked builds.José Fonseca1-18/+41
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
2010-07-23scons: Use '-Wmissing-field-initializers' on GCC 4.0 and greater only.Vinson Lee1-1/+4
2010-07-19scons: Fix Mac OS X SCons build on 32-bit CPUs.Vinson Lee1-1/+1
2010-07-16scons: Make PIPE_ALIGN_VAR() of static/global vars work on MinGW.José Fonseca1-0/+3
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca1-2/+4