From 272fe9494232baab159d10901aecfe1786595b17 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Thu, 19 Oct 2017 22:22:15 +0200 Subject: mesa: enable ARB_texture_buffer_* extensions in the Compatibility profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We already have piglit tests testing alpha, luminance, and intensity formats. They were skipped by piglit until now. Additionally, I'm enabling one ARB_texture_buffer_range piglit test to run with the compat profile. i965 behavior is unchanged except that it doesn't expose TBOs in the Compat profile. Not sure how that affects the GL version override. Reviewed-by: Nicolai Hähnle Reviewed-by: Eric Anholt --- src/mesa/main/get.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/main/get.c') diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index e68a93b10ee..ea8d932b182 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -309,8 +309,6 @@ static const int extra_GLSL_130_es3[] = { }; static const int extra_texture_buffer_object[] = { - EXTRA_API_GL_CORE, - EXTRA_VERSION_31, EXT(ARB_texture_buffer_object), EXTRA_END }; -- cgit v1.2.3