aboutsummaryrefslogtreecommitdiffstats
path: root/progs/osdemos/ostest1.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-482/+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.
* osdemos: replace assertion with error handlerBrian Paul2010-04-271-1/+5
|
* minor changesBrian Paul2008-06-051-1/+6
|
* clamp float colorsBrian2007-07-261-2/+5
|
* remove GLUT dependencyBrian Paul2006-07-071-7/+133
|
* Demonstrate rendering 8, 16 and 32-bit/channel images all in one program.Brian Paul2006-05-191-0/+344
Like older osdemo.c program, but test more OpenGL features like texturing, blending, lines.