Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote four extensions to community approved. #3600

Merged
merged 4 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions extensions/EXT_clip_control/extension.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<draft href="EXT_clip_control/">
<extension href="EXT_clip_control/">
<name>EXT_clip_control</name>

<contact> <a href="https://www.khronos.org/webgl/public-mailing-list/">WebGL
Expand Down Expand Up @@ -71,5 +71,8 @@ interface EXT_clip_control {
<revision date="2023/06/01">
<change>Initial Draft.</change>
</revision>
<revision date="2023/11/06">
<change>WebGL WG promoted to Community Approved on 2023-11-02.</change>
</revision>
</history>
</draft>
</extension>
7 changes: 5 additions & 2 deletions extensions/EXT_depth_clamp/extension.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<draft href="EXT_depth_clamp/">
<extension href="EXT_depth_clamp/">
<name>EXT_depth_clamp</name>

<contact> <a href="https://www.khronos.org/webgl/public-mailing-list/">WebGL
Expand Down Expand Up @@ -63,5 +63,8 @@ interface EXT_depth_clamp {
<revision date="2023/06/01">
<change>Initial Draft.</change>
</revision>
<revision date="2023/11/06">
<change>WebGL WG promoted to Community Approved on 2023-11-02.</change>
</revision>
</history>
</draft>
</extension>
7 changes: 5 additions & 2 deletions extensions/EXT_polygon_offset_clamp/extension.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<draft href="EXT_polygon_offset_clamp/">
<extension href="EXT_polygon_offset_clamp/">
<name>EXT_polygon_offset_clamp</name>

<contact>
Expand Down Expand Up @@ -64,5 +64,8 @@ interface EXT_polygon_offset_clamp {
<revision date="2023/02/09">
<change>Promoted to Draft.</change>
</revision>
<revision date="2023/11/06">
<change>WebGL WG promoted to Community Approved on 2023-11-02.</change>
</revision>
</history>
</draft>
</extension>
13 changes: 11 additions & 2 deletions extensions/WEBGL_polygon_mode/extension.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<draft href="WEBGL_polygon_mode/">
<extension href="WEBGL_polygon_mode/">
<name>WEBGL_polygon_mode</name>

<contact> <a href="https://www.khronos.org/webgl/public-mailing-list/">WebGL
Expand All @@ -19,6 +19,12 @@
<mirrors href="https://chromium.googlesource.com/angle/angle/+/HEAD/extensions/ANGLE_polygon_mode.txt"
name="ANGLE_polygon_mode">
</mirrors>

<p>
<b>Note:</b> Browsers should should discourage use of this extension in non-debug applications
kenrussell marked this conversation as resolved.
Show resolved Hide resolved
because it is non-portable. For example, browsers should warn about the use of this extension,
and/or disable it in non-early-access release channel versions of browsers.
</p>
</overview>

<idl xml:space="preserve">
Expand Down Expand Up @@ -84,5 +90,8 @@ interface WEBGL_polygon_mode {
<revision date="2023/06/01">
<change>Initial Draft.</change>
</revision>
<revision date="2023/11/06">
<change>WebGL WG promoted to Community Approved on 2023-11-02, with warning about non-portability.</change>
</revision>
</history>
</draft>
</extension>
Loading