summaryrefslogtreecommitdiffstats
path: root/opencl/source
Commit message (Collapse)AuthorAgeFilesLines
* opencl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-4/+4
| | | | Change-Id: I0c461fa2c2ac62f9dd63e793f8cbc0c68c510082
* Enable out-of-order kernel execution.Kohei Yoshida2014-12-171-1/+1
| | | | Change-Id: I4dbc69ca2618c37184ffdc217493e3880e149617
* The OpenCLEnv struct is used only inside openclwrapper.cxxTor Lillqvist2014-11-271-0/+8
| | | | Change-Id: I95fbee302213e6ced469dd7a2a1c254178159357
* Clean up confusing OpenCL code a bitTor Lillqvist2014-11-272-70/+66
| | | | | | | | Get rid of the silly OpenCLDevice class that had only static members. We can as well just use namespacing. Remove functions only used internally in openclwrapper.cxx from the now public openclwrapper.hxx header. Change-Id: If7336edd262c772564dc13e64113d72d0b52428c
* Use correct SAL_INFO log areaTor Lillqvist2014-11-271-2/+2
| | | | Change-Id: I47e6dcf18fe141b8dba33a8c3cd83f80950045cd
* Move more Calc-independent OpenCL stuff from the sc to the opencl moduleTor Lillqvist2014-11-272-0/+1402
| | | | | | | | | | No cleanups yet. Just removed the "sc" namespace parts now when this stuff is no longer Calc-specific. There is still horribly confusing use of the same OpenCLDevice name for both a class and as a namespace, for instance. And the OpenCLDevice class has only public static members even, so effectively it acts as just a namespace anyway... Etc. Change-Id: Idc5f30a721df0101426c676f04a85e02c5dc8443
* Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist2014-11-272-0/+302
Intermediate commit. More changes will follow: The device selection logic needs to be moved, too. (And cleaned up.) Instead of the separate formulacalculationoptions dialog we should simply have a normal options page for those OpenCL-related settings that will remain purely Calc-specific, like the formula opcode subsetting. Change-Id: Id60d95e80d377cbbf5780beb473b221bce06b5e5