summaryrefslogtreecommitdiff
path: root/progs/SConscript
AgeCommit message (Collapse)Author
2010-02-27progs/gallium: Add unit tests for pixel format packing/unpacking.José Fonseca
2010-02-04scons: Use only the shared object name when linking progs.José Fonseca
Otherwise the whole path gets baked into the executable.
2010-01-26support an 'embedded' platform target which turns off most parts of theAlan Hourihane
build.
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-09-17progs/perf: add scons support, get working under mingwKeith Whitwell
2009-06-29progs/glsl: compile with scons and glewKeith Whitwell
Get most of these working with scons.
2009-03-18progs: Build the wgl examples with scons.José Fonseca
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell
Also get mingw cross-compilation of these tests working
2009-03-09vpglsl: build with scons and glewKeith Whitwell
2009-02-14progs: Make fp-tri use glew and add scons targetJakob Bornecrantz
2009-02-10progs: Build samples dir with scons and glew.José Fonseca
2009-02-10progs: Build rebook with scons too.José Fonseca
2009-02-01progs: Get more samples building on windows.José Fonseca
2009-01-23progs: Port vp-tris to glew.José Fonseca
There was some wglGetProcAddress calls to setup extensions already, but including glext caused many compilation errors in MinGW.
2008-11-21scons: Build progs.José Fonseca
Just demos and trivial dirs for starters.