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