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/GL3.txt | |
parent | 463b0ea1f6762b7e0536cfadc4e384840af3e8e0 (diff) |
st/mesa: advertise ARB_ES3_compatibility if GLSL 3.30 and ETC2 are supported
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 3d610f6e120..2143c6ffd3d 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -147,7 +147,7 @@ GL 4.2, GLSL 4.20: GL 4.3, GLSL 4.30: GL_ARB_arrays_of_arrays started (Timothy) - GL_ARB_ES3_compatibility DONE (i965) + GL_ARB_ES3_compatibility DONE (all drivers that support GLSL 3.30) GL_ARB_clear_buffer_object DONE (all drivers) GL_ARB_compute_shader started (currently stalled) GL_ARB_copy_image DONE (i965) |