Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-26 | Disable debugging output.HEADmaster | Zack Rusin | 1 | -1/+1 | |
2010-11-26 | Hack to finally start generating llvm ir for opencl kernels. | Zack Rusin | 3 | -5/+47 | |
2010-11-22 | Build fixes for llvm-libdir != /usr/lib. | Piotr Rak | 2 | -2/+6 | |
Add LLVM_LDFLAGS to clcompiler. Prevent from pulling as dependancy already linked to libOpenCL static libraries (fixes examples/trivial/basic). | |||||
2010-11-20 | Various fixes. | Zack Rusin | 1 | -28/+41 | |
2010-11-18 | Cleaner compiler setup and new builins build setup | Zack Rusin | 4 | -81/+85 | |
2010-11-17 | Initial version of the builtins | Zack Rusin | 2 | -30/+76 | |
2010-11-13 | Fix compilation | Zack Rusin | 3 | -3/+21 | |
2010-11-13 | Bring in more of the compiler code | Zack Rusin | 2 | -15/+55 | |
2010-11-11 | Get it all a little closer to being reasonable. | Zack Rusin | 7 | -264/+98 | |
2010-11-10 | Implement more of the api stubs | Zack Rusin | 21 | -70/+298 | |
2010-11-10 | Remove the cpu winsys | Zack Rusin | 7 | -267/+4 | |
2010-11-10 | Update the header files. | Zack Rusin | 7 | -31/+4460 | |
2010-03-27 | Lots of various changes | Zack Rusin | 36 | -378/+1520 | |
2010-01-04 | Fix some bugs found by the unit tests. | Igor Oliveira | 2 | -6/+18 | |
This patch fix some bugs found by unit tests like passing a wrong device type all the devices(gpu, cpu and accelarator) was being created, ignore paramValue if it is NULL and return invalid_value if paramValueSize != paramValueSizeReturn . | |||||
2010-01-04 | Create the cmake test infrastructure | Igor Oliveira | 8 | -0/+303 | |
and add first tests | |||||
2010-01-04 | PATCH[1/1]: OpenCL: create and implement stub context methods | Igor Oliveira | 5 | -10/+89 | |
2009-08-30 | reorganize the directory structure a bit | Zack Rusin | 18 | -20/+11 | |
2009-08-29 | add readme and fix libutil.a issue | Zack Rusin | 2 | -1/+12 | |
2009-08-29 | lots of various changes | Zack Rusin | 10 | -77/+359 | |
2009-08-21 | link in llvm/clang | Zack Rusin | 23 | -49/+1405 | |
2009-08-20 | fix compilation and add some cmake code | Zack Rusin | 19 | -1285/+82 | |
2008-12-29 | add gl stubs | Zack Rusin | 3 | -1/+98 | |
2008-12-28 | fix definition | Zack Rusin | 1 | -1/+1 | |
2008-12-28 | fix a linking issue | Zack Rusin | 1 | -1/+1 | |
2008-12-27 | fix some build sytem issues | Zack Rusin | 3 | -1/+20 | |
2008-12-16 | some cleanups | Zack Rusin | 4 | -820/+0 | |
2008-12-16 | build using cmake | Zack Rusin | 21 | -1918/+848 | |
2008-12-16 | small changes | Zack Rusin | 4 | -7/+139 | |
2008-12-14 | a little nicer scheme of creating devices | Zack Rusin | 3 | -33/+35 | |
2008-12-14 | moving more things to the device | Zack Rusin | 3 | -120/+201 | |
2008-12-14 | first semi working example | Zack Rusin | 6 | -5/+90 | |
2008-12-13 | cleanup some makefile configs | Zack Rusin | 3 | -83/+10 | |
2008-12-13 | add some ignores | Zack Rusin | 3 | -0/+4 | |
2008-12-13 | new headers and some device changes | Zack Rusin | 7 | -66/+141 | |
2008-12-13 | c++ is simply a better fit for opencl | Zack Rusin | 16 | -42/+63 | |
due to the coming llvm/clang dependency c++ is a lot better fit for the project | |||||
2008-12-07 | Starting work on OpenCL | Zack Rusin | 36 | -0/+4226 | |