Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maik Froechtenicht
glew
Commits
6c34d032
Commit
6c34d032
authored
Jul 12, 2014
by
Nigel Stewart
Browse files
Fixup: GL_AMD_gpu_shader_int64 reuses NV_gpu_shader5 interface.
parent
08196588
Changes
1
Hide whitespace changes
Inline
Side-by-side
auto/bin/filter_gl_ext.sh
View file @
6c34d032
...
...
@@ -474,5 +474,9 @@ EOT
head
-n3
$1
/GL_NV_blend_equation_advanced_coherent
>
tmp
mv
tmp
$1
/GL_NV_blend_equation_advanced_coherent
# Filter out GL_AMD_gpu_shader_int64 enums and functions
head
-n3
$1
/GL_AMD_gpu_shader_int64
>
tmp
mv
tmp
$1
/GL_AMD_gpu_shader_int64
# clean up
rm
-f
$1
/
*
.bak
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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