st/mesa: advertise ARB_ES3_compatibility if GLSL 3.30 and ETC2 are supported

This commit is contained in:
Marek Olšák
2014-08-02 22:32:25 +02:00
parent 463b0ea1f6
commit 3d56732c1f
3 changed files with 30 additions and 1 deletions

View File

@@ -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>