summaryrefslogtreecommitdiff
path: root/include/opencl
AgeCommit message (Expand)AuthorFilesLines
2019-11-03make some classes module-privateNoel Grandin1-2/+2
2019-09-27Silence false cid#1454000 "Side effect in assertion"Stephan Bergmann1-0/+1
2019-09-18-Werror=volatile in OpenCLZoneStephan Bergmann1-7/+11
2019-04-29test in a separate helper process if OpenCL crashes (tdf#112252)Luboš Luňák1-0/+2
2018-10-24tdf#42949 Fix IWYU warnings in include/opencl/*Gabor Kelemen2-6/+6
2017-08-25Get rid of need to use initial :: for ::opencl to avoid clash with sc::openclTor Lillqvist1-1/+1
2016-10-24tdf#103395 opencl: don't initialize OpenCL when disabledTomaž Vajngerl1-1/+4
2016-10-18tdf#103204 opencl: initialize command queue on demandTomaž Vajngerl1-0/+1
2016-08-14tdf#100965: Restart on initialisation-time OpenCL crashTor Lillqvist1-0/+9
2016-08-12The enter() and leave() functions are not used anywhereTor Lillqvist1-8/+0
2016-07-26Need to try to avoid TDR also with NVIDIA cards on Windows 7 or earlierLaszlo Nemeth1-1/+1
2016-07-12tdf#100883 - opencl impls. that use SEH are still bad.Michael Meeks1-0/+1
2016-07-11opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl2-1/+55
2016-07-01tdf#90336 - further cleanup of OpenCL options page.Michael Meeks1-1/+4
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-2/+0
2015-12-15No need for <config_features.h> hereTor Lillqvist1-2/+0
2015-11-24loplugin:unusedfields in include/oox/Noel Grandin1-1/+0
2015-09-16YAGNITor Lillqvist1-1/+0
2015-09-15Split formula group for OpenCL up into smaller bits when necessaryTor Lillqvist1-0/+1
2015-09-14boost->stdCaolán McNamara1-1/+0
2015-02-06Move OpenCLError::strerror() from sc to opencl, and rename to errorString()Tor Lillqvist1-0/+6
2015-02-05The horrible CHECK_OPENCL() fortunately is used only in openclwrapper.cxxTor Lillqvist1-8/+0
2015-01-07Set up foundation for supporting multiple OpenCL command queues per device.Kohei Yoshida1-1/+9
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist2-2/+2
2014-11-28The compiler-generated dtor is good enough, no need for thisTor Lillqvist1-3/+0
2014-11-27Put the KernelEnv struct inside the opencl namespace, tooTor Lillqvist1-2/+2
2014-11-27The OpenCLEnv struct is used only inside openclwrapper.cxxTor Lillqvist1-8/+0
2014-11-27Clean up confusing OpenCL code a bitTor Lillqvist1-19/+4
2014-11-27Move more Calc-independent OpenCL stuff from the sc to the opencl moduleTor Lillqvist1-0/+109
2014-11-27Try to fix MSVC buildTor Lillqvist1-0/+3
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist3-0/+185