summaryrefslogtreecommitdiff
path: root/progs/demos/SConscript
AgeCommit message (Collapse)Author
2010-01-29progs/demos: new image dissolve demoBrian Paul
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é Fonseca
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 Whitwell
2009-02-01progs: Get more samples building on windows.José Fonseca
2008-11-21scons: Build progs.José Fonseca
Just demos and trivial dirs for starters.