summaryrefslogtreecommitdiff
path: root/progs/demos/SConscript
AgeCommit message (Collapse)AuthorFilesLines
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt1-71/+0
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
2010-03-05progs: Add arbocclude2 demo.Michal Krol1-0/+1
2010-02-19progs/demos: sort filenamesBrian Paul1-3/+3
2010-01-29progs/demos: new image dissolve demoBrian Paul1-0/+1
Dissolve between two images using a random pattern in the stencil buffer and a varying stencil ref value.
2010-01-01scons: Build progs together with everything else.José Fonseca1-71/+53
This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default
2009-04-20mesa/progs: fix scons build after recent demo movesKeith Whitwell1-6/+4
2009-02-01progs: Get more samples building on windows.José Fonseca1-4/+22
2008-11-21scons: Build progs.José Fonseca1-0/+71
Just demos and trivial dirs for starters.