summaryrefslogtreecommitdiff
path: root/progs/demos/drawpix.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt1-359/+0
2009-12-18progs/demos: fix glut initialization callsBrian Paul1-4/+3
2008-05-20mesa: call glutDestroyWindow()Brian Paul1-1/+3
2005-09-29call glFinish if drawing to front bufferBrian Paul1-1/+3
2005-01-09include readtex.hBrian Paul1-1/+2
2004-11-10allow specifying image file on command lineBrian Paul1-5/+11
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul1-2/+2
2002-04-22removed CVS $Log commentsBrian Paul1-59/+1
2002-01-26added fog and raster Z position controlsBrian Paul1-3/+40
2000-12-24* demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco1-2/+28
2000-09-08added dither key optionBrian Paul1-3/+13
1999-10-28minor changes to Usage() functionBrian Paul1-10/+19
1999-10-21added f key to toggle front/back drawingBrian Paul1-4/+23
1999-08-19Initial revisionjtg1-0/+307