Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-21 | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | |
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. | |||
2009-12-18 | progs/demos: fix glut initialization calls | Brian 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-01-24 | progs: Port most of the demos to glew. | José Fonseca | |
A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY. | |||
2004-08-10 | silence warning | Brian Paul | |
2003-12-04 | Windows needs to #define GL_GLEXT_PROTOTYPES | Karl Schultz | |
2003-11-13 | remove GL_GLEXT_LEGACY | Brian Paul | |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2002-07-22 | fix warnings (bug 580528) | Brian Paul | |
2002-07-12 | Pedantic compiler fixes (Sven Panne) | Brian Paul | |
2002-01-16 | Demo updates for Windows (Robert Bergkvist) | Karl Schultz | |
2000-10-05 | Committing in . | Jouk Jansen | |
Modified Files: Mesa/demos/paltex.c Silenced compiler warnings ---------------------------------------------------------------------- | |||
2000-10-04 | improved to test alpha blending with texture palette | Brian Paul | |
2000-06-27 | minor tweaks | Brian Paul | |
2000-06-27 | fixed compiler warnings | Brian Paul | |
1999-11-02 | new texture image, cleaned-up code | Brian Paul | |
1999-08-19 | Initial revision | jtg | |