projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f8f17
)
progs/tests: print more info in copypixrate.c
author
Brian Paul
<brianp@vmware.com>
Wed, 19 May 2010 17:23:26 +0000
(11:23 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 21 May 2010 15:58:39 +0000
(09:58 -0600)
progs/tests/copypixrate.c
patch
|
blob
|
history
diff --git
a/progs/tests/copypixrate.c
b/progs/tests/copypixrate.c
index f63d59f3ceccd4ee7b689eb45310f10dffc71905..e7d8343721402d8249bea132bcc5c289fb0ca2b9 100644
(file)
--- a/
progs/tests/copypixrate.c
+++ b/
progs/tests/copypixrate.c
@@
-270,6
+270,9
@@
main(int argc, char *argv[])
printf("Draw Buffer: %s\n", (Buffer == GL_BACK) ? "Back" : "Front");
Init();
+ printf("Mode: %s\n", (UseBlit ? "glBlitFramebuffer" : "glCopyPixels"));
+ printf("Alpha Test: %s\n", (AlphaTest ? "yes" : "no"));
+
glutMainLoop();
return 0;
}