diff options
author | Ilia Mirkin <[email protected]> | 2016-05-23 23:00:45 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-05-23 23:47:11 -0400 |
commit | 856587909c3fa508529a659d789f4517080ee4dc (patch) | |
tree | 22ca708430960558aca3e96613edf3cc49c03049 /docs/GL3.txt | |
parent | 5878254545f2b0207f47e581789e88fc0ab5c531 (diff) |
st/mesa: enable ARB_ES3_1_compatibility when ES 3.1 would be exposed
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs/GL3.txt')
-rw-r--r-- | docs/GL3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 4a9cf0b830c..029fe5f4818 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -208,7 +208,7 @@ GL 4.4, GLSL 4.40: GL 4.5, GLSL 4.50: - GL_ARB_ES3_1_compatibility not started + GL_ARB_ES3_1_compatibility DONE (nvc0, radeonsi) GL_ARB_clip_control DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr) GL_ARB_conditional_render_inverted DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr) GL_ARB_cull_distance DONE (i965, nv50, nvc0, llvmpipe, softpipe) |