summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipe-loader/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* scons: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-111-1/+1
| | | | | Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
* scons: Conditionally use DRM module on pipe-loader.Jose Fonseca2015-11-211-5/+4
| | | | | | Fixes non Linux builds. Trivial.
* pipe-loader: add preliminary scons supportEmil Velikov2015-11-211-0/+34
Add a 'static' pipe-loader build, which will be used with follow-up commits. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Rob Clark <robclark@freedesktop.org>