summaryrefslogtreecommitdiffstats
path: root/progs/demos/gloss.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/util/u_surface.c src/gallium/drivers/llvmpipe/Makefile src/gallium/drivers/llvmpipe/SConscript src/gallium/drivers/llvmpipe/lp_bld_arit.c src/gallium/drivers/llvmpipe/lp_bld_flow.c src/gallium/drivers/llvmpipe/lp_bld_interp.c src/gallium/drivers/llvmpipe/lp_clear.c src/gallium/drivers/llvmpipe/lp_context.c src/gallium/drivers/llvmpipe/lp_context.h src/gallium/drivers/llvmpipe/lp_draw_arrays.c src/gallium/drivers/llvmpipe/lp_jit.c src/gallium/drivers/llvmpipe/lp_jit.h src/gallium/drivers/llvmpipe/lp_prim_vbuf.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_setup_point.c src/gallium/drivers/llvmpipe/lp_state.h src/gallium/drivers/llvmpipe/lp_state_blend.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.c src/gallium/drivers/llvmpipe/lp_state_sampler.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_tex_cache.h src/gallium/drivers/llvmpipe/lp_tex_sample.h src/gallium/drivers/llvmpipe/lp_tile_cache.c
| * progs/demos: fix glut initialization callsBrian Paul2009-12-181-1/+1
| | | | | | | | | | | | | | Remove glutInitWindowPosition() calls to play nicer with window managers. Move glutInitWindowSize() calls before glutInit() so the the default window size can be overridden by the -geometry cmd line option.
* | progs/demos/gloss: press 'n' to advance by one frameBrian Paul2009-12-091-0/+3
| |
* | progs/demos: call glutDestroyWindow() in gloss.cBrian Paul2009-12-091-1/+3
|/
* demos: add some fflushes for windowsKeith Whitwell2009-02-241-0/+1
|
* progs: Get more samples building on windows.José Fonseca2009-02-011-0/+2
|
* use trackball code for mouse rotationBrian Paul2006-06-261-49/+26
|
* allow rotation w/ mouseBrian Paul2006-04-111-1/+42
|
* added -f option for full-screeenBrian Paul2006-03-301-1/+8
|
* better animate rate (Marcelo Magallon)Brian Paul2005-01-091-6/+12
|
* don't need auto mipmapsBrian Paul2004-05-051-1/+0
|
* added -c option to exercise convolution of glTexImage2DBrian Paul2004-05-041-16/+64
|
* Add glutInitWindowPosition callKeith Whitwell2004-01-281-0/+1
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* use polygon offset to avoid multi-pass Z-fighting artifactsBrian Paul2002-11-281-2/+5
|
* * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco2000-12-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* changed default Shininess to 6Brian Paul2000-08-291-2/+2
|
* fixed compiler warningsBrian Paul2000-06-271-2/+8
|
* better texture matrix, better end-cap reflections on cylinderBrian Paul1999-10-261-11/+22
|
* more comments, removed unneeded glDepthFunc callBrian Paul1999-10-231-3/+7
|
* initial revBrian Paul1999-10-221-0/+358