Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-14 | Fix copyrights | Denis Steckelmacher | 1 | -1/+1 | |
2011-08-19 | Document API files, .cpp files and deviceinterface.h | Denis Steckelmacher | 1 | -0/+5 | |
2011-08-18 | Fix a typo in the licence. | Denis Steckelmacher | 1 | -1/+1 | |
2011-08-18 | Place Clover under the new BSD 3-clauses license. | Denis Steckelmacher | 1 | -0/+27 | |
2011-08-07 | Use Object::isA to check arguments passed to API functions. | Denis Steckelmacher | 1 | -11/+12 | |
2011-08-02 | Implement clGetSupportedImageFormats | Denis Steckelmacher | 1 | -1/+139 | |
This function currently returns all the possible formats per the OpenCL spec. CPUDevice will support all of them, but we'll need to find a solution when GPU devices will be available. | |||||
2011-07-27 | Implement clCreateImage3D | Denis Steckelmacher | 1 | -1/+25 | |
2011-07-27 | Implement clCreateImage2D | Denis Steckelmacher | 1 | -1/+24 | |
2011-07-04 | Strip trailing spaces | Denis Steckelmacher | 1 | -28/+28 | |
2011-06-02 | Implement clGetImageInfo, fix bugs | Denis Steckelmacher | 1 | -1/+8 | |
2011-06-02 | Implement clGetMemObjectInfo | Denis Steckelmacher | 1 | -1/+5 | |
2011-06-01 | Start implementing buffers (Buffers, SubBuffers, Images 2D and 3D) | Denis Steckelmacher | 1 | -3/+108 | |
It's a big thing. This commit implement the creation of Buffer and SubBuffers object, with some infrastructure done for Image 2D and 3D objects. This part of the spec also comes with a bunch of commands that can be used to read, write, copy and map buffers or images. | |||||
2010-03-27 | Lots of various changes | Zack Rusin | 1 | -1/+1 | |
2009-08-30 | reorganize the directory structure a bit | Zack Rusin | 1 | -0/+84 | |