Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2009-12-21 | 1 | -4/+5 |
|\ | | | | | | | | | | | Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c | ||||
| * | progs/demos: report pixel rate in million pixels / sec | Brian Paul | 2009-12-21 | 1 | -4/+5 |
| | | |||||
* | | progs/demos: fix glut initialization calls | Brian Paul | 2009-12-18 | 1 | -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 drawpix | Keith Whitwell | 2009-04-24 | 1 | -5/+62 |
| | |||||
* | allocate larger TempImage, use COMBO var to choose test format/type | Brian Paul | 2006-09-23 | 1 | -15/+16 |
| | |||||
* | fix comment and #if test | Brian Paul | 2005-08-25 | 1 | -2/+3 |
| | |||||
* | To better exercise pixel packing, replace regular glReadPixels with four | Brian Paul | 2005-05-18 | 1 | -3/+57 |
| | | | | ReadPixels that get the image piece by piece. | ||||
* | include readtex.h | Brian Paul | 2005-01-09 | 1 | -0/+1 |
| | |||||
* | include readtex.h instead of readtex.c (Marcello Magallon) | Brian Paul | 2005-01-09 | 1 | -1/+1 |
| | |||||
* | (GLint*) casts in glGetIntegerv calls | Brian Paul | 2004-11-26 | 1 | -2/+2 |
| | |||||
* | Add support for OES_read_format. As soon as glext.h is updated with the | Ian Romanick | 2004-10-16 | 1 | -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 Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | Pedantic compiler fixes (Sven Panne) | Brian Paul | 2002-07-12 | 1 | -2/+2 |
| | |||||
* | remove test code | Alan Hourihane | 2002-05-02 | 1 | -9/+7 |
| | |||||
* | glutSwapBuffers implicitly does a glFinish when swapping back to the front | Alan Hourihane | 2002-05-02 | 1 | -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 comments | Brian Paul | 2002-04-22 | 1 | -18/+1 |
| | |||||
* | use gray background, memset TempImage to white to help with debugging | Brian Paul | 2000-10-16 | 1 | -3/+21 |
| | |||||
* | tweaks to allow different read formats/types | Brian Paul | 2000-03-31 | 1 | -4/+20 |
| | |||||
* | added benchmarking | Brian Paul | 2000-03-23 | 1 | -42/+43 |
| | |||||
* | test glDraw/Read/CopyPixels() | Brian Paul | 2000-03-01 | 1 | -0/+253 |