diff options
author | Adam Jackson <ajax@redhat.com> | 2015-05-18 13:00:02 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2016-03-10 15:55:55 -0500 |
commit | d15cb654b6ba365dac9a62064e277adebde2fdab (patch) | |
tree | a57567c206752f98c5a56dea2d52c2c66ec56636 /glx/extension_string.c | |
parent | a18238877bbf9aab95843d849a6f434275e9cd6c (diff) |
glx: Implement GLX_EXT_stereo_tree
This is correct as it is, but only because we know no DRI drivers
implement stereo.
v2: Use new ATTRIB macro
Reviewed-by: James Jones <jajones@nvidia.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'glx/extension_string.c')
-rw-r--r-- | glx/extension_string.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glx/extension_string.c b/glx/extension_string.c index cf9014609..c3ddc4c96 100644 --- a/glx/extension_string.c +++ b/glx/extension_string.c @@ -84,6 +84,7 @@ static const struct extension_info known_glx_extensions[] = { { GLX(EXT_create_context_es2_profile), VER(0,0), N, }, { GLX(EXT_framebuffer_sRGB), VER(0,0), N, }, { GLX(EXT_import_context), VER(0,0), Y, }, + { GLX(EXT_stereo_tree), VER(0,0), N, }, { GLX(EXT_texture_from_pixmap), VER(0,0), Y, }, { GLX(EXT_visual_info), VER(0,0), Y, }, { GLX(EXT_visual_rating), VER(0,0), Y, }, |