summaryrefslogtreecommitdiff
path: root/progs/demos/lodbias.c
AgeCommit message (Collapse)Author
2009-09-15progs/demos: create a texture object in lodbias.cBrian 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-20mesa: call glutDestroyWindow()Brian Paul
2008-02-12press 0,1,2,etc keys for specific bias valuesBrian
2005-01-09include readtex.h instead of readtex.cBrian Paul
2004-03-26clamp BiasMin, BiasMax to reasonable valuesBrian Paul
2002-12-10use/test GL_SGIS_generate_mipmaps if availableBrian Paul
2001-11-06added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian 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-22tweaked the animation rateBrian Paul
2000-03-20initial check-inBrian Paul