summaryrefslogtreecommitdiff
path: root/src/gallium/targets/SConscript.dri
AgeCommit message (Collapse)Author
2011-01-31Remove talloc from the SCons build system.Kenneth Graunke
2010-11-05scons: DetabifyJakob Bornecrantz
Drivers scons files for a later time
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
Use scons target and dependency system instead of ad-hoc options. Now is simply a matter of naming what to build. For example: scons libgl-xlib scons libgl-gdi scons graw-progs scons llvmpipe and so on. And there is also the possibility of scepcified subdirs, e.g. scons src/gallium/drivers If nothing is specified then everything will be build. There might be some rough corners over the next days. Please bare with me.
2010-09-20scons: Link against talloc in the Gallium DRI driversJakob Bornecrantz
2010-06-24gallium: Fix scons buildJakob Bornecrantz
2010-05-27r600g: Integrate into buildJakob Bornecrantz
Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
Move glapi to src/mapi/{glapi,es1api,es2api}.
2010-04-05scons: Link expat in dri builds.Vinson Lee
Fixes this i915g error. i915_dri.so: undefined symbol: XML_ParserCreate
2010-03-26swrastg: Build with sconsJakob Bornecrantz
2010-03-26gallium: Fix DRI driver build warnings under sconsJakob Bornecrantz
When building more then one dri driver we would get warnings because we where defining the same build target multiple times. Also move all the dri scons targets related code into its own file.