summaryrefslogtreecommitdiff
path: root/src/gallium/targets/SConscript.dri
AgeCommit message (Collapse)Author
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.