summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement the clCreateProgramWithBinary to deseralize the binary.Junyan He2013-09-123-6/+36
* Add api clEnqueueCopyImage.Yang Rong2013-09-097-41/+214
* Add clEnqueueCopyBufferRect api.Yang Rong2013-09-095-2/+240
* Add clEnqueueWriteBufferRect api.Yang Rong2013-09-092-2/+119
* Add clEnqueueReadBufferRect api.Yang Rong2013-09-093-15/+133
* CL: Enalbe gl sharing with new egl extension.Zhigang Gong2013-09-0628-1076/+1233
* Runtime: Only return the format allowed in the spec.Zhigang Gong2013-09-041-0/+6
* Implement constant buffer based on constant cache.Ruiling Song2013-09-049-63/+123
* Runtime: fix the incorrect global mem size.Zhigang Gong2013-09-041-1/+1
* Runtime: fix the max group size for GT2.Zhigang Gong2013-09-021-1/+1
* Runtime: initialize single fp mode correctly.Zhigang Gong2013-09-022-0/+4
* Runtime: vendor specified information is required for CL_DEVICE_VERSION/OPENC...Zhigang Gong2013-09-021-2/+3
* Runtime: clEnqueueMapImage also need to maintain the mapped images.Zhigang Gong2013-09-021-64/+75
* Correct event type' typo.Yang Rong2013-09-021-7/+7
* Runtime: fix the incorrect platform info size (conformance).Zhigang Gong2013-08-301-1/+1
* Add clEnqueueMapBuffer and clEnqueueMapImage non-blocking map support.Yang Rong2013-08-307-69/+105
* Add pfn_notify support in clCreateContext.Yang Rong2013-08-302-4/+11
* CL: Refactor cl_mem's implementation.Zhigang Gong2013-08-308-168/+234
* GBE: disable cl_khr_fp64.Zhigang Gong2013-08-221-0/+1
* Flush the queue after enqueue.Zou Nan hai2013-08-141-0/+1
* Fix event pthread_mutex_lock dead lock.Yang Rong2013-08-141-4/+17
* Add openCL event support.Yang Rong2013-08-127-224/+692
* Add function cl_command_queue_flush to flush a commandYang Rong2013-08-122-0/+10
* Add some functions to support event in intel gpgpu.Yang Rong2013-08-124-10/+134
* Add a struct and a function to handle all implemented enqueue api.Yang Rong2013-08-121-254/+64
* Add the empty functions of cl_enqueueXXX.Yang Rong2013-08-123-0/+590
* Driver: Fix the incorrect size of surface 1.Zhigang Gong2013-08-121-1/+1
* enable scratch memory allocation and read/writeRuiling Song2013-08-074-12/+54
* Fix a bug in stack calculation.Ruiling Song2013-08-061-1/+0
* Improve the clGetMemObjectInfo API, add more info optionJunyan He2013-07-162-10/+26
* Add the support for clSetMemObjectDestructorCallback APIJunyan He2013-07-163-2/+35
* Improve the clEnqueueMapBuffer and clCreateBuffer APIJunyan He2013-07-163-9/+169
* CL: Refine the version string handling.Zhigang Gong2013-07-125-12/+12
* support clGetImageInfoHomer Hsing2013-07-123-2/+59
* improve clCreateContext conformanceHomer Hsing2013-07-121-0/+18
* Fix OpenCL C version formatSimon Richter2013-07-081-1/+1
* Bump the version number.Release_v0.2Zhigang Gong2013-07-051-1/+1
* CLGL: Refine the hack of gbm extension initialization.Zhigang Gong2013-07-052-4/+100
* CL: destroy the EGL image which is created for gl sharing when delete the mem...Zhigang Gong2013-07-033-0/+18
* Disable error message output in release version.Ruiling Song2013-07-031-8/+16
* Implement API clGetKernelInfoRuiling Song2013-07-021-2/+23
* Implement clGetContextInfoRuiling Song2013-07-023-21/+36
* Enable int32 atomic and fp64 extensions.Yang Rong2013-06-281-2/+0
* CL: remove the deprecated function clSetCommandQueueProperty.Zhigang Gong2013-06-271-13/+0
* Refine the get_local_id/... builtins.Zhigang Gong2013-06-261-1/+1
* Add the support of the API: clGetCommandQueueInfoJunyan He2013-06-263-33/+46
* update to OpenCL 1.1 headerHomer Hsing2013-06-195-0/+43
* add the support of clGetProgramBuildInfo and clGetProgramInfoJunyan He2013-06-193-4/+124
* Support multi-source CL programRuiling Song2013-06-193-20/+26
* Refine error check in SetKernelArg() and support NULL buffer argumentRuiling Song2013-06-143-18/+56