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
/
commandqueue.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-08
Test clEnqueueWaitForEvents, Barrier and Marker. Fix bugs.
Denis Steckelmacher
1
-18
/
+12
2011-08-08
Implement clFlush and clFinish. Clover is now API complete !
Denis Steckelmacher
1
-1
/
+45
2011-08-08
Fix any warning found by gcc -Wall and clang -Wall
Denis Steckelmacher
1
-5
/
+5
2011-08-07
Test infrastructure for built-in functions, test Samplers.
Denis Steckelmacher
1
-1
/
+4
2011-08-07
Add an object tree to Clover
Denis Steckelmacher
1
-40
/
+15
2011-08-02
Untested implementation of clEnqueueBarrier, clEnqueueMarker and clEnqueueWai...
Denis Steckelmacher
1
-0
/
+37
2011-07-23
Make running kernels robust
Denis Steckelmacher
1
-6
/
+19
2011-07-15
Make running kernel possible on multi-core machines.
Denis Steckelmacher
1
-35
/
+5
2011-07-15
Fix a crash by deleting CPUProgram before the LLVM module.
Denis Steckelmacher
1
-0
/
+8
2011-07-14
WIP: Code to launch kernels.
Denis Steckelmacher
1
-5
/
+0
2011-07-14
WIP: Implement kernel launching
Denis Steckelmacher
1
-5
/
+2
2011-07-12
Implement clGetKernelWorkGroupInfo, and a device hook for kernels.
Denis Steckelmacher
1
-4
/
+4
2011-07-04
Use C++ equivalents of C functions.
Denis Steckelmacher
1
-10
/
+9
2011-07-04
Strip trailing spaces
Denis Steckelmacher
1
-119
/
+119
2011-06-21
Refactoring of the buffer events, implement clUnmapMemObject.
Denis Steckelmacher
1
-10
/
+10
2011-06-15
Implement clEnqueueMapBuffer(), add a hook to init device data
Denis Steckelmacher
1
-1
/
+10
2011-06-13
Implement profiling
Denis Steckelmacher
1
-0
/
+87
2011-06-13
Don't leak Events, fix bugs.
Denis Steckelmacher
1
-8
/
+36
2011-06-13
Minor cleanups suggested on my blog.
Denis Steckelmacher
1
-2
/
+2
2011-06-12
Add tests for the events, fixes
Denis Steckelmacher
1
-2
/
+18
2011-06-12
Implement UserEvent functions
Denis Steckelmacher
1
-18
/
+27
2011-06-12
Don't freeze the command queue
Denis Steckelmacher
1
-6
/
+11
2011-06-12
Better releasing policy
Denis Steckelmacher
1
-7
/
+38
2011-06-08
Implement clEnqueueReadBuffer and many event functions
Denis Steckelmacher
1
-1
/
+12
2011-06-07
Begin implementing command submission
Denis Steckelmacher
1
-0
/
+359
2011-05-24
Add tests for the CommandQueue implementation
Denis Steckelmacher
1
-1
/
+1
2011-05-24
Implement the CommandQueue functions.
Denis Steckelmacher
1
-0
/
+137
2011-05-17
Remove all the implementations
Denis Steckelmacher
1
-9
/
+0
2010-11-10
Implement more of the api stubs
Zack Rusin
1
-0
/
+9