summaryrefslogtreecommitdiff
path: root/src/glut/glx/glut_swap.c
Commit message (Collapse)AuthorAgeFilesLines
* glut: added GLUT_PPM_FILE env var to dump first frame to a PPM fileBrian Paul2011-07-111-0/+4
| | | | | Set GLUT_PPM_FILE to the desired filename. The first frame rendered will be written to that file.
* replace APIENTRY with GLUTAPIENTRY to be consistant with glut.hBrian Paul2011-07-111-1/+1
|
* added glutGetProcAddress() and GLUT_FPS env var optionBrian Paul2011-07-111-0/+20
|
* initial check-in (post crash)Brian Paul2011-07-111-0/+47