summaryrefslogtreecommitdiff
path: root/progs/demos/readpix.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c
2009-12-21progs/demos: report pixel rate in million pixels / secBrian Paul
2009-12-18progs/demos: fix glut initialization callsBrian Paul
Remove glutInitWindowPosition() calls to play nicer with window managers. Move glutInitWindowSize() calls before glutInit() so the the default window size can be overridden by the -geometry cmd line option.
2009-04-24demos/readpix: add option to draw triangle instead of drawpixKeith Whitwell
2006-09-23allocate larger TempImage, use COMBO var to choose test format/typeBrian Paul
2005-08-25fix comment and #if testBrian Paul
2005-05-18To better exercise pixel packing, replace regular glReadPixels with fourBrian Paul
ReadPixels that get the image piece by piece.
2005-01-09include readtex.hBrian Paul
2005-01-09include readtex.h instead of readtex.c (Marcello Magallon)Brian Paul
2004-11-26(GLint*) casts in glGetIntegerv callsBrian Paul
2004-10-16Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick
enums for this extension, the changes to gl.h can be removed.
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul
2002-05-02remove test codeAlan Hourihane
2002-05-02glutSwapBuffers implicitly does a glFinish when swapping back to the frontAlan Hourihane
buffer. We now issue a glFinish when not issuing SwapBuffers to ensure the pipeline is complete. (Problem found with Chromium).
2002-04-22removed CVS $Log commentsBrian Paul
2000-10-16use gray background, memset TempImage to white to help with debuggingBrian Paul
2000-03-31tweaks to allow different read formats/typesBrian Paul
2000-03-23added benchmarkingBrian Paul
2000-03-01test glDraw/Read/CopyPixels()Brian Paul