summaryrefslogtreecommitdiff
path: root/src/cl_command_queue_enqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Make in-order command queues actually be in-orderRebecca N. Palmer2018-08-201-11/+15
* Fix two bugs about command queue destroy.Junyan He2017-01-111-1/+1
* Improve event execute function.Junyan He2016-12-281-9/+5
* Add profiling feature based on new event implementation.Junyan He2016-12-281-0/+2
* Refine list related functions.Junyan He2016-12-281-11/+11
* Add error handle for command queue destroy.Junyan He2016-10-101-4/+15
* Modify all event related functions using new event handle.Junyan He2016-09-281-4/+4
* Add command queue's enqueue thread.Junyan He2016-09-231-0/+321