diff options
author | Brian Paul <[email protected]> | 2001-11-19 00:41:32 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-11-19 00:41:32 +0000 |
commit | 71515b9175df29e0b230c1930a1786779325e70d (patch) | |
tree | b55c1c3b19a865069ef6c37212abe49b0d7795e8 /src/mesa | |
parent | 6d9b899342af68a01dea9ab0891f8c488015fd04 (diff) |
added test implementation of GL_ARB_window_pos
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/extensions.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 8b7de99fd91..75b1f3967d1 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -1,8 +1,8 @@ -/* $Id: extensions.c,v 1.65 2001/10/17 13:31:07 brianp Exp $ */ +/* $Id: extensions.c,v 1.66 2001/11/19 00:41:32 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5.1 + * Version: 4.1 * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * @@ -67,6 +67,7 @@ static struct { { OFF, "GL_ARB_texture_env_dot3", F(ARB_texture_env_dot3) }, { OFF, "GL_ARB_texture_mirrored_repeat", F(ARB_texture_mirrored_repeat)}, { ON, "GL_ARB_transpose_matrix", 0 }, + { ON, "GL_ARB_window_pos", F(ARB_window_pos) }, { ON, "GL_EXT_abgr", 0 }, { ON, "GL_EXT_bgra", 0 }, { OFF, "GL_EXT_blend_color", F(EXT_blend_color) }, |