diff options
author | Ilia Mirkin <[email protected]> | 2016-09-16 15:43:31 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-09-22 20:42:30 -0400 |
commit | c0a7e931e36e7d8a244da5947ec6de023b58b0a5 (patch) | |
tree | 162756185e68ba9b9d107d4d93f5397207ed8a1c /docs/features.txt | |
parent | 0f01aa803332760079bde36218a3e884f2613db6 (diff) |
st/mesa: turn on OES_viewport_array when dependencies are met
Signed-off-by: Ilia Mirkin <[email protected]>
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 cb6228693fb..fbb3952b3c7 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -319,7 +319,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_OES_texture_half_float DONE (i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe) GL_OES_texture_half_float_linear DONE (i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe) GL_OES_texture_view not started - based on GL_ARB_texture_view - GL_OES_viewport_array not started - based on GL_ARB_viewport_array and GL_ARB_fragment_layer_viewport + GL_OES_viewport_array DONE (nvc0, radeonsi) GLX_ARB_context_flush_control not started GLX_ARB_robustness_application_isolation not started GLX_ARB_robustness_share_group_isolation not started |