diff options
author | Ian Romanick <[email protected]> | 2016-05-23 12:45:09 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2016-08-26 15:03:15 -0700 |
commit | 63af53dcd31cea89e5c8905e2a4898a5cb3d9ed4 (patch) | |
tree | a94cdbbfb698c9d4771a6ab985cf8a040433e7ab /docs/relnotes | |
parent | 259fc505454ea6a67aeacf6cdebf1398d9947759 (diff) |
i965: Enable GL_OES_geometry_shader on Gen8+
Gen7 can get this extension (and GL_OES_shader_io_blocks) as soon as the
rest of OpenGL ES 3.1 is enabled.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Reviewed-by: Kenneth Graunke <[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 f744864c06d..d14906661c8 100644 --- a/docs/relnotes/12.1.0.html +++ b/docs/relnotes/12.1.0.html @@ -57,6 +57,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_texture_stencil8 on i965/hsw</li> <li>OpenGL ES 3.1 on i965/hsw</li> <li>GL_KHR_blend_equation_advanced on i965</li> +<li>GL_OES_geometry_shader on i965/gen8+.</li> </ul> <h2>Bug fixes</h2> |