From 35f724ebee0352f901b1fabb4b3f8bf6b165acbe Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Tue, 14 Aug 2012 18:42:34 -0500 Subject: [PATCH] Add GL_REGAL_enable extension, point to github for Regal extensions. --- auto/core/GL_REGAL_enable | 8 ++++++++ auto/core/GL_REGAL_error_string | 2 +- auto/core/GL_REGAL_extension_query | 2 +- auto/core/GL_REGAL_log | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 auto/core/GL_REGAL_enable diff --git a/auto/core/GL_REGAL_enable b/auto/core/GL_REGAL_enable new file mode 100644 index 0000000..07db3a1 --- /dev/null +++ b/auto/core/GL_REGAL_enable @@ -0,0 +1,8 @@ +GL_REGAL_enable +https://github.com/p3/regal/blob/master/doc/extensions/GL_REGAL_enable.txt +GL_REGAL_enable + GL_ERROR_REGAL 0x9322 + GL_DEBUG_REGAL 0x9323 + GL_LOG_REGAL 0x9324 + GL_EMULATION_REGAL 0x9325 + GL_LOADER_REGAL 0x9326 diff --git a/auto/core/GL_REGAL_error_string b/auto/core/GL_REGAL_error_string index c5ff4ce..8ea6409 100644 --- a/auto/core/GL_REGAL_error_string +++ b/auto/core/GL_REGAL_error_string @@ -1,4 +1,4 @@ GL_REGAL_error_string -https://github.com/p3/regal +https://github.com/p3/regal/blob/master/doc/extensions/GL_REGAL_error_string.txt GL_REGAL_error_string const GLchar* glErrorStringREGAL (GLenum error) diff --git a/auto/core/GL_REGAL_extension_query b/auto/core/GL_REGAL_extension_query index 5bf7245..d952651 100644 --- a/auto/core/GL_REGAL_extension_query +++ b/auto/core/GL_REGAL_extension_query @@ -1,5 +1,5 @@ GL_REGAL_extension_query -https://github.com/p3/regal +https://github.com/p3/regal/blob/master/doc/extensions/GL_REGAL_extension_query.txt GL_REGAL_extension_query GLboolean glGetExtensionREGAL (const GLchar* ext) GLboolean glIsSupportedREGAL (const GLchar* ext) diff --git a/auto/core/GL_REGAL_log b/auto/core/GL_REGAL_log index 62b1295..69ecaf2 100644 --- a/auto/core/GL_REGAL_log +++ b/auto/core/GL_REGAL_log @@ -1,5 +1,5 @@ GL_REGAL_log -http://www.opengl.org/registry/specs/REGAL/log.txt +https://github.com/p3/regal/blob/master/doc/extensions/GL_REGAL_log.txt GL_REGAL_log GL_LOG_ERROR_REGAL 0x9319 GL_LOG_WARNING_REGAL 0x931A