summaryrefslogtreecommitdiffstats
path: root/progs/demos/pointblast.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-504/+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-2/+2
| | | | | | | 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.
* demos: Set the depth mask correctly to get the desired blendingIan Romanick2009-06-301-2/+2
|
* 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.
* check for GL_ARB_point_parametersBrian Paul2006-08-281-0/+5
|
* better animate rate (Marcelo Magallon)Brian Paul2005-01-091-5/+11
|
* glutInitWindowPositionKeith Whitwell2004-02-161-0/+2
|
* updated to use ARB extensionsBrian Paul2002-12-031-10/+10
|
* removed CVS $Log commentsBrian Paul2002-04-221-26/+0
|
* Demo updates for Windows (Robert Bergkvist)Karl Schultz2002-01-161-0/+6
|
* fixed compiler warningsBrian Paul2000-06-271-12/+16
|
* Initial revisionjtg1999-08-191-0/+506