diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2016-09-12 17:24:35 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2016-09-12 17:24:35 -0700 |
commit | 376d1dc2f1f5a36fe20ede5defe394b87b385731 (patch) | |
tree | c40d3146c71d5f2f06390fac1f71c3bd19cb64e6 /docs | |
parent | 049cee2c164dda219d2c4803dcb5c64fb5ad2b4c (diff) |
docs: Add OES_tessellation_shader to the release notes.
Diffstat (limited to 'docs')
-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 3368ebca6d..f68b513037 100644 --- a/docs/relnotes/12.1.0.html +++ b/docs/relnotes/12.1.0.html @@ -61,6 +61,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_OES_geometry_shader on i965/gen8+, nvc0, radeonsi</li> <li>GL_OES_primitive_bounding_box on i965/gen7+, nvc0, radeonsi</li> <li>GL_OES_texture_cube_map_array on i965/gen8+, nvc0, radeonsi</li> +<li>GL_OES_tessellation_shader on i965/gen7+, nvc0, radeonsi</li> </ul> <h2>Bug fixes</h2> |