summaryrefslogtreecommitdiffstats
path: root/progs/demos/readpix.c
Commit message (Expand)AuthorAgeFilesLines
* allocate larger TempImage, use COMBO var to choose test format/typeBrian Paul2006-09-231-15/+16
* fix comment and #if testBrian Paul2005-08-251-2/+3
* To better exercise pixel packing, replace regular glReadPixels with fourBrian Paul2005-05-181-3/+57
* include readtex.hBrian Paul2005-01-091-0/+1
* include readtex.h instead of readtex.c (Marcello Magallon)Brian Paul2005-01-091-1/+1
* (GLint*) casts in glGetIntegerv callsBrian Paul2004-11-261-2/+2
* Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick2004-10-161-0/+16
* 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
* 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