Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | since we've already messed up this one, let we do it further and make it ↵ | Daniel Borca | 2005-01-17 | 1 | -2/+2 |
| | | | | look like a fire... | ||||
* | remove trailing slash from TOP definition | Daniel Borca | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | new test to exercise context and window create/delete | Keith Whitwell | 2005-01-12 | 2 | -0/+610 |
| | |||||
* | VMS updates from Jouk Jansen | Brian Paul | 2005-01-11 | 2 | -5/+53 |
| | |||||
* | remove a debug line | Brian Paul | 2005-01-10 | 1 | -1/+0 |
| | |||||
* | tweak output formattting, fixed uninitialized var error | Brian Paul | 2005-01-10 | 2 | -46/+48 |
| | |||||
* | minor readtex fixes | Brian Paul | 2005-01-09 | 1 | -5/+5 |
| | |||||
* | improved animation rate | Brian Paul | 2005-01-09 | 1 | -20/+29 |
| | |||||
* | rotate at fixed rate, changed fire effect (Marcelo Magallon) | Brian Paul | 2005-01-09 | 1 | -8/+15 |
| | |||||
* | rotate at fixed rate (Marcelo Magallon) | Brian Paul | 2005-01-09 | 1 | -2/+9 |
| | |||||
* | use #ifdef to test for extension | Brian Paul | 2005-01-09 | 1 | -0/+6 |
| | |||||
* | include readtex.h | Brian Paul | 2005-01-09 | 5 | -4/+6 |
| | |||||
* | better animate rate (Marcelo Magallon) | Brian Paul | 2005-01-09 | 17 | -77/+177 |
| | |||||
* | some new/improved rules | Brian Paul | 2005-01-09 | 1 | -11/+38 |
| | |||||
* | include readtex.h instead of readtex.c | Brian Paul | 2005-01-09 | 5 | -5/+5 |
| | |||||
* | include readtex.h instead of readtex.c (Marcello Magallon) | Brian Paul | 2005-01-09 | 2 | -2/+2 |
| | |||||
* | Add #ifdefs for extension testing (Marcello Magallon) | Brian Paul | 2005-01-09 | 3 | -0/+21 |
| | |||||
* | animation rate patch (Marcello Magallon) | Brian Paul | 2005-01-09 | 2 | -5/+28 |
| | |||||
* | rotate at a reasonable rate | Brian Paul | 2005-01-09 | 1 | -16/+27 |
| | |||||
* | compute reasonable animate rate (Marcelo Magallon) | Brian Paul | 2005-01-08 | 5 | -10/+75 |
| | |||||
* | fix-up rules for sphere demo, which uses readtex utility | Brian Paul | 2005-01-08 | 1 | -2/+17 |
| | |||||
* | added GetAllFBConfigs() | Brian Paul | 2005-01-07 | 1 | -0/+23 |
| | |||||
* | New GetAllFBConfigs() function. Some FBConfigs weren't reported before. | Brian Paul | 2005-01-06 | 2 | -23/+8 |
| | |||||
* | Redraw on keypress, as apparently intended. | Keith Whitwell | 2005-01-06 | 1 | -1/+1 |
| | |||||
* | Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones. | Brian Paul | 2005-01-04 | 4 | -145/+295 |
| | | | | Added more functions to pbutil.[ch] to better isolate API differences. | ||||
* | Add a -fullscreen option | Keith Whitwell | 2004-12-20 | 1 | -1/+12 |
| | |||||
* | updated makefiles for gcc 3.4.3 and bnu 2.15 | Daniel Borca | 2004-12-15 | 2 | -6/+6 |
| | |||||
* | s/DP3/DP3_SAT/ to prevent negative values | Brian Paul | 2004-12-15 | 2 | -2/+2 |
| | |||||
* | removed unused visInfo var | Brian Paul | 2004-12-12 | 1 | -3/+0 |
| | |||||
* | Fix a couple of glitches | Keith Whitwell | 2004-12-10 | 1 | -5/+6 |
| | |||||
* | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | 2004-12-08 | 1 | -1/+1 |
| | | | | | | | | - Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures. | ||||
* | Demonstrate using a color matrix for yuv-to-rgb conversion at texture | Keith Whitwell | 2004-12-08 | 1 | -0/+32 |
| | | | | upload time. | ||||
* | Prevent possible divide-by-zero error. | Ian Romanick | 2004-12-01 | 1 | -4/+7 |
| | |||||
* | EXT_422_pixels test | Keith Whitwell | 2004-11-30 | 1 | -0/+225 |
| | |||||
* | silence warnings | Brian Paul | 2004-11-27 | 2 | -16/+18 |
| | |||||
* | (GLint*) casts in glGetIntegerv calls | Brian Paul | 2004-11-26 | 1 | -2/+2 |
| | |||||
* | allow specifying image file on command line | Brian Paul | 2004-11-10 | 1 | -5/+11 |
| | |||||
* | Add EXT_stencil_wrap test that doesn't depend on stencil read-back | Ian Romanick | 2004-11-04 | 2 | -0/+258 |
| | | | | functioning. | ||||
* | unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap! | Brian Paul | 2004-10-31 | 1 | -0/+2 |
| | |||||
* | remove debug code | Brian Paul | 2004-10-29 | 1 | -2/+2 |
| | |||||
* | Updated getprocaddress test to use gl_API.xml instead of old APIspec file. | Brian Paul | 2004-10-29 | 2 | -69/+68 |
| | |||||
* | added stereo option (Jacek Rosik) | Brian Paul | 2004-10-26 | 1 | -17/+92 |
| | |||||
* | wrap angle value (Philipp Klaus Krause) | Brian Paul | 2004-10-23 | 1 | -0/+2 |
| | |||||
* | addes osdemo32 target (J.P. Delport) | Brian Paul | 2004-10-23 | 1 | -0/+7 |
| | |||||
* | 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. | ||||
* | Add simple test program for Mesa bug #1028405. | Ian Romanick | 2004-10-08 | 2 | -0/+98 |
| | |||||
* | Add the glut project to the demos workspace. | Karl Schultz | 2004-10-01 | 1 | -0/+138 |
| | |||||
* | moved to demos/ directory | Brian Paul | 2004-09-24 | 2 | -577/+0 |
| | |||||
* | moved in from the tests/ directory to include in distro | Brian Paul | 2004-09-24 | 2 | -0/+572 |
| | |||||
* | removed hacked GL tokens, fixed a printf | Brian Paul | 2004-09-23 | 1 | -9/+1 |
| |