From 835cbed5b82681d1013667aaaa609805b5989672 Mon Sep 17 00:00:00 2001 From: nigels Date: Mon, 16 Aug 2010 19:43:07 +0000 Subject: [PATCH] Filter glGetPointerv from GL_ARB_debug_output git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@618 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/bin/update_ext.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/auto/bin/update_ext.sh b/auto/bin/update_ext.sh index febea1e..750055d 100755 --- a/auto/bin/update_ext.sh +++ b/auto/bin/update_ext.sh @@ -287,6 +287,12 @@ EOT GL_DRAW_INDIRECT_LENGTH_NV 0x8F42 EOT +# Filter glGetPointerv from GL_ARB_debug_output +# It's part of OpenGL 1.1, after all + + grep -v "glGetPointerv" $1/GL_ARB_debug_output > tmp + mv tmp $1/GL_ARB_debug_output + # clean up rm -f $1/*.bak