summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2011-09-14Implement a script to generate built-ins quickly, and implement cos().Denis Steckelmacher1-0/+14
2011-08-20Reimplement read_image* in native C++ instead of OpenCL.Denis Steckelmacher1-0/+1
2011-08-17Fix compilation with GCC 4.6Denis Steckelmacher1-2/+1
2011-08-07Implement samplers (currently untested).Denis Steckelmacher1-1/+2
2011-07-16Implement get_work_dim, make Clover compile with LLVM 3.0 git.Denis Steckelmacher1-1/+1
2011-07-15Make running kernel possible on multi-core machines.Denis Steckelmacher1-0/+1
2011-07-14Link in JIT.Denis Steckelmacher1-0/+1
2011-07-14WIP: Code in place to launch kernelsDenis Steckelmacher1-0/+1
2011-07-12Break cpudevice.cppDenis Steckelmacher1-1/+6
2011-07-09Implement kernel creationDenis Steckelmacher1-0/+1
2011-07-07First bit of an OpenCL standard library.Denis Steckelmacher1-0/+4
2011-07-06Embed a small stdlib header in every OpenCL program.Denis Steckelmacher1-8/+11
2011-06-29Implement loading functions of a CL program objectDenis Steckelmacher1-1/+3
2011-06-16No need to link with the Gallium librariesDenis Steckelmacher1-1/+1
2011-06-13Implement profilingDenis Steckelmacher1-0/+1
2011-06-08Implement clEnqueueReadBuffer and many event functionsDenis Steckelmacher1-0/+1
2011-06-07Begin implementing command submissionDenis Steckelmacher1-0/+1
2011-06-01Start implementing buffers (Buffers, SubBuffers, Images 2D and 3D)Denis Steckelmacher1-0/+1
2011-05-24Install the library in /usr/libDenis Steckelmacher1-4/+4
2011-05-24Implement the CommandQueue functions.Denis Steckelmacher1-0/+1
2011-05-23Get some information at compile time.Denis Steckelmacher1-0/+3
2011-05-21Implement clCreateContext, clRetainContext and clReleaseContextDenis Steckelmacher1-0/+1
2011-05-19Implement clGetDeviceIDs, and a stub of the abstraction layer based on the De...Denis Steckelmacher1-0/+2
2011-05-17Implement the Platform API, with tests.Denis Steckelmacher1-6/+12
2011-05-17Remove all the implementationsDenis Steckelmacher1-10/+2
2010-11-22Build fixes for llvm-libdir != /usr/lib.Piotr Rak1-2/+3
2010-11-18Cleaner compiler setup and new builins build setupZack Rusin1-0/+6
2010-11-11Get it all a little closer to being reasonable.Zack Rusin1-2/+2
2010-11-10Implement more of the api stubsZack Rusin1-1/+7
2010-11-10Remove the cpu winsysZack Rusin1-2/+1
2010-03-27Lots of various changesZack Rusin1-6/+6
2010-01-04PATCH[1/1]: OpenCL: create and implement stub context methodsIgor Oliveira1-0/+1
2009-08-30reorganize the directory structure a bitZack Rusin1-9/+10
2009-08-29lots of various changesZack Rusin1-64/+7
2009-08-21link in llvm/clangZack Rusin1-46/+35
2009-08-20fix compilation and add some cmake codeZack Rusin1-7/+81
2008-12-29add gl stubsZack Rusin1-1/+2
2008-12-28fix a linking issueZack Rusin1-1/+1
2008-12-27fix some build sytem issuesZack Rusin1-0/+7
2008-12-16build using cmakeZack Rusin1-0/+28