diff options
author | Dave Airlie <airlied@redhat.com> | 2010-03-06 20:15:57 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-03-06 20:15:57 +1000 |
commit | 3ff22d685dfacfb517058773ec5584ba8d47c8d5 (patch) | |
tree | 6cd5b7e6ae72065695044be3e493d4726c16e4dc | |
parent | e7814f82257d43e249cdf7bb8df017db88a4057c (diff) |
fbo-blit: this currently requires texture npot.
Probably should fix this to either use pot or rects.
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | tests/fbo/fbo-blit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fbo/fbo-blit.c b/tests/fbo/fbo-blit.c index 7a829e06a..141e6b2b0 100644 --- a/tests/fbo/fbo-blit.c +++ b/tests/fbo/fbo-blit.c @@ -200,4 +200,5 @@ piglit_init(int argc, char **argv) piglit_require_extension("GL_EXT_framebuffer_object"); piglit_require_extension("GL_EXT_framebuffer_blit"); + piglit_require_extension("GL_ARB_texture_non_power_of_two"); } |