commit | 477e18cb026b287e8fd0cb415b81f777fe0db39e | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keith@tungstengraphics.com> | Thu Jun 14 18:25:10 2007 +0100 |
committer | Keith Whitwell <keith@tungstengraphics.com> | Thu Jun 14 18:25:10 2007 +0100 |
tree | d1c19240e4163214e6d1db158b7f44c669be5a60 | |
parent | 943964a1e5bad86bdceb0a06d60fb3b302ebce6a [diff] [blame] |
Add GLUT_ALPHA for softpipe
diff --git a/progs/trivial/tri-blend.c b/progs/trivial/tri-blend.c index 284d15f..58c451c 100644 --- a/progs/trivial/tri-blend.c +++ b/progs/trivial/tri-blend.c
@@ -132,7 +132,7 @@ int main(int argc, char** argv) { glutInit(&argc, argv); - glutInitDisplayMode (GLUT_SINGLE | GLUT_RGB); + glutInitDisplayMode (GLUT_SINGLE | GLUT_RGB | GLUT_ALPHA); glutInitWindowSize (200, 200); glutCreateWindow (argv[0]); init();