Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'softpipe-opt' | Keith Whitwell | 2009-09-23 | 1 | -0/+16 |
|\ | | | | | | | | | | | | | Conflicts: progs/demos/cubemap.c src/gallium/drivers/softpipe/sp_tex_sample.c src/gallium/drivers/softpipe/sp_texture.c | ||||
| * | progs/demos: add fps output to cubemap | Keith Whitwell | 2009-08-23 | 1 | -0/+16 |
| | | |||||
* | | progs/demos: use non-default texobj in cubemap.c | Brian Paul | 2009-09-15 | 1 | -0/+5 |
| | | |||||
* | | demos/cubemap: Add support for GL_ARB_seamless_cube_map | Ian Romanick | 2009-08-14 | 1 | -16/+38 |
|/ | |||||
* | demos: make cubemap work without EXT_fbo support | Roland Scheidegger | 2009-06-20 | 1 | -4/+13 |
| | | | | | use SGIS_generate_mipmap if EXT_fbo support (for manual mipmap generation) is not available. | ||||
* | demos: fix error string, comment | Brian Paul | 2009-03-12 | 1 | -2/+2 |
| | |||||
* | demos: use glGenerateMipmapEXT entrypoint in cubemap.c | Keith Whitwell | 2009-03-12 | 1 | -1/+8 |
| | | | | | glGenerateMipmap() is part of ARB_framebuffer_object, which many mesa drivers don't advertise. Add check for EXT_framebuffer_object. | ||||
* | demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modes | Brian Paul | 2009-03-09 | 1 | -14/+72 |
| | | | | Also generate a mipmap for the default checker images. | ||||
* | added --noclear option to demonstrate rendering without glClear | Brian | 2007-08-27 | 1 | -6/+45 |
| | |||||
* | Add missing call to glutInit. | Ian Romanick | 2006-10-24 | 1 | -0/+1 |
| | |||||
* | include readtex.h instead of readtex.c (Marcello Magallon) | Brian Paul | 2005-01-09 | 1 | -1/+1 |
| | |||||
* | minor anim tweak | Brian Paul | 2004-08-10 | 1 | -2/+3 |
| | |||||
* | Modified to use vertex arrays. Vertex arrays and immediate mode calls | Ian Romanick | 2004-05-05 | 1 | -30/+94 |
| | | | | are toggled with the 't' key. | ||||
* | Add comments to make decyphering the faces easier | Keith Whitwell | 2004-02-05 | 1 | -6/+6 |
| | |||||
* | fix typo | Brian Paul | 2003-04-09 | 1 | -3/+1 |
| | |||||
* | added skybox and options to load real images | Brian Paul | 2002-10-25 | 1 | -36/+198 |
| | |||||
* | fixed compiler warnings | Brian Paul | 2000-06-27 | 1 | -1/+2 |
| | |||||
* | use GL_CLAMP_TO_EDGE | Brian Paul | 2000-06-13 | 1 | -5/+8 |
| | |||||
* | initial check-in | Brian Paul | 2000-05-30 | 1 | -0/+246 |