summaryrefslogtreecommitdiffstats
path: root/progs/demos/textures.c
Commit message (Collapse)AuthorAgeFilesLines
* 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