summaryrefslogtreecommitdiff
path: root/src/core/commandqueue.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-14Fix copyrightsDenis Steckelmacher1-1/+1
2011-08-19Document API files, .cpp files and deviceinterface.hDenis Steckelmacher1-0/+5
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-08Test clEnqueueWaitForEvents, Barrier and Marker. Fix bugs.Denis Steckelmacher1-18/+12
2011-08-08Implement clFlush and clFinish. Clover is now API complete !Denis Steckelmacher1-1/+45
2011-08-08Fix any warning found by gcc -Wall and clang -WallDenis Steckelmacher1-5/+5
2011-08-07Test infrastructure for built-in functions, test Samplers.Denis Steckelmacher1-1/+4
2011-08-07Add an object tree to CloverDenis Steckelmacher1-40/+15
2011-08-02Untested implementation of clEnqueueBarrier, clEnqueueMarker and clEnqueueWai...Denis Steckelmacher1-0/+37
2011-07-23Make running kernels robustDenis Steckelmacher1-6/+19
2011-07-15Make running kernel possible on multi-core machines.Denis Steckelmacher1-35/+5
2011-07-15Fix a crash by deleting CPUProgram before the LLVM module.Denis Steckelmacher1-0/+8
2011-07-14WIP: Code to launch kernels.Denis Steckelmacher1-5/+0
2011-07-14WIP: Implement kernel launchingDenis Steckelmacher1-5/+2
2011-07-12Implement clGetKernelWorkGroupInfo, and a device hook for kernels.Denis Steckelmacher1-4/+4
2011-07-04Use C++ equivalents of C functions.Denis Steckelmacher1-10/+9
2011-07-04Strip trailing spacesDenis Steckelmacher1-119/+119
2011-06-21Refactoring of the buffer events, implement clUnmapMemObject.Denis Steckelmacher1-10/+10
2011-06-15Implement clEnqueueMapBuffer(), add a hook to init device dataDenis Steckelmacher1-1/+10
2011-06-13Implement profilingDenis Steckelmacher1-0/+87
2011-06-13Don't leak Events, fix bugs.Denis Steckelmacher1-8/+36
2011-06-13Minor cleanups suggested on my blog.Denis Steckelmacher1-2/+2
2011-06-12Add tests for the events, fixesDenis Steckelmacher1-2/+18
2011-06-12Implement UserEvent functionsDenis Steckelmacher1-18/+27
2011-06-12Don't freeze the command queueDenis Steckelmacher1-6/+11
2011-06-12Better releasing policyDenis Steckelmacher1-7/+38
2011-06-08Implement clEnqueueReadBuffer and many event functionsDenis Steckelmacher1-1/+12
2011-06-07Begin implementing command submissionDenis Steckelmacher1-0/+359
2011-05-24Add tests for the CommandQueue implementationDenis Steckelmacher1-1/+1
2011-05-24Implement the CommandQueue functions.Denis Steckelmacher1-0/+137
2011-05-17Remove all the implementationsDenis Steckelmacher1-9/+0
2010-11-10Implement more of the api stubsZack Rusin1-0/+9