summaryrefslogtreecommitdiffstats
path: root/progs/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* progs: Remove forked/dead files.José Fonseca2010-06-041-59/+0
|
* progs/gallium: Move into src/gallium/testsJosé Fonseca2010-04-131-2/+0
| | | | | | | Two reasons: - progs will eventually have its own repository - it is just to easy to forget updating the code for interface changes when it is outside of src
* progs: Include X11 headers and libraries in SCons build.Vinson Lee2010-04-041-0/+1
| | | | Fixes Mac OS X SCons build.
* progs: Comment out gallium/raw/SConscript from progs/SConscript.Vinson Lee2010-03-281-1/+1
| | | | | | | | | Commit db5c2235d1accc2adcf1746aec2342bfa67237ba broke the default SCons build. NameError: name 'graw' is not defined: This patch allows the default SCons build to work again until a proper fix is available.
* gallium: new raw gallium interface to support standalone testsKeith Whitwell2010-03-281-0/+1
| | | | | | | | Provides basic window system integration behind a simple interface, allowing tests to be written without dependency on either the driver or window system. With a lot of work, could turn into something like glut for gallium.
* progs/gallium: Add unit tests for pixel format packing/unpacking.José Fonseca2010-02-271-38/+43
|
* scons: Use only the shared object name when linking progs.José Fonseca2010-02-041-1/+2
| | | | Otherwise the whole path gets baked into the executable.
* support an 'embedded' platform target which turns off most parts of theAlan Hourihane2010-01-261-35/+36
| | | | build.
* scons: Build progs together with everything else.José Fonseca2010-01-011-0/+38
| | | | | | | | 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
* progs/perf: add scons support, get working under mingwKeith Whitwell2009-09-171-0/+1
|
* progs/glsl: compile with scons and glewKeith Whitwell2009-06-291-0/+1
| | | | Get most of these working with scons.
* progs: Build the wgl examples with scons.José Fonseca2009-03-181-0/+1
|
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-0/+1
| | | | Also get mingw cross-compilation of these tests working
* vpglsl: build with scons and glewKeith Whitwell2009-03-091-0/+1
|
* progs: Make fp-tri use glew and add scons targetJakob Bornecrantz2009-02-141-0/+1
|
* progs: Build samples dir with scons and glew.José Fonseca2009-02-101-1/+2
|
* progs: Build rebook with scons too.José Fonseca2009-02-101-0/+1
|
* progs: Get more samples building on windows.José Fonseca2009-02-011-0/+1
|
* progs: Port vp-tris to glew.José Fonseca2009-01-231-0/+1
| | | | | There was some wglGetProcAddress calls to setup extensions already, but including glext caused many compilation errors in MinGW.
* scons: Build progs.José Fonseca2008-11-211-0/+4
Just demos and trivial dirs for starters.