diff options
author | Ilia Mirkin <[email protected]> | 2016-09-16 15:43:31 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-09-22 20:42:30 -0400 |
commit | c0a7e931e36e7d8a244da5947ec6de023b58b0a5 (patch) | |
tree | 162756185e68ba9b9d107d4d93f5397207ed8a1c /docs/relnotes | |
parent | 0f01aa803332760079bde36218a3e884f2613db6 (diff) |
st/mesa: turn on OES_viewport_array when dependencies are met
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/relnotes')
-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 fb1d714bac0..cdd89092f53 100644 --- a/docs/relnotes/12.1.0.html +++ b/docs/relnotes/12.1.0.html @@ -65,6 +65,7 @@ Note: some of the new features are only available with certain drivers. <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> +<li>GL_OES_viewport_array on nvc0, radeonsi</li> <li>GL_ANDROID_extension_pack_es31a on i965/gen9+</li> </ul> |