summaryrefslogtreecommitdiffstats
path: root/progs/trivial/tri-mask-tri.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/trivial: add fflushes for cygwinKeith Whitwell2009-03-241-0/+1
|
* progs/trivial: Label program windows with actual program nameKeith Whitwell2009-02-181-1/+1
| | | | | | | 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...
* mesa: toggle colormask values with r/g/b keys in tri-mask-tri.cBrian Paul2008-10-091-60/+63
| | | | Plus misc clean-up.
* mesa: call glColorMask(1,1,1,1) before glClear()Brian Paul2008-03-141-0/+4
| | | | | Without this, second and subsequent redraws rendered incorrectly. Plus comments.
* gallium: more trivial testsKeith Whitwell2007-12-091-0/+146