summaryrefslogtreecommitdiffstats
path: root/progs/demos/readpix.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-4/+5
|\
| * progs/demos: report pixel rate in million pixels / secBrian Paul2009-12-211-4/+5
* | progs/demos: fix glut initialization callsBrian Paul2009-12-181-3/+2
|/
* demos/readpix: add option to draw triangle instead of drawpixKeith Whitwell2009-04-241-5/+62
* 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