summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
-rw-r--r--docs/relnotes/12.1.0.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 21982c7ccb..fb10ba7e80 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -260,7 +260,7 @@ GLES3.2, GLSL ES 3.2:
GL_OES_copy_image DONE (all drivers)
GL_OES_draw_buffers_indexed DONE (all drivers that support GL_ARB_draw_buffers_blend)
GL_OES_draw_elements_base_vertex DONE (all drivers)
- GL_OES_geometry_shader started (idr)
+ GL_OES_geometry_shader DONE (i965/gen8+)
GL_OES_gpu_shader5 DONE (all drivers that support GL_ARB_gpu_shader5)
GL_OES_primitive_bounding_box not started
GL_OES_sample_shading DONE (i965, nvc0, r600, radeonsi)
diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html
index f744864c06..d14906661c 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>