aboutsummaryrefslogtreecommitdiffstats
path: root/progs/demos/isosurf.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-1146/+0
| | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-1/+0
|\ | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c
| * progs/demos: Remove unnecessary header from isosurf.c.Vinson Lee2010-01-111-1/+0
| |
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-3/+5
|\| | | | | | | | | | | | | | | Conflicts: configs/darwin src/gallium/auxiliary/util/u_clear.h src/gallium/state_trackers/xorg/xorg_exa_tgsi.c src/mesa/drivers/dri/i965/brw_draw_upload.c
| * progs/demos: Silence warn_unused_result warnings.Vinson Lee2009-12-261-3/+5
| |
* | progs/demos: fix glut initialization callsBrian Paul2009-12-181-2/+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.
* demos: use glEnable/DisableClientState() for vertex arraysBrian Paul2009-07-081-2/+2
|
* progs/isosurf: add materials mode for glVertex + TRISTRIPKeith Whitwell2009-06-301-5/+20
|
* demos: Add polygon mode point to isosurfJakob Bornecrantz2009-02-131-4/+10
|
* progs: Fix isosurf.José Fonseca2009-01-241-6/+4
|
* progs: Port most of the demos to glew.José Fonseca2009-01-241-1/+2
| | | | | A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY.
* call glutInit(), bug 11486Xavier Bachelot2007-07-061-0/+1
|
* include readtex.h instead of readtex.cBrian Paul2005-01-091-1/+1
|
* use GL_GLEXT_PROTOTYPESBrian Paul2003-09-081-2/+1
|
* Committing in .Jouk Jansen2003-09-051-0/+1
| | | | | | | | | Added missing include files. Modified Files: Mesa-newtree/progs/demos/isosurf.c Mesa-newtree/src/mesa/main/nvvertexec.c ----------------------------------------------------------------------
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* Quiet compiler warnings.Karl Schultz2002-10-181-5/+6
|
* - Clean up state bitmask.Gareth Hughes2002-01-041-39/+52
| | | | | - Add (somewhat broken) PolygonMode bit, toggles between GL_FILL and GL_LINE. Somewhat useful in mimicking certain Viewperf tests.
* Allow to compile in Windows.Karl Schultz2001-10-041-1/+4
|
* fixed some GL_POINTS probsKeith Whitwell2001-06-041-26/+42
|
* fix a couple of small bugsKeith Whitwell2001-05-111-4/+9
|
* made render path selection more flexibleKeith Whitwell2001-05-111-181/+233
|
* Add more options, including '-10','-100' and '-1000' to limit nr of vertices.Keith Whitwell2001-04-191-11/+50
|
* Add GL_POINTS as a primitive, including with CVA DrawElements. UsefulGareth Hughes2001-01-061-146/+177
| | | | for testing non-triangle primitives on hardware driver fastpaths.
* * 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.
* fixed compiler warningsBrian Paul2000-06-271-31/+2
|
* Added stipple modeKeith Whitwell2000-03-301-7/+69
|
* added -info command line optionBrian Paul1999-10-211-4/+23
|
* minor changes. always call compactify_arrays()Brian Paul1999-09-081-6/+15
|
* Fog, displaylist and zoom operationsKeith Whitwell1999-09-031-70/+154
|
* Initial revisionjtg1999-08-191-0/+821