From b8dbda756100d2ad6c01ddac0247296a74c28742 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Oct 2012 13:29:42 +0300 Subject: Enable texture sampler by default only for Nvidia driver. Because other extensions can not work with it at same time. Bugs in Mesa... --- src/graphicsmanager.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graphicsmanager.cpp') diff --git a/src/graphicsmanager.cpp b/src/graphicsmanager.cpp index 0688540a7..7b56498dc 100644 --- a/src/graphicsmanager.cpp +++ b/src/graphicsmanager.cpp @@ -148,6 +148,7 @@ bool GraphicsManager::detectGraphics() { // hope it can work well logger->log("detected NVIDIA driver"); + config.setValue("useTextureSampler", true); mode = 1; } -- cgit v1.2.3-60-g2f50