summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/SConscript.dri
Commit message (Collapse)AuthorAgeFilesLines
* scons: Update for xmlpool/options.h generation.José Fonseca2013-01-121-0/+1
|
* gallium/dri: Remove references to vblank.José Fonseca2011-11-021-6/+0
|
* scons: Expose pkg-config in a simpler manner.José Fonseca2011-06-301-1/+1
|
* Remove talloc from the SCons build system.Kenneth Graunke2011-01-311-1/+0
|
* scons: DetabifyJakob Bornecrantz2010-11-051-38/+38
| | | | Drivers scons files for a later time
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-29/+3
| | | | | | | | | | | | | | | | | | | | | | 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.
* scons: Link against talloc in the Gallium DRI driversJakob Bornecrantz2010-09-201-0/+1
|
* gallium: Fix scons buildJakob Bornecrantz2010-06-241-0/+1
|
* r600g: Integrate into buildJakob Bornecrantz2010-05-271-0/+5
| | | | Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
* 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.