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
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-04-25 08:53:18 +0000
commit8d3dd678bf9fd50a736cc0ff956f1efd7e660502 (patch)
tree2c03ac868b34340a0869d958cccca8d5cf2420a7 /opencl/Library_opencl.mk
parent91e73f12fec47c8896122cfe72eb374bd283a132 (diff)
tdf#99453 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). (cherry picked from commit 334e2dc9c3da4519e31e0452a40d3a958c401876) Change-Id: I0fe793c756f8f4f1761fe120fc361df36e581903 Reviewed-on: https://gerrit.libreoffice.org/24303 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
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 edc6adda2e04..4529da7129d3 100644
--- a/opencl/Library_opencl.mk
+++ b/opencl/Library_opencl.mk
@@ -23,6 +23,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,\