summaryrefslogtreecommitdiff
path: root/progs/xdemos/wincopy.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
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.
2006-10-16Added -clip option to test glCopyPixels beyond window bounds.Brian Paul
Clear dest window to black before copying. Use glWindowPos2iARB().
2004-08-13silence a warningBrian Paul
2004-05-07Uses either the GLX_SGI_make_current_read or GLX 1.3 interface,Ian Romanick
depending on which is available.
2004-03-26check for GLX 1.3 during initBrian Paul
2003-12-05press f key to toggle front/back drawing/copyingBrian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
1999-11-25initial revBrian Paul