summaryrefslogtreecommitdiffstats
path: root/vcl/opengl
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2016-07-25 14:33:12 +0900
committerTomaž Vajngerl <quikee@gmail.com>2016-07-25 14:36:41 +0000
commitc27d56b2a9ae4fb2f0a69d919339af0bbccae5a6 (patch)
treeb113fb48e1a19b1a54268ecc2c848b65e4f7a0ad /vcl/opengl
parentopengl: check supported texture size on first GL init (diff)
downloadcore-c27d56b2a9ae4fb2f0a69d919339af0bbccae5a6.tar.gz
core-c27d56b2a9ae4fb2f0a69d919339af0bbccae5a6.zip
opengl: log device/driver info, remove unneeded info messages
Change-Id: Ica3698d0dbff1ee7a1e822d2765eb4019ccef224 Reviewed-on: https://gerrit.libreoffice.org/27498 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/opengl')
-rw-r--r--vcl/opengl/salbmp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx
index ef081ee9fd4d..bb9bc7e8c8fd 100644
--- a/vcl/opengl/salbmp.cxx
+++ b/vcl/opengl/salbmp.cxx
@@ -81,6 +81,7 @@ inline bool determineTextureFormat(sal_uInt16 nBits, GLenum& nFormat, GLenum& nT
default:
break;
}
+ SAL_WARN("vcl.opengl", "Could not determine the appropriate texture format for input bits '" << nBits << "'");
return false;
}