summaryrefslogtreecommitdiffstats
path: root/progs/demos/readpix.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick2004-10-161-0/+16
| | | | enums for this extension, the changes to gl.h can be removed.
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* Pedantic compiler fixes (Sven Panne)Brian Paul2002-07-121-2/+2
|
* remove test codeAlan Hourihane2002-05-021-9/+7
|
* glutSwapBuffers implicitly does a glFinish when swapping back to the frontAlan Hourihane2002-05-021-7/+11
| | | | | | | buffer. We now issue a glFinish when not issuing SwapBuffers to ensure the pipeline is complete. (Problem found with Chromium).
* removed CVS $Log commentsBrian Paul2002-04-221-18/+1
|
* use gray background, memset TempImage to white to help with debuggingBrian Paul2000-10-161-3/+21
|
* tweaks to allow different read formats/typesBrian Paul2000-03-311-4/+20
|
* added benchmarkingBrian Paul2000-03-231-42/+43
|
* test glDraw/Read/CopyPixels()Brian Paul2000-03-011-0/+253