summaryrefslogtreecommitdiff
path: root/registry/wgl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'registry/wgl.xml')
-rw-r--r--registry/wgl.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/registry/wgl.xml b/registry/wgl.xml
index 20ecd59..98c44ed 100644
--- a/registry/wgl.xml
+++ b/registry/wgl.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<registry>
<!--
- Copyright (c) 2013-2014 The Khronos Group Inc.
+ Copyright (c) 2013-2016 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
@@ -456,6 +456,12 @@
<unused start="0x21C0" end="0x2FFF" comment="Reserved for future use"/>
</enums>
+ <enums namespace="EGL" start="0x3080" end="0x30AF" vendor="KHR" comment="Values shared with EGL. Do not allocate additional values in this range.">
+ <enum value="0x3087" name="WGL_COLORSPACE_EXT"/>
+ <enum value="0x3089" name="WGL_COLORSPACE_SRGB_EXT"/>
+ <enum value="0x308A" name="WGL_COLORSPACE_LINEAR_EXT"/>
+ </enums>
+
<enums namespace="GL" start="0x8250" end="0x826F" vendor="ARB" comment="Values shared with GL. Do not allocate additional values in this range.">
<enum value="0x8252" name="WGL_LOSE_CONTEXT_ON_RESET_ARB"/>
<enum value="0x8256" name="WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB"/>
@@ -1618,6 +1624,13 @@
<enum name="WGL_TYPE_RGBA_FLOAT_ATI"/>
</require>
</extension>
+ <extension name="WGL_EXT_colorspace" supported="wgl">
+ <require>
+ <enum name="WGL_COLORSPACE_EXT"/>
+ <enum name="WGL_COLORSPACE_SRGB_EXT"/>
+ <enum name="WGL_COLORSPACE_LINEAR_EXT"/>
+ </require>
+ </extension>
<extension name="WGL_EXT_create_context_es_profile" supported="wgl">
<require>
<enum name="WGL_CONTEXT_ES_PROFILE_BIT_EXT"/>