summaryrefslogtreecommitdiffstats
path: root/opencl/source/openclwrapper.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#103395 opencl: don't initialize OpenCL when disabledTomaž Vajngerl2016-10-241-3/+18
* opencl: convert to C++11 for loopTomaž Vajngerl2016-10-181-7/+5
* tdf#103204 opencl: initialize command queue on demandTomaž Vajngerl2016-10-181-33/+48
* coverity#1371130 'Constant' variable guards dead codeCaolán McNamara2016-08-191-5/+8
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* Need to try to avoid TDR also with NVIDIA cards on Windows 7 or earlierLaszlo Nemeth2016-07-261-3/+38
* SAL_DETAIL_WHERE already ends with a spaceTor Lillqvist2016-07-221-1/+1
* tdf#100883 - opencl impls. that use SEH are still bad.Michael Meeks2016-07-121-0/+1
* desktop: validate OpenCL drivers before use.Michael Meeks2016-07-121-2/+6
* opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl2016-07-111-45/+62
* tdf#90336 - further cleanup of OpenCL options page.Michael Meeks2016-07-011-0/+5
* Add some SAL_INFO outputTor Lillqvist2016-06-271-0/+6
* Ensure that OpenCL device id returned from getDeviceSelection() is valid.Mark Hung2016-06-061-0/+2
* clang-tidy modernize-loop-convert in oox to saxNoel Grandin2016-05-051-6/+5
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-2/+2
* opencl: better logging of devices and device selectionTomaž Vajngerl2016-04-221-3/+2
* The OpenCL shared library is called libOpenCL.so.1 on LinuxTor Lillqvist2016-03-291-1/+1
* new loplugin: memoryvarNoel Grandin2015-11-111-3/+2
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-41/+41
* YAGNITor Lillqvist2015-09-161-105/+46
* Split formula group for OpenCL up into smaller bits when necessaryTor Lillqvist2015-09-151-0/+5
* boost->stdCaolán McNamara2015-09-141-4/+4
* Log OpenCL errors symbolically here, tooTor Lillqvist2015-08-261-2/+2
* Revert "Enable out-of-order kernel execution"Tor Lillqvist2015-08-261-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-8/+8
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* Add SAL_INFOs for tracing kernel and program life cycleTor Lillqvist2015-02-101-0/+1
* Move OpenCLError::strerror() from sc to opencl, and rename to errorString()Tor Lillqvist2015-02-061-0/+58
* The horrible CHECK_OPENCL() fortunately is used only in openclwrapper.cxxTor Lillqvist2015-02-051-0/+14
* Fix typo comments Resouce->ResourceAndrea Gelmini2015-01-191-1/+1
* Set up foundation for supporting multiple OpenCL command queues per device.Kohei Yoshida2015-01-071-15/+51
* Enable out-of-order kernel execution.Kohei Yoshida2014-12-171-1/+1
* The OpenCLEnv struct is used only inside openclwrapper.cxxTor Lillqvist2014-11-271-0/+8
* Clean up confusing OpenCL code a bitTor Lillqvist2014-11-271-68/+65
* Move more Calc-independent OpenCL stuff from the sc to the opencl moduleTor Lillqvist2014-11-271-0/+804