summaryrefslogtreecommitdiff
path: root/opencl/Library_opencl.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2016-04-20 22:19:47 +0900
committerTomaž Vajngerl <quikee@gmail.com>2016-04-22 11:27:05 +0000
commit334e2dc9c3da4519e31e0452a40d3a958c401876 (patch)
treebfe420e41e0e9c5e7767c4ce657bd5e29192d91f /opencl/Library_opencl.mk
parentcb5438a3d16634eb267584122169758ab2b76930 (diff)
opencl: better logging of devices and device selection
changes: - Clew misses a lot of things, added defines needed for gathering platform and device info. - Refactored profile saving and loading to use libxml2 instead the weird type of saving the profile data. - Added an additional "log" file which is similar to the OpenGL but it writes the OpenCL relevant information like which devices and platforms are available (+ all the extra useful version information) and which device was selected (if any at all). Change-Id: I0fe793c756f8f4f1761fe120fc361df36e581903 Reviewed-on: https://gerrit.libreoffice.org/24270 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'opencl/Library_opencl.mk')
-rw-r--r--opencl/Library_opencl.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/opencl/Library_opencl.mk b/opencl/Library_opencl.mk
index eb832208b654..501be304cfaf 100644
--- a/opencl/Library_opencl.mk
+++ b/opencl/Library_opencl.mk
@@ -24,6 +24,7 @@ $(eval $(call gb_Library_use_externals,opencl,\
icu_headers \
icui18n \
icuuc \
+ libxml2 \
))
$(eval $(call gb_Library_use_custom_headers,opencl,\
@@ -37,6 +38,7 @@ $(eval $(call gb_Library_use_libraries,opencl,\
comphelper \
cppu \
sal \
+ tl \
))
$(eval $(call gb_Library_add_exception_objects,opencl,\