From 0cba7b771a40c87e6a47ccf2381f1d300e9217ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolai=20H=C3=A4hnle?= Date: Wed, 28 Sep 2016 10:54:34 +0200 Subject: st/mesa: enable GL_KHR_robustness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The difference to the virtually identical ARB_robustness (which is already enabled unconditionally) is miniscule and handled elsewhere, but this cap seems like the right thing to require for this extension. v2: drop the device reset cap requirement (Ilia) Reviewed-by: Marek Olšák (v1) Reviewed-by: Ilia Mirkin Reviewed-by: Edward O'Callaghan --- docs/features.txt | 2 +- docs/relnotes/12.1.0.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/features.txt b/docs/features.txt index 037ee97..85ad1a1 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -218,7 +218,7 @@ GL 4.5, GLSL 4.50: GL_ARB_shader_texture_image_samples DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_texture_barrier DONE (i965, nv50, nvc0, r600, radeonsi) GL_KHR_context_flush_control DONE (all - but needs GLX/EGL extension to be useful) - GL_KHR_robustness DONE (i965) + GL_KHR_robustness DONE (i965, nvc0, radeonsi) GL_EXT_shader_integer_mix DONE (all drivers that support GLSL) These are the extensions cherry-picked to make GLES 3.1 diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html index dd17979..aff4dd3 100644 --- a/docs/relnotes/12.1.0.html +++ b/docs/relnotes/12.1.0.html @@ -60,6 +60,7 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_texture_stencil8 on i965/hsw
  • GL_EXT_window_rectangles on nv50, nvc0
  • GL_KHR_blend_equation_advanced on i965
  • +
  • GL_KHR_robustness on nvc0, radeonsi
  • GL_KHR_texture_compression_astc_sliced_3d on i965
  • GL_OES_copy_image on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe
  • GL_OES_geometry_shader on i965/gen8+, nvc0, radeonsi
  • -- cgit v1.1