Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
417cc8b2c837c4269a38aaad0a1109373b1f98c6
/
SConstruct
979692a
scons: Don't use bundled C99 headers for VS 2013.
by José Fonseca
· 11 years ago
2de70fe
mapi/glapi: Use ElementTree instead of libxml2.
by José Fonseca
· 11 years ago
488b3ed
build: unify mesa version by using a VERSION file
by Emil Velikov
· 11 years ago
a8c8c5f
mesa: Bump version to 9.3.0-devel.
by Kenneth Graunke
· 11 years ago
c0f7ccc
build: Unify PACKAGE_VERSION on autotools, scons and Android
by Andreas Boll
· 11 years ago
cff70dc
scons: Define PACKAGE_VERSION/BUGREPORT globally.
by José Fonseca
· 12 years ago
b115662
scons: Disable saving options automatically.
by José Fonseca
· 13 years ago
10562fb
scons: List all targets.
by José Fonseca
· 13 years ago
ef4bf40
scons: Remember the options set on the command line.
by José Fonseca
· 13 years ago
8173471
scons: Move all env setup to scons/gallium.py
by José Fonseca
· 13 years ago
4175010
scons: make embedding orthogonal to the platform
by José Fonseca
· 13 years ago
9f9d648
scons: Avoid depending on scons 2.0 in general.
by José Fonseca
· 14 years ago
6826d58
scons: Need c99 also when cross compiling.
by José Fonseca
· 14 years ago
982609f
scons: builtin_glsl_function on windows needs bundled getopt.
by José Fonseca
· 14 years ago
ae76027
scons: Try to support building 64bit binaries on 32bit windows.
by José Fonseca
· 14 years ago
bb770af
scons: Add support for GLES.
by Chia-I Wu
· 14 years ago
e1bc68b
scons: Fix cross-compilation.
by José Fonseca
· 14 years ago
792caeb
scons: Move MSVS_VERSION option to common module.
by José Fonseca
· 14 years ago
601498a
scons: Revamp how to specify targets to build.
by José Fonseca
· 14 years ago
67450f0
scons: New build= option, with support for checked builds.
by José Fonseca
· 14 years ago
14056e0
scons: added galahad to driver list
by Brian Paul
· 14 years ago
9043733
graw: Undo late loading of graw drivers.
by José Fonseca
· 14 years ago
43d94db
graw: Remove graw-null.
by José Fonseca
· 14 years ago
3a3cdb9
scons: Build the new glsl2 code.
by José Fonseca
· 14 years ago
40d4b41
glhd: Build with scons
by Jakob Bornecrantz
· 14 years ago
00fe54a
graw: update graw_null after interface changes and build graw tests again
by Keith Whitwell
· 14 years ago
fb08e03
gallium: always build drivers/sw
by Joakim Sindholt
· 14 years ago
1e6c10f
egl: Use SConscript for Windows build.
by Chia-I Wu
· 14 years ago
aeee526
r600g: Integrate into build
by Jakob Bornecrantz
· 14 years ago
7c226d0
mesa: disable building the removed demos with scons
by Brian Paul
· 14 years ago
39087f6
scons: add 'targets' variable, for specifying ... targets
by Keith Whitwell
· 14 years ago
2ebe027
scons: Add -fvisibility=hidden to CFLAGS for gcc builds
by Jakob Bornecrantz
· 14 years ago
9f7f711
rbug: No need to have rbug as a input
by Jakob Bornecrantz
· 14 years ago
2c3fb4e
rbug: Break out of trace
by Jakob Bornecrantz
· 15 years ago
5fd9757
scons: Include headers from the local include directory first.
by Vinson Lee
· 15 years ago
bd93670
nvfx: Add to SCons build.
by Vinson Lee
· 15 years ago
ac942f5
nv50: Add to SCons build.
by Vinson Lee
· 15 years ago
e3eed8b
nouveau: Add to SCons build.
by Vinson Lee
· 15 years ago
47a89e9
scons: Always build softpipe and llvmpipe (when llvm available).
by José Fonseca
· 15 years ago
ea532f0
scons: Make LLVM a black-white dependency.
by José Fonseca
· 15 years ago
9fc93b8
scons: Use libdrm options only where needed.
by José Fonseca
· 15 years ago
c60a161
scons: define DRAW_LLVM if we're building it
by Zack Rusin
· 15 years ago
cf5cd83
scons: Don't always include/links X11 headers/libs.
by José Fonseca
· 15 years ago
6047c89
scons: Don't always link expat.
by José Fonseca
· 15 years ago
db5c223
gallium: new raw gallium interface to support standalone tests
by Keith Whitwell
· 15 years ago
bc88c95
i915g: Rename winsys prefix to i915_ from intel_
by Jakob Bornecrantz
· 15 years ago
e8d884e
scons: Fixup the libgl-gdi build.
by José Fonseca
· 15 years ago
601bfb5
python: Fix up state tracker for sw api.
by José Fonseca
· 15 years ago
78d8e6c
scons: Always build the identity driver.
by José Fonseca
· 15 years ago
706eda3
scons: Add new targets option.
by José Fonseca
· 15 years ago
db2e151
scons: Always build trace driver
by José Fonseca
· 15 years ago
8c7d39c
scons: A less magic way of not building progs by default.
by José Fonseca
· 15 years ago
f6a16df
scons: Only build progs when explicitly requested in the command line.
by José Fonseca
· 15 years ago
08e2eab
scons: export drawllvm after actually checking that llvm is present
by Zack Rusin
· 15 years ago
43f8a82
scons: don't assume llvm is always present
by Zack Rusin
· 15 years ago
c61bf36
llvmpipe: export the tgsi translation code to a common layer
by Zack Rusin
· 15 years ago
32e6043
define own embedded target and cleanup previous commit.
by Alan Hourihane
· 15 years ago
75cd6f3
Don't define HAVE_POSIX_MEMALIGN for embedded target.
by Alan Hourihane
· 15 years ago
dea98eb
support an 'embedded' platform target which turns off most parts of the build.
by Alan Hourihane
· 15 years ago
550fc19
add missing SCons.Util
by Alan Hourihane
· 15 years ago
6544be6
Allow the environment to override certain flags.
by Alan Hourihane
· 15 years ago
9b22427
Merge branch 'mesa_7_7_branch'
by Brian Paul
· 15 years ago
d57ba16
scons: Define _DARWIN_C_SOURCE on Darwin builds.
by Vinson Lee
· 15 years ago
dc6bcc9
gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of ad-hoc definitions.
by José Fonseca
· 15 years ago
89d778f
scons: Don't list cell as a driver.
by José Fonseca
· 15 years ago
7bbf7f9
scons: Build progs together with everything else.
by José Fonseca
· 15 years ago
97e2c5a
scons: Expose convienience libraries to the host environment.
by José Fonseca
· 15 years ago
aa02683
Merge branch 'i965g-restart'
by Keith Whitwell
· 15 years ago
a5585cb
Merge commit 'origin/master' into i965g-restart
by Keith Whitwell
· 15 years ago
a3eb0f7
Merge branch 'master' into glsl-pp-rework-2
by Michal Krol
· 15 years ago
491f384
scons: Get GLSL code building correctly when cross compiling.
by José Fonseca
· 15 years ago
60769b2
svga: Build svga driver
by Jakob Bornecrantz
· 15 years ago
47cbbb7
i965g: Builds with scons
by Jakob Bornecrantz
· 15 years ago
f00da2a
i915g: Drop the simple sufix
by Jakob Bornecrantz
· 15 years ago
c4b821a
i965g: Drop i965simple
by Jakob Bornecrantz
· 15 years ago
946f432
llvmpipe: Fork softpipe for experimentation with llvm.
by José Fonseca
· 15 years ago
d22bd14
Add support for building the Xorg state tracker with scons.
by Michel Dänzer
· 15 years ago
d60b2c6
identity: Add new identity driver
by Jakob Bornecrantz
· 15 years ago
e9fb90a
scons: Don't use deprecated Options.
by José Fonseca
· 16 years ago
b7ffe1e
Add scons build support for radeon/r300.
by Corbin Simpson
· 16 years ago
2b6235c
scons: Also link in additional LLVM components.
by Michel Dänzer
· 16 years ago
056f847
gallium: Also disable i965simple for scons
by Jakob Bornecrantz
· 16 years ago
e9b08e7
Make r300 and amd build in scons.
by Corbin Simpson
· 16 years ago
9bf83fb
scons: Build the progs into seperate dirs as well.
by José Fonseca
· 16 years ago
359bbe7
gallivm: Explicitly specify the LLVM components we need.
by Michel Dänzer
· 16 years ago
6b69e3c
scons: ppc support.
by Michel Dänzer
· 16 years ago
3c81992
Added command line option for Scons to select which version of MSVS to use. Versions 7.1, 8.0 and 9.0 are allowed. Usage is scons MSVS_VERSION=8.0.
by Jonathan White
· 16 years ago
f52db6c
scons: Build the trace pipe driver by default.
by José Fonseca
· 16 years ago
35355f7
trace: New pipe driver to trace incoming calls.
by José Fonseca
· 16 years ago
2c4349a
python: Move the python scons code to a separate tool module.
by José Fonseca
· 16 years ago
6410e94
python: New state tracker which exposes the pipe driver to python scripts.
by José Fonseca
· 16 years ago
fb4361a
scons: Fix typo.
by José Fonseca
· 16 years ago
18953a8
scons: Don't force MSVS 2003.
by José Fonseca
· 16 years ago
b04aa71
scons: Put the tool logic in a frontend tool.
by José Fonseca
· 16 years ago
fe1a2d1
egl: assorted fixes for Windows
by Jonathan White
· 16 years ago
5a67df6
scons: Integrate gdi winsys.
by José Fonseca
· 16 years ago
ffc6afc
scons: Enable mesa state tracker in all platforms by default.
by José Fonseca
· 16 years ago
b215d7d
scons: Play nice with MS Embedded Visual C++.
by José Fonseca
· 16 years ago
658f5e7
scons: A few fixes for building mesa on windows.
by José Fonseca
· 17 years ago
a7ce6d3
scons: More windows userspace fixes.
by José Fonseca
· 17 years ago
Next »