summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/SConscript.dri
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Fix scons buildJakob Bornecrantz2010-06-241-0/+1
|
* r600g: Integrate into buildJakob Bornecrantz2010-05-271-0/+5
| | | | Signed-off-by: Jakob Bornecrantz <[email protected]>
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+1
| | | | Move glapi to src/mapi/{glapi,es1api,es2api}.
* scons: Link expat in dri builds.Vinson Lee2010-04-051-0/+4
| | | | | Fixes this i915g error. i915_dri.so: undefined symbol: XML_ParserCreate
* swrastg: Build with sconsJakob Bornecrantz2010-03-261-0/+17
|
* gallium: Fix DRI driver build warnings under sconsJakob Bornecrantz2010-03-261-0/+79
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.