summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/openclwrapper.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-27Move more Calc-independent OpenCL stuff from the sc to the opencl moduleTor Lillqvist1-806/+0
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist1-81/+2
2014-11-20Use U_SUCCESSTor Lillqvist1-1/+1
2014-11-20Use regexps in the OpenCL blacklist/whitelistTor Lillqvist1-18/+33
2014-11-12Make checkForKnownBadCompilers() publicTor Lillqvist1-21/+21
2014-11-12We want the platform vendor here, not the platform nameTor Lillqvist1-1/+1
2014-11-12Refactor and fix checkForKnownBadCompilers()Tor Lillqvist1-60/+45
2014-11-12A bit more informative SAL_INFO loggingTor Lillqvist1-2/+6
2014-11-12Add first whitelist and blacklist check attempt to checkForKnownBadCompilers()Tor Lillqvist1-12/+74
2014-11-12Bin effectively dead codeTor Lillqvist1-120/+1
2014-11-12Add comment that replies to the question in comment aboveTor Lillqvist1-0/+9
2014-11-12Don't use misleading 'm' prefix for non-member variablesTor Lillqvist1-9/+9
2014-11-12Expand tiny misleadingly named 'registerOpenCLKernel' at its only call siteTor Lillqvist1-7/+3
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-3/+3
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-3/+3
2014-10-30Use more specific log area for the "binary file" messagesTor Lillqvist1-4/+4
2014-10-29sc::opencl::getOpenCLPlatformCount is unneededTor Lillqvist1-15/+0
2014-10-29Don't bother with a separate dynamically loaded scopencl libraryTor Lillqvist1-2/+3
2014-10-28Bin dead and commented-out codeTor Lillqvist1-40/+0
2014-10-28If we #define MAX_CLKERNEL_NUM 200, we know that it isn't <= 0Tor Lillqvist1-4/+0
2014-10-28loplugin: cstylecastNoel Grandin1-2/+2
2014-10-03Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida1-37/+37
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-03-03convert int flag OpenclDevice::isInited to boolNoel Grandin1-5/+5
2014-03-03remove unused code in sc::openclNoel Grandin1-15/+0
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-17Fix function return typesStephan Bergmann1-33/+27
2014-01-17bool improvementsStephan Bergmann1-3/+3
2014-01-14Fix typoTakeshi Abe1-1/+1
2013-12-03fix crash when no platform is availableMarkus Mohrhard1-0/+3
2013-11-25add methods to enable and disable automatic device selectionMarkus Mohrhard1-2/+2
2013-11-25add API to retrieve all available OpenCL platforms and devicesMarkus Mohrhard1-0/+4
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard1-0/+35
2013-11-20Use <windows.h> with a lower-case 'w' for cross-compilation goodnessTor Lillqvist1-1/+1
2013-11-20clewInit is importantMarkus Mohrhard1-0/+4
2013-11-20Enable workload-based device selection in OpenCL.Jagan Lokanatha1-17/+9
2013-11-17fix problem with retriving vendor information from opencl devicesMarkus Mohrhard1-1/+1
2013-11-17add a way to blacklist known bad OpenCL compilersMarkus Mohrhard1-1/+30
2013-11-17GPU Calc: remove CL_QUEUE_THREAD_HANDLE_AMD queryI-Jui (Ray) Sung1-4/+0
2013-11-16GPU Calc: fix regression on non-AMD GPUsI-Jui (Ray) Sung1-2/+2
2013-11-16cppcheck: some cleaning + use CHECK_OPENCLJulien Nabet1-20/+11
2013-11-13s/printf/SAL_INFOTor Lillqvist1-17/+7
2013-11-13We don't use the static OpenCL kernels any moreTor Lillqvist1-1872/+12
2013-11-13A bit more informative logging (temporary)Tor Lillqvist1-2/+6
2013-11-07Bin an unused functionTor Lillqvist1-23/+0
2013-10-30Return false when no OpenCL device is detected.Kohei Yoshida1-1/+1
2013-10-29Eliminate unused code in openclwrapper.cxxI-Jui (Ray) Sung1-9/+0
2013-10-16CID#1103728 malloc(1)Caolán McNamara1-1/+1
2013-10-01make sure that we really fall back to new compile if binary failedMarkus Mohrhard1-92/+113