From ff1aa067012799e9462305f762981cc1b4c574d2 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Fri, 11 Mar 2011 11:16:50 -0600 Subject: [PATCH] Patch ID: 3206528 Add support for NV_video_capture --- auto/bin/update_ext.sh | 19 +++++++++++++++++++ auto/blacklist | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/auto/bin/update_ext.sh b/auto/bin/update_ext.sh index 8123bf8..f1320a1 100755 --- a/auto/bin/update_ext.sh +++ b/auto/bin/update_ext.sh @@ -42,6 +42,25 @@ if [ ! -d $1 ] ; then grep -v glGetIntegerIndexedvEXT $1/GL_EXT_transform_feedback > tmp mv tmp $1/GL_EXT_transform_feedback +# remove duplicates from GL_NV_video_capture and GLX_NV_video_capture + grep -v glX $1/GL_NV_video_capture > tmp + mv tmp $1/GL_NV_video_capture + +# add missing functions to GL_NV_video_capture + cat >> $1/GL_NV_video_capture <> $1/WGL_NV_video_capture < tmp mv tmp $1/GL_NV_present_video diff --git a/auto/blacklist b/auto/blacklist index e001284..6cd0e11 100644 --- a/auto/blacklist +++ b/auto/blacklist @@ -12,4 +12,3 @@ SGIX/video_source.txt SGIX/hyperpipe_group.txt OES/OES_fixed_point.txt OES/OES_query_matrix.txt -NV/video_capture.txt