diff options
author | Brian Paul <[email protected]> | 2006-02-07 00:39:56 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-02-07 00:39:56 +0000 |
commit | 42725d6f545087d094b1479d1ebcbd45ec6ac15c (patch) | |
tree | a3fc53ce0b299afb9f3af897d41f6a2784ad5471 /src/glx/x11/glxextensions.c | |
parent | 4cd0e24f86a5e3fa67774be546f922ca241cb0ea (diff) |
David Reveman's GLX_EXT_texture_from_pixmap extension patch
Diffstat (limited to 'src/glx/x11/glxextensions.c')
-rw-r--r-- | src/glx/x11/glxextensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/glxextensions.c b/src/glx/x11/glxextensions.c index d2597981cf3..3e4fc0d19f1 100644 --- a/src/glx/x11/glxextensions.c +++ b/src/glx/x11/glxextensions.c @@ -107,6 +107,7 @@ static const struct extension_info known_glx_extensions[] = { { GLX(SGIX_video_source), VER(0,0), N, N, N, N }, { GLX(SGIX_visual_select_group), VER(0,0), Y, Y, N, N }, { GLX(SUN_get_transparent_index), VER(0,0), N, N, N, N }, + { GLX(EXT_texture_from_pixmap), VER(0,0), Y, N, N, N }, { NULL } }; |