Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-15 | progs/demos: create a texture object in lodbias.c | Brian Paul | |
Before, we were using the default texture object (name=0). This caused the intel_generate_mipmap() path to fail since passing texture=0 to glFramebufferTexture2DEXT() causes us to _unbind_ the texture if present. | |||
2008-05-20 | mesa: call glutDestroyWindow() | Brian Paul | |
2008-02-12 | press 0,1,2,etc keys for specific bias values | Brian | |
2005-01-09 | include readtex.h instead of readtex.c | Brian Paul | |
2004-03-26 | clamp BiasMin, BiasMax to reasonable values | Brian Paul | |
2002-12-10 | use/test GL_SGIS_generate_mipmaps if available | Brian Paul | |
2001-11-06 | added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query | Brian Paul | |
2000-12-24 | * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util. | pesco | |
* demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus: Essentially the same. Program files updated to include "readtex.c", not "../util/readtex.c". * demos/reflect.c: Likewise for "showbuffer.c". * Makefile.am (EXTRA_DIST): Added top-level regular files. * include/GL/Makefile.am (INC_X11): Added glxext.h. * src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include Mesa GGI headers in dist even if HAVE_GGI is not given. * configure.in: Look for GLUT and demo source dirs in $srcdir. * src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch]. More source list updates in various Makefile.am's. * Makefile.am (dist-hook): Remove CVS directory from distribution. (DIST_SUBDIRS): List all possible subdirs here. (SUBDIRS): Only list subdirs selected for build again. The above two applied to all subdir Makefile.am's also. | |||
2000-03-22 | tweaked the animation rate | Brian Paul | |
2000-03-20 | initial check-in | Brian Paul | |