diff options
author | Marek Olšák <[email protected]> | 2014-08-02 22:32:25 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-08-11 21:53:57 +0200 |
commit | 3d56732c1fa1e021341fff33404e1c6bc41ec991 (patch) | |
tree | 61d52384f9ae1c5755b4e90e7b2386c128a41d95 /docs/relnotes/10.3.html | |
parent | 463b0ea1f6762b7e0536cfadc4e384840af3e8e0 (diff) |
st/mesa: advertise ARB_ES3_compatibility if GLSL 3.30 and ETC2 are supported
Diffstat (limited to 'docs/relnotes/10.3.html')
-rw-r--r-- | docs/relnotes/10.3.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html index f023ca6dcb5..c0828da713d 100644 --- a/docs/relnotes/10.3.html +++ b/docs/relnotes/10.3.html @@ -44,6 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> +<li>GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe</li> <li>GL_ARB_compressed_texture_pixel_storage on all drivers</li> <li>GL_ARB_draw_indirect on nvc0, radeonsi</li> <li>GL_ARB_explicit_uniform_location (all drivers that support GLSL)</li> |