Commit 97d54a0e by Tim Van Patten Committed by Commit Bot

Update README.md to indicate GLES 3.1 conformance

This CL updates the README.md to indicate that ANGLE became OpenGL ES 3.1 conformant on July, 2020. Bug: angleproject:3520 Change-Id: I5e93560ab7927a81b55bd6ed89abb5d78b704993 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2289949Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Tim Van Patten <timvp@google.com>
parent 5e7b1c41
...@@ -12,7 +12,7 @@ Metal and MacOS, Chrome OS, and Fuchsia support. ...@@ -12,7 +12,7 @@ Metal and MacOS, Chrome OS, and Fuchsia support.
|----------------|:-------------:|:----------------:|:--------------:|:-------------:|:-------------:|:-------------:| |----------------|:-------------:|:----------------:|:--------------:|:-------------:|:-------------:|:-------------:|
| OpenGL ES 2.0 | complete | complete | complete | complete | complete | in progress | | OpenGL ES 2.0 | complete | complete | complete | complete | complete | in progress |
| OpenGL ES 3.0 | | complete | complete | complete | complete | | | OpenGL ES 3.0 | | complete | complete | complete | complete | |
| OpenGL ES 3.1 | | in progress | complete | complete | in progress | | | OpenGL ES 3.1 | | in progress | complete | complete | complete | |
| OpenGL ES 3.2 | | | in progress | in progress | in progress | | | OpenGL ES 3.2 | | | in progress | in progress | in progress | |
### Platform support via backing renderers ### Platform support via backing renderers
...@@ -27,9 +27,13 @@ Metal and MacOS, Chrome OS, and Fuchsia support. ...@@ -27,9 +27,13 @@ Metal and MacOS, Chrome OS, and Fuchsia support.
| Android | | | | complete | complete | | | Android | | | | complete | complete | |
| Fuchsia | | | | | in progress | | | Fuchsia | | | | | in progress | |
ANGLE v1.0.772 was certified compliant by passing the ES 2.0.3 conformance tests in October 2011. ANGLE v1.0.772 was certified compliant by passing the OpenGL ES 2.0.3 conformance tests in October 2011.
With the Vulkan backend, ANGLE 2.1.0.d46e2fb1e341 was certified compliant to ES 2.0 in Nov 2019, and
ANGLE 2.1.0.f18ff947360d to ES 3.0 in Feb 2020. ANGLE has received the following certifications with the Vulkan backend:
* OpenGL ES 2.0: ANGLE 2.1.0.d46e2fb1e341 (Nov, 2019)
* OpenGL ES 3.0: ANGLE 2.1.0.f18ff947360d (Feb, 2020)
* OpenGL ES 3.1: ANGLE 2.1.0.f5dace0f1e57 (Jul, 2020)
ANGLE also provides an implementation of the EGL 1.4 specification. ANGLE also provides an implementation of the EGL 1.4 specification.
ANGLE is used as the default WebGL backend for both Google Chrome and Mozilla Firefox on Windows ANGLE is used as the default WebGL backend for both Google Chrome and Mozilla Firefox on Windows
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment