Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | 2010-05-21 | 1 | -395/+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. | ||||
* | progs/tests: compile with SCons and glew | Keith Whitwell | 2009-03-10 | 1 | -0/+2 |
| | | | | Also get mingw cross-compilation of these tests working | ||||
* | Remove CVS keywords. | José Fonseca | 2008-05-26 | 1 | -1/+0 |
| | |||||
* | set TextureID = NULL after deleting the array | Brian Paul | 2008-05-02 | 1 | -0/+1 |
| | |||||
* | mesa: explicitly delete textures before creating new ones | Brian Paul | 2008-04-28 | 1 | -1/+12 |
| | | | | Also, call glutDestroyWindow() upon exit. | ||||
* | silence warning | Brian Paul | 2005-09-15 | 1 | -1/+2 |
| | |||||
* | Quiet compiler warnings. | Karl Schultz | 2002-10-18 | 1 | -2/+2 |
| | |||||
* | fixed mipmap setup bug | Brian Paul | 2000-11-09 | 1 | -2/+2 |
| | |||||
* | Put a white texel in each corner of each texture. | Brian Paul | 2000-10-23 | 1 | -2/+57 |
| | | | | | Draw polygons using the texture's aspect ratio. The tdfx-3-0-0 texcoord bug is obvious with the -randomsize option. | ||||
* | test handling of lots of textures | Brian Paul | 2000-08-02 | 1 | -0/+326 |