summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri-swrast/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* dri: Merge drisw_util.c into dri_util.cEric Anholt2013-10-101-1/+1
| | | | | | | | | | | | 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]>
* Rename swrastg_dri to swrast_driMarek Olšák2011-07-141-3/+3
| | | | | I prefer it this way and it has been suggested earlier by others too. Opinions?
* scons: Expose pkg-config in a simpler manner.José Fonseca2011-06-301-0/+2
|
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-2/+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.
* swrastg: Use target-helpersJakob Bornecrantz2010-06-241-1/+5
|
* rbug: Add to all targets that link against traceJakob Bornecrantz2010-05-121-0/+1
| | | | | | Also added calls to the create function in target helpers and in tr_drm.c the latter being a hack and should be replaced with the wrap screen target helper. But at least this way we don't regress.
* scons: Always build softpipe and llvmpipe (when llvm available).José Fonseca2010-04-111-6/+2
| | | | | | | | | | These are our reference software rasterizers. They can build everywhere and are a precious debugging tool. Making them always present immensily simplifies the scons logic. If people want to avoid building it is still possible to pass direcotries and target names to scons to narrow the build.
* scons: Make LLVM a black-white dependency.José Fonseca2010-04-111-5/+3
| | | | | | | Now that draw depends on llvm it is very difficult to correctly handle broken llvm installations. Either the user requests LLVM and it needs to supply a working installation. Or it doesn't, and it gets no LLVM accelerate pipe drivers.
* swrastg: Use llvmpipe if built but only on sconsJakob Bornecrantz2010-03-261-3/+13
|
* swrastg: Build with sconsJakob Bornecrantz2010-03-261-0/+32