summaryrefslogtreecommitdiffstats
path: root/progs/demos/readpix.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-402/+0
| | | | | | | 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.
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-4/+5
|\ | | | | | | | | | | Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c
| * 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
|/ | | | | | | 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.
* 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
| | | | ReadPixels that get the image piece by piece.
* 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
| | | | 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