From 3d56732c1fa1e021341fff33404e1c6bc41ec991 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sat, 2 Aug 2014 22:32:25 +0200 Subject: [PATCH] st/mesa: advertise ARB_ES3_compatibility if GLSL 3.30 and ETC2 are supported --- docs/GL3.txt | 2 +- docs/relnotes/10.3.html | 1 + src/mesa/state_tracker/st_extensions.c | 28 ++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 1 deletion(-) 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) 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.