summaryrefslogtreecommitdiffstats
path: root/progs/demos/paltex.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-268/+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: fix glut initialization callsBrian Paul2009-12-181-4/+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: Port most of the demos to glew.José Fonseca2009-01-241-1/+2
| | | | | A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY.
* silence warningBrian Paul2004-08-101-1/+2
|
* Windows needs to #define GL_GLEXT_PROTOTYPESKarl Schultz2003-12-041-0/+1
|
* remove GL_GLEXT_LEGACYBrian Paul2003-11-131-1/+0
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* fix warnings (bug 580528)Brian Paul2002-07-221-10/+11
|
* Pedantic compiler fixes (Sven Panne)Brian Paul2002-07-121-2/+2
|
* Demo updates for Windows (Robert Bergkvist)Karl Schultz2002-01-161-1/+4
|
* Committing in .Jouk Jansen2000-10-051-3/+4
| | | | | | | | | Modified Files: Mesa/demos/paltex.c Silenced compiler warnings ----------------------------------------------------------------------
* improved to test alpha blending with texture paletteBrian Paul2000-10-041-17/+113
|
* minor tweaksBrian Paul2000-06-271-2/+1
|
* fixed compiler warningsBrian Paul2000-06-271-18/+2
|
* new texture image, cleaned-up codeBrian Paul1999-11-021-48/+48
|
* Initial revisionjtg1999-08-191-0/+186