summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/SConscript.dri
Commit message (Collapse)AuthorAgeFilesLines
* scons: move SConscript from gallium/targets/ to mesa/drivers/dri/common/Emil Velikov2013-11-161-83/+0
| | | | | | | | Store scons side by side with the other build systems. v2: cleanup after a failed rebase Signed-off-by: Emil Velikov <[email protected]>
* dri: Merge drisw_util.c into dri_util.cEric Anholt2013-10-101-5/+12
| | | | | | | | | | | | The only important difference was not calling drmGetVersion, and making the swrast extension vtable. That doesn't justify duplicating the other 330 lines of code. v2: fix the scons build (code by Emil Velikov) v3: fix scons build with swrast-only (code by Emil Velikov) v4: Drop the new define I added, when we already have __NOT_HAVE_DRM_H. Signed-off-by: Emil Velikov <[email protected]>
* 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 <[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.