diff --git a/auto/bin/filter_gl_ext.sh b/auto/bin/filter_gl_ext.sh index 4cd9f5f..87bb2c8 100755 --- a/auto/bin/filter_gl_ext.sh +++ b/auto/bin/filter_gl_ext.sh @@ -384,6 +384,12 @@ EOT void glTexturePageCommitmentEXT (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit) EOT +# add missing functions to GL_EXT_direct_state_access (GL_EXT_buffer_storage related) +# https://github.com/nigels-com/glew/issues/454 + cat >> $1/GL_EXT_direct_state_access < tmp mv tmp $1/GL_AMD_performance_monitor diff --git a/auto/doc/log.html b/auto/doc/log.html index 0c8355e..2f88e97 100644 --- a/auto/doc/log.html +++ b/auto/doc/log.html @@ -9,11 +9,17 @@