index
:
~steckdenis/clover
master
maybe-after-gsoc-images-rework
Mesa OpenCL implementation (software and Gallium-based)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
cpu
/
builtins.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-19
Implement some math built-ins.
Denis Steckelmacher
1
-0
/
+3
2011-09-14
Fix copyrights
Denis Steckelmacher
1
-1
/
+1
2011-09-14
Implement a script to generate built-ins quickly, and implement cos().
Denis Steckelmacher
1
-0
/
+11
2011-08-22
Document CPU files.
Denis Steckelmacher
1
-3
/
+9
2011-08-20
Natively re-implement image reading functions taking float arguments.
maybe-after-gsoc-images-rework
Denis Steckelmacher
1
-0
/
+24
2011-08-20
Natively re-implement image reading functions taking integer coordinates.
Denis Steckelmacher
1
-0
/
+24
2011-08-20
Reimplement read_image* in native C++ instead of OpenCL.
Denis Steckelmacher
1
-19
/
+28
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-17
A kernel can be run multiple times with different args, handle that.
Denis Steckelmacher
1
-1
/
+1
2011-08-15
Implement tests for image reading.
Denis Steckelmacher
1
-1
/
+1
2011-08-15
WIP: Implement read_imagef taking float4 coords.
Denis Steckelmacher
1
-0
/
+7
2011-08-12
Implement untested read_image functions taking integer coordinates.
Denis Steckelmacher
1
-0
/
+3
2011-08-11
Implement all image built-ins except read_image{f,i,ui}.
Denis Steckelmacher
1
-0
/
+80
2011-08-09
Implement barrier()
Denis Steckelmacher
1
-5
/
+206
2011-07-16
Implement work-item builtin functions
Denis Steckelmacher
1
-3
/
+55
2011-07-16
Implement get_work_dim, make Clover compile with LLVM 3.0 git.
Denis Steckelmacher
1
-0
/
+7
2011-07-15
Fix a crash by deleting CPUProgram before the LLVM module.
Denis Steckelmacher
1
-0
/
+8
2011-07-14
WIP: Code in place to launch kernels
Denis Steckelmacher
1
-0
/
+13