summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-10-24New exp() functionDenis Steckelmacher1-0/+4
2011-10-19Implement some math built-ins.Denis Steckelmacher1-0/+11
2011-09-14Fix copyrightsDenis Steckelmacher17-17/+17
2011-09-14Implement a script to generate built-ins quickly, and implement cos().Denis Steckelmacher1-0/+36
2011-08-20Natively re-implement image reading functions taking float arguments.maybe-after-gsoc-images-reworkDenis Steckelmacher1-1/+1
2011-08-18Fix a typo in the licence.Denis Steckelmacher17-17/+17
2011-08-18Place Clover under the new BSD 3-clauses license.Denis Steckelmacher17-0/+459
2011-08-15Implement tests for image reading.Denis Steckelmacher1-4/+40
2011-08-11Implement all image built-ins except read_image{f,i,ui}.Denis Steckelmacher1-1/+90
2011-08-09Also test that multiple barriers in a kernel work.Denis Steckelmacher1-1/+1
2011-08-09Implement barrier()Denis Steckelmacher1-5/+40
2011-08-08Test clEnqueueWaitForEvents, Barrier and Marker. Fix bugs.Denis Steckelmacher1-0/+144
2011-08-08Fix any warning found by gcc -Wall and clang -WallDenis Steckelmacher3-7/+7
2011-08-07Test infrastructure for built-in functions, test Samplers.Denis Steckelmacher4-3/+205
2011-08-01Implement clEnqueueMapImageDenis Steckelmacher1-0/+20
2011-08-01Implement clEnqueueCopyImageToBuffer and clEnqueueCopyBufferToImageDenis Steckelmacher1-0/+116
2011-07-30Implement clCopyImageDenis Steckelmacher1-1/+32
2011-07-30Implement clEnqueueReadImage and clEnqueueWriteImageDenis Steckelmacher2-1/+89
2011-07-27Implement clCreateImage3DDenis Steckelmacher1-4/+20
2011-07-27Implement clCreateImage2DDenis Steckelmacher1-0/+42
2011-07-27Implement clEnqueueCopyBufferRectDenis Steckelmacher2-2/+34
2011-07-27Implement clEnqueueCopyBufferDenis Steckelmacher1-1/+72
2011-07-26Implement cl{Read,Write}BufferRect.Denis Steckelmacher1-0/+112
2011-07-23Fix some memory leaksDenis Steckelmacher3-1/+10
2011-07-23Performance optimization : calculate global_id ahead of time.Denis Steckelmacher1-5/+5
2011-07-13Add tests for kernel enqueueing (they don't work)Denis Steckelmacher1-0/+39
2011-07-10Implement clSetKernelArg.Denis Steckelmacher1-0/+19
2011-07-09Implement kernel creationDenis Steckelmacher2-2/+88
2011-07-07Link stdlib in the program bitcodeDenis Steckelmacher1-5/+3
2011-07-06Embed a small stdlib header in every OpenCL program.Denis Steckelmacher1-3/+2
2011-07-05Implement clGetProgramBuildInfo and compiler diagnostics.Denis Steckelmacher1-0/+70
2011-07-04Use C++ equivalents of C functions.Denis Steckelmacher5-7/+3
2011-07-04Strip trailing spacesDenis Steckelmacher6-183/+183
2011-07-04Implement clGetProgramInfo and program binariesDenis Steckelmacher1-11/+87
2011-06-30Tests for the program compilationDenis Steckelmacher5-4/+105
2011-06-21Refactoring of the buffer events, implement clUnmapMemObject.Denis Steckelmacher2-4/+10
2011-06-18Implement clEnqueueNativeKernelDenis Steckelmacher4-0/+172
2011-06-15Implement clEnqueueMapBuffer(), add a hook to init device dataDenis Steckelmacher1-0/+10
2011-06-13Implement profilingDenis Steckelmacher1-1/+21
2011-06-13Don't leak Events, fix bugs.Denis Steckelmacher1-0/+5
2011-06-12Add tests for the events, fixesDenis Steckelmacher1-0/+130
2011-06-12Implement clEnqueueWriteBufferDenis Steckelmacher2-4/+24
2011-06-08Implement clEnqueueReadBuffer and many event functionsDenis Steckelmacher1-2/+28
2011-06-02Implement clGetMemObjectInfoDenis Steckelmacher1-0/+53
2011-06-01Start implementing buffers (Buffers, SubBuffers, Images 2D and 3D)Denis Steckelmacher4-0/+184
2011-05-24Resurrect the trivial example.Denis Steckelmacher2-4/+4
2011-05-24Add tests for the CommandQueue implementationDenis Steckelmacher5-2/+204
2011-05-22Implement clGetContextInfoDenis Steckelmacher1-0/+112
2011-05-22Implement clCreateContextFromTypeDenis Steckelmacher1-1/+14
2011-05-21Implement clCreateContext, clRetainContext and clReleaseContextDenis Steckelmacher6-5/+124