summaryrefslogtreecommitdiffstats
path: root/docs/features.txt
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2016-05-23 12:45:09 -0700
committerIan Romanick <ian.d.romanick@intel.com>2016-08-26 15:03:15 -0700
commit63af53dcd31cea89e5c8905e2a4898a5cb3d9ed4 (patch)
treea94cdbbfb698c9d4771a6ab985cf8a040433e7ab /docs/features.txt
parent259fc505454ea6a67aeacf6cdebf1398d9947759 (diff)
downloadexternal_mesa3d-63af53dcd31cea89e5c8905e2a4898a5cb3d9ed4.zip
external_mesa3d-63af53dcd31cea89e5c8905e2a4898a5cb3d9ed4.tar.gz
external_mesa3d-63af53dcd31cea89e5c8905e2a4898a5cb3d9ed4.tar.bz2
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 <ian.d.romanick@intel.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'docs/features.txt')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 21982c7..fb10ba7 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)