Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs: Remove forked/dead files. | José Fonseca | 2010-06-04 | 1 | -59/+0 |
| | |||||
* | progs/gallium: Move into src/gallium/tests | José Fonseca | 2010-04-13 | 1 | -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 Lee | 2010-04-04 | 1 | -0/+1 |
| | | | | Fixes Mac OS X SCons build. | ||||
* | progs: Comment out gallium/raw/SConscript from progs/SConscript. | Vinson Lee | 2010-03-28 | 1 | -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 tests | Keith Whitwell | 2010-03-28 | 1 | -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é Fonseca | 2010-02-27 | 1 | -38/+43 |
| | |||||
* | scons: Use only the shared object name when linking progs. | José Fonseca | 2010-02-04 | 1 | -1/+2 |
| | | | | Otherwise the whole path gets baked into the executable. | ||||
* | support an 'embedded' platform target which turns off most parts of the | Alan Hourihane | 2010-01-26 | 1 | -35/+36 |
| | | | | build. | ||||
* | scons: Build progs together with everything else. | José Fonseca | 2010-01-01 | 1 | -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 mingw | Keith Whitwell | 2009-09-17 | 1 | -0/+1 |
| | |||||
* | progs/glsl: compile with scons and glew | Keith Whitwell | 2009-06-29 | 1 | -0/+1 |
| | | | | Get most of these working with scons. | ||||
* | progs: Build the wgl examples with scons. | José Fonseca | 2009-03-18 | 1 | -0/+1 |
| | |||||
* | progs/tests: compile with SCons and glew | Keith Whitwell | 2009-03-10 | 1 | -0/+1 |
| | | | | Also get mingw cross-compilation of these tests working | ||||
* | vpglsl: build with scons and glew | Keith Whitwell | 2009-03-09 | 1 | -0/+1 |
| | |||||
* | progs: Make fp-tri use glew and add scons target | Jakob Bornecrantz | 2009-02-14 | 1 | -0/+1 |
| | |||||
* | progs: Build samples dir with scons and glew. | José Fonseca | 2009-02-10 | 1 | -1/+2 |
| | |||||
* | progs: Build rebook with scons too. | José Fonseca | 2009-02-10 | 1 | -0/+1 |
| | |||||
* | progs: Get more samples building on windows. | José Fonseca | 2009-02-01 | 1 | -0/+1 |
| | |||||
* | progs: Port vp-tris to glew. | José Fonseca | 2009-01-23 | 1 | -0/+1 |
| | | | | | There was some wglGetProcAddress calls to setup extensions already, but including glext caused many compilation errors in MinGW. | ||||
* | scons: Build progs. | José Fonseca | 2008-11-21 | 1 | -0/+4 |
Just demos and trivial dirs for starters. |