summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEdward O'Callaghan <funfunctor@folklore1984.net>2016-10-07 23:21:32 +1100
committerEdward O'Callaghan <funfunctor@folklore1984.net>2016-10-09 01:06:38 +1100
commit185be15d9d48b548c14db221bf7f7c4fb294e7ea (patch)
treeff5ffcd75fb6132d67d5c38d5d290de06695ee25 /docs
parent4682abdaa8663f4254980a102833c9125aefa2aa (diff)
downloadexternal_mesa3d-185be15d9d48b548c14db221bf7f7c4fb294e7ea.zip
external_mesa3d-185be15d9d48b548c14db221bf7f7c4fb294e7ea.tar.gz
external_mesa3d-185be15d9d48b548c14db221bf7f7c4fb294e7ea.tar.bz2
docs/features.txt: Add GL_KHR_robustness supported on ES 3.2
Both radeonsi and nvc0 should also support ES so fixup doc. Signed-off-by: Edward O'Callaghan <funfunctor@folklore1984.net> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 12f0f25..e91ef6c 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -255,7 +255,7 @@ GLES3.2, GLSL ES 3.2 -- all DONE: i965/gen9+
GL_EXT_color_buffer_float DONE (all drivers)
GL_KHR_blend_equation_advanced DONE (i965)
GL_KHR_debug DONE (all drivers)
- GL_KHR_robustness DONE (i965)
+ GL_KHR_robustness DONE (i965, nvc0, radeonsi)
GL_KHR_texture_compression_astc_ldr DONE (i965/gen9+)
GL_OES_copy_image DONE (all drivers)
GL_OES_draw_buffers_indexed DONE (all drivers that support GL_ARB_draw_buffers_blend)