Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
third-party
glew
Commits
cdc3aeac
Commit
cdc3aeac
authored
Oct 01, 2016
by
Nigel Stewart
Browse files
Filter out GL_NONE enum from GL_EGL_KHR_context_flush_control
parent
67e980b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
auto/bin/filter_gl_ext.sh
View file @
cdc3aeac
...
...
@@ -496,10 +496,14 @@ EOT
grep
-v
'glBlendBarrierKHR'
$1
/GL_KHR_blend_equation_advanced_coherent
>
tmp
mv
tmp
$1
/GL_KHR_blend_equation_advanced_coherent
# Filter out GL_NONE enum from GL_KHR_
robustness
# Filter out GL_NONE enum from GL_KHR_
context_flush_control
grep
-v
'GL_NONE'
$1
/GL_KHR_context_flush_control
>
tmp
mv
tmp
$1
/GL_KHR_context_flush_control
# Filter out GL_NONE enum from GL_EGL_KHR_context_flush_control
grep
-v
'GL_NONE'
$1
/GL_EGL_KHR_context_flush_control
>
tmp
mv
tmp
$1
/GL_EGL_KHR_context_flush_control
# Filter out CoverageModulation from NV_framebuffer_mixed_samples
# Superset of EXT_raster_multisample
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment