From f6969ffab5547396bb31570a72bfb3430a0d3b37 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Mon, 18 Mar 2013 13:22:54 +0100 Subject: [PATCH] Remove the APPLE_texture_format path MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It is untested and is causing problems elsewhere. Change-Id: I412f820d14c1632e3d1000b627231d8f78e792b5 Reviewed-by: Samuel Rødal --- src/quick/scenegraph/util/qsgtexture.cpp | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/quick/scenegraph/util/qsgtexture.cpp b/src/quick/scenegraph/util/qsgtexture.cpp index 18b5627..ad98fe9 100644 --- a/src/quick/scenegraph/util/qsgtexture.cpp +++ b/src/quick/scenegraph/util/qsgtexture.cpp @@ -675,8 +675,6 @@ void QSGPlainTexture::bind() #ifdef QT_OPENGL_ES internalFormat = GL_BGRA; #endif - } else if (strstr(extensions, "GL_APPLE_texture_format_BGRA8888")) { - externalFormat = GL_BGRA; } else if (strstr(extensions, "GL_EXT_texture_format_BGRA8888") || strstr(extensions, "GL_IMG_texture_format_BGRA8888")) { externalFormat = GL_BGRA; -- 1.7.2.5