summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/wincopy.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-328/+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.
* Added -clip option to test glCopyPixels beyond window bounds.Brian Paul2006-10-161-18/+17
| | | | | Clear dest window to black before copying. Use glWindowPos2iARB().
* silence a warningBrian Paul2004-08-131-1/+1
|
* Uses either the GLX_SGI_make_current_read or GLX 1.3 interface,Ian Romanick2004-05-071-5/+23
| | | | depending on which is available.
* check for GLX 1.3 during initBrian Paul2004-03-261-2/+10
|
* press f key to toggle front/back drawing/copyingBrian Paul2003-12-051-7/+41
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* initial revBrian Paul1999-11-251-0/+270