summaryrefslogtreecommitdiffstats
path: root/progs/trivial/readpixels.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-104/+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/trivial: Redraw upon keypress.Vinson Lee2009-11-191-1/+1
|
* progs/trivial: add fflushes for cygwinKeith Whitwell2009-03-241-0/+1
|
* progs/trivial: Use glew where needed.José Fonseca2009-01-231-1/+3
| | | | Builds on windows now.
* added pixelzoom cmd line optBrian2007-08-131-0/+5
|
* Draw white square in lower-left corner to test orientationBrian2007-08-131-0/+8
|
* glRead/DrawPixels testBrian2007-08-101-0/+88