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
/
kernel.cpp
Age
Commit message (
Expand
)
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-17
A kernel can be run multiple times with different args, handle that.
Denis Steckelmacher
1
-174
/
+236
2011-08-11
Implement all image built-ins except read_image{f,i,ui}.
Denis Steckelmacher
1
-8
/
+12
2011-08-09
Implement barrier()
Denis Steckelmacher
1
-98
/
+45
2011-08-08
Fix any warning found by gcc -Wall and clang -Wall
Denis Steckelmacher
1
-5
/
+3
2011-08-07
Implement samplers (currently untested).
Denis Steckelmacher
1
-0
/
+1
2011-08-07
Add an object tree to Clover
Denis Steckelmacher
1
-3
/
+2
2011-07-27
Optimizations and code factoring.
Denis Steckelmacher
1
-16
/
+17
2011-07-27
Replace small size_t x 3 malloced vectors with static allocation.
Denis Steckelmacher
1
-26
/
+4
2011-07-23
Free what we allocate
Denis Steckelmacher
1
-0
/
+1
2011-07-23
Performance optimization : calculate global_id ahead of time.
Denis Steckelmacher
1
-4
/
+8
2011-07-23
Make running kernels robust
Denis Steckelmacher
1
-12
/
+37
2011-07-23
Make Clover compile with latest LLVM
Denis Steckelmacher
1
-4
/
+3
2011-07-16
Implement work-item builtin functions
Denis Steckelmacher
1
-0
/
+56
2011-07-16
Implement get_work_dim, make Clover compile with LLVM 3.0 git.
Denis Steckelmacher
1
-1
/
+6
2011-07-15
Make running kernel possible on multi-core machines.
Denis Steckelmacher
1
-4
/
+15
2011-07-15
Fix a crash by deleting CPUProgram before the LLVM module.
Denis Steckelmacher
1
-0
/
+9
2011-07-14
WIP: Code to launch kernels.
Denis Steckelmacher
1
-7
/
+72
2011-07-14
WIP: Code in place to launch kernels
Denis Steckelmacher
1
-17
/
+130
2011-07-14
WIP: Implement kernel launching
Denis Steckelmacher
1
-3
/
+203
2011-07-13
Untested : Implement enqueue functions for kernels (NDRange and Task)
Denis Steckelmacher
1
-0
/
+43
2011-07-12
Break cpudevice.cpp
Denis Steckelmacher
1
-0
/
+37