diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2016-09-21 11:49:24 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2016-09-21 11:52:59 -0700 |
commit | a4fbc73ee8b49548b84631ac9a09a9e03b1f15d5 (patch) | |
tree | 674d2e9bb9c56ecae862ad71301c18d58897191b | |
parent | b35684543ed43c3ac2aa2710e3974fbfaf9c2f7c (diff) |
docs: Add ES 3.2 to release notes.
-rw-r--r-- | docs/relnotes/12.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html index f411614cfc..fb1d714bac 100644 --- a/docs/relnotes/12.1.0.html +++ b/docs/relnotes/12.1.0.html @@ -45,6 +45,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>OpenGL ES 3.1 on i965/hsw</li> +<li>OpenGL ES 3.2 on i965/gen9+ (Skylake and later)</li> <li>GL_ARB_ES3_1_compatibility on i965</li> <li>GL_ARB_ES3_2_compatibility on i965/gen8+</li> <li>GL_ARB_clear_texture on r600, radeonsi</li> |