From e304e73230d491c979e17b81eae414ba877a6121 Mon Sep 17 00:00:00 2001 From: TheVice Date: Mon, 21 Jan 2019 15:50:27 +0200 Subject: [PATCH] [filter_gl_ext] removed command that currently not applicable. --- auto/bin/filter_gl_ext.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/auto/bin/filter_gl_ext.sh b/auto/bin/filter_gl_ext.sh index 3c3f011..7b6be4e 100755 --- a/auto/bin/filter_gl_ext.sh +++ b/auto/bin/filter_gl_ext.sh @@ -78,10 +78,6 @@ EOT # fix GL_NV_occlusion_query and GL_HP_occlusion_test grep -v '_HP' $1/GL_NV_occlusion_query > tmp mv tmp $1/GL_NV_occlusion_query - perl -e's/OCCLUSION_TEST_HP.*/OCCLUSION_TEST_HP 0x8165/' -pi \ - $1/GL_HP_occlusion_test - perl -e's/OCCLUSION_TEST_RESULT_HP.*/OCCLUSION_TEST_RESULT_HP 0x8166/' -pi \ - $1/GL_HP_occlusion_test # add deprecated constants to GL_ATI_fragment_shader cat >> $1/GL_ATI_fragment_shader < tmp mv tmp $1/GL_KHR_debug -# Remove GL_ARB_debug_group, GL_ARB_debug_label and GL_ARB_debug_output2, for now - rm -f $1/GL_ARB_debug_group - rm -f $1/GL_ARB_debug_label - rm -f $1/GL_ARB_debug_output2 - # add typedefs to GL_ARB_cl_event # parse_spec.pl can't parse typedefs from New Types section, but ought to cat >> $1/GL_ARB_cl_event <