summaryrefslogtreecommitdiff
path: root/progs/trivial/tri-mask-tri.c
AgeCommit message (Collapse)Author
2009-02-18progs/trivial: Label program windows with actual program nameKeith Whitwell
Each of these programs previously called itself "First Tri" which was a little confusing. Could have left one as "First Tri", but the trouble then is that people would still clone that file & we'd end up with another thousand first tri apps...
2008-10-09mesa: toggle colormask values with r/g/b keys in tri-mask-tri.cBrian Paul
Plus misc clean-up.
2008-03-14mesa: call glColorMask(1,1,1,1) before glClear()Brian Paul
Without this, second and subsequent redraws rendered incorrectly. Plus comments.
2007-12-09gallium: more trivial testsKeith Whitwell