summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2013-09-22drop remaining easy UniString::InsertAscii casesCaolán McNamara
2013-09-22warning C4305: 'return' : truncation from 'int' to 'bool'Michael Stahl
2013-09-21Make it compile in the DISABLE_DYNLOADING caseTor Lillqvist
2013-09-20Blind fix attempt: extern "C" decls must be at outer levelTor Lillqvist
2013-09-20extern "C" it should beTor Lillqvist
2013-09-20The code has unconditional fprintfs so need cstdioTor Lillqvist
2013-09-20TypoTor Lillqvist
2013-09-20Try to fix the DISABLE_DYNLOADING caseTor Lillqvist
2013-09-19fix storing of open cl device in configuration filesMarkus Mohrhard
2013-09-19small fixes for broken codeMarkus Mohrhard
2013-09-19fix memory leakMarkus Mohrhard
2013-09-19fall back to compiling from source if binary failedMarkus Mohrhard
2013-09-19void* is dangerousMarkus Mohrhard
2013-09-19use $UserInstallation/cache to cache opencl kernelsMarkus Mohrhard
2013-09-19read the binary files from the cached folderMarkus Mohrhard
2013-09-19replace one more file write with location in profile directoryMarkus Mohrhard
2013-09-19fix another memory leakMarkus Mohrhard
2013-09-19fix another memory leakMarkus Mohrhard
2013-09-19use $UserInstallation/cache to cache opencl kernelsMarkus Mohrhard
2013-09-19Be explicit on what kind of "kernels" we are compiling.Kohei Yoshida
2013-09-19Add a heuristic to avoid always pre-compile OpenCL kernels (for xls).Kohei Yoshida
2013-09-19Oops this wasn't meant to be checked in.Kohei Yoshida
2013-09-19Fix illegal memory access between malloc and memset.Kohei Yoshida
2013-09-19Bail out early on error.Kohei Yoshida
2013-09-19Wrong config option name.Kohei Yoshida
2013-09-19Compiler warning.Kohei Yoshida
2013-09-19Let's treat oclMatrixSolve equally. No special treatment for this guy.Kohei Yoshida
2013-09-19Compile kernel when fetching the Kernel instance.Kohei Yoshida
2013-09-19Compile kernels for real.Kohei Yoshida
2013-09-19Set up a thread to compile OpenCL kernels during file load.Kohei Yoshida
2013-09-19we no longer use that method for initializing openclMarkus Mohrhard
2013-09-19remove unused methodMarkus Mohrhard
2013-09-19introduce strong versioning of the kernel sourcesMarkus Mohrhard
2013-09-19use OString instead of char* for file nameMarkus Mohrhard
2013-09-19we can still write the next files out if one failsMarkus Mohrhard
2013-09-19share the setting for the device name lengthMarkus Mohrhard
2013-09-19fix a number of memory leaksMarkus Mohrhard
2013-09-19Properly cache compiled kernel instances.Kohei Yoshida
2013-09-19reintroduce changes from TorMarkus Mohrhard
2013-09-19This base class is pointless.Kohei Yoshida
2013-09-19OpenclDevice is a stateless class. Make all its methods static.Kohei Yoshida
2013-09-19I didn't mean to change that.Kohei Yoshida
2013-09-19Remove unused methods.Kohei Yoshida
2013-09-19Use std::vector to store pre-defined kernel names.Kohei Yoshida
2013-09-19Some cleanups.Kohei Yoshida
2013-09-19Need return statement here...Kohei Yoshida
2013-09-19only list opencl devices with double supportMarkus Mohrhard
2013-09-19store the opencl device id and propagate it from the ui to opencl codeMarkus Mohrhard
2013-09-19add a way to change the opencl deviceMarkus Mohrhard
2013-09-19implement method for switching opencl devicesMarkus Mohrhard