summaryrefslogtreecommitdiff
path: root/progs/demos/textures.c
AgeCommit message (Collapse)Author
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c
2009-12-18progs/demos: Use C-style comment.Vinson Lee
2009-12-18progs/demos: fix glut initialization callsBrian Paul
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.
2009-11-17progs/demos: silence warningsBrian Paul
2008-10-20mesa: more test options in progs/demos/textures.cBrian Paul
2008-10-09mesa: simple multiple textures testBrian Paul