From 743a5f50c42ef212331da892185d9c9344cb9d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Mon, 26 Dec 2022 10:19:45 +0100 Subject: [PATCH] Disable manual mipmap generation on ATI cards --- imagescrollareagl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagescrollareagl.cpp b/imagescrollareagl.cpp index baaeb76..b054cac 100644 --- a/imagescrollareagl.cpp +++ b/imagescrollareagl.cpp @@ -397,7 +397,7 @@ void ImageWidget::initializeGL() qDebug() << (char*)f->glGetString(GL_RENDERER); qDebug() << (char*)f->glGetString(GL_VERSION); - MANUAL_MIPMAP_GEN = QString((const char*)f->glGetString(GL_VENDOR)).startsWith("ATI Technologies Inc", Qt::CaseInsensitive); + //MANUAL_MIPMAP_GEN = QString((const char*)f->glGetString(GL_VENDOR)).startsWith("ATI Technologies Inc", Qt::CaseInsensitive); qDebug() << context()->format();