summaryrefslogtreecommitdiff
path: root/src/core/cpu/worker.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-14Fix copyrightsDenis Steckelmacher1-1/+1
2011-08-19Document API files, .cpp files and deviceinterface.hDenis Steckelmacher1-0/+6
2011-08-18Fix a typo in the licence.Denis Steckelmacher1-1/+1
2011-08-18Place Clover under the new BSD 3-clauses license.Denis Steckelmacher1-0/+27
2011-08-09Implement barrier()Denis Steckelmacher1-0/+13
2011-08-08Fix any warning found by gcc -Wall and clang -WallDenis Steckelmacher1-1/+1
2011-08-01Implement clEnqueueMapImageDenis Steckelmacher1-13/+1
2011-08-01Implement clEnqueueCopyImageToBuffer and clEnqueueCopyBufferToImageDenis Steckelmacher1-11/+34
2011-07-30Implement clCopyImageDenis Steckelmacher1-1/+2
2011-07-30Implement clEnqueueReadImage and clEnqueueWriteImageDenis Steckelmacher1-1/+3
2011-07-27Implement clEnqueueCopyBufferRectDenis Steckelmacher1-22/+41
2011-07-27Implement clEnqueueCopyBufferDenis Steckelmacher1-0/+12
2011-07-26Implement cl{Read,Write}BufferRect.Denis Steckelmacher1-0/+52
2011-07-23Make running kernels robustDenis Steckelmacher1-4/+13
2011-07-15Fix a crash by deleting CPUProgram before the LLVM module.Denis Steckelmacher1-0/+2
2011-07-14WIP: Code to launch kernels.Denis Steckelmacher1-11/+30
2011-07-14WIP: Code in place to launch kernelsDenis Steckelmacher1-2/+1
2011-07-14WIP: Implement kernel launchingDenis Steckelmacher1-2/+8
2011-07-13Add tests for kernel enqueueing (they don't work)Denis Steckelmacher1-0/+7
2011-07-12Break cpudevice.cppDenis Steckelmacher1-0/+94