summaryrefslogtreecommitdiffstats
path: root/progs/demos/textures.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-439/+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/demos: added code to test compressed mipmap generation (disabled)Brian Paul2010-04-281-0/+66
|
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-1/+1
|\ | | | | | | | | | | Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c
| * progs/demos: Use C-style comment.Vinson Lee2009-12-181-1/+1
| |
* | progs/demos: fix glut initialization callsBrian Paul2009-12-181-2/+1
| | | | | | | | | | | | | | Remove glutInitWindowPosition() calls to play nicer with window managers. Move glutInitWindowSize() calls before glutInit() so the the default window size can be overridden by the -geometry cmd line option.
* | progs/demos: silence warningsBrian Paul2009-11-171-1/+1
|/
* mesa: more test options in progs/demos/textures.cBrian Paul2008-10-201-17/+87
|
* mesa: simple multiple textures testBrian Paul2008-10-091-0/+304