diff options
author | Vinson Lee <vlee@vmware.com> | 2011-04-23 23:46:06 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2011-04-23 23:46:06 -0700 |
commit | ff5e7c710bbece0a9434d1150e0b197d81ab5488 (patch) | |
tree | 1fa1145a95ba80847da4726411574f83c4c6bb81 /tests/texturing/texture-al.c | |
parent | ecf9b9944266cece0a3eb393259e74b47cf863f8 (diff) |
texture-al: Require GL_ARB_window_pos for glWindowPos2iARB.
Diffstat (limited to 'tests/texturing/texture-al.c')
-rw-r--r-- | tests/texturing/texture-al.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/texturing/texture-al.c b/tests/texturing/texture-al.c index 2df0283ad..b5554f973 100644 --- a/tests/texturing/texture-al.c +++ b/tests/texturing/texture-al.c @@ -244,5 +244,6 @@ piglit_display(void) void piglit_init(int argc, char **argv) { + piglit_require_extension("GL_ARB_window_pos"); piglit_ortho_projection(piglit_width, piglit_height, GL_FALSE); } |