summaryrefslogtreecommitdiff
path: root/progs/demos/readpix.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-09include readtex.hBrian Paul1-0/+1
2005-01-09include readtex.h instead of readtex.c (Marcello Magallon)Brian Paul1-1/+1
2004-11-26(GLint*) casts in glGetIntegerv callsBrian Paul1-2/+2
2004-10-16Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick1-0/+16
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul1-2/+2
2002-05-02remove test codeAlan Hourihane1-9/+7
2002-05-02glutSwapBuffers implicitly does a glFinish when swapping back to the frontAlan Hourihane1-7/+11
2002-04-22removed CVS $Log commentsBrian Paul1-18/+1
2000-10-16use gray background, memset TempImage to white to help with debuggingBrian Paul1-3/+21
2000-03-31tweaks to allow different read formats/typesBrian Paul1-4/+20
2000-03-23added benchmarkingBrian Paul1-42/+43
2000-03-01test glDraw/Read/CopyPixels()Brian Paul1-0/+253