diff options
author | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2016-09-28 10:54:34 +0200 |
---|---|---|
committer | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2016-10-05 15:51:59 +0200 |
commit | 0cba7b771a40c87e6a47ccf2381f1d300e9217ef (patch) | |
tree | a66b105909ed6d072209367c1e95d2ec7878c9c4 /docs/features.txt | |
parent | b5cd7dfe3e9a04bf6edd5d100f7c74b8fcb5c277 (diff) |
st/mesa: enable GL_KHR_robustness
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 <marek.olsak@amd.com> (v1)
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 037ee97f24..85ad1a12bd 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 |