projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
073c20b
)
tests: check for GL_EXT/ARB_framebuffer_object
author
Brian Paul
<brianp@vmware.com>
Tue, 9 Jun 2009 21:06:41 +0000
(15:06 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 9 Jun 2009 21:06:41 +0000
(15:06 -0600)
progs/tests/getteximage.c
patch
|
blob
|
history
diff --git
a/progs/tests/getteximage.c
b/progs/tests/getteximage.c
index f0160f5863a82c6537b53580aec592cd533cb214..e4818a8fabb66857e1765c4247f0ba729f0bafc8 100644
(file)
--- a/
progs/tests/getteximage.c
+++ b/
progs/tests/getteximage.c
@@
-154,7
+154,9
@@
Draw(void)
TestGetTexImage();
- TestGetTexImageRTT();
+ if (glutExtensionSupported("GL_EXT_framebuffer_object") ||
+ glutExtensionSupported("GL_ARB_framebuffer_object"))
+ TestGetTexImageRTT();
glutDestroyWindow(Win);
exit(0);