summaryrefslogtreecommitdiffstats
path: root/progs/samples/copy.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/samples: improve copy.c demoBrian Paul2010-03-171-13/+14
| | | | | | | If the test image was larger than the window, nothing was drawn because of invalid raster position. Use glWindowPos instead of glRasterPos. Also, use integer src/dst coordinates to avoid grabbing black pixels outside of the src image region.
* Initial revisionjtg1999-08-191-0/+193