summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refine error check in clCreateProgramFromSource() and clCreateKernel()Ruiling Song2013-06-142-11/+11
* Refine error check in clCreateCommandQueue()Ruiling Song2013-06-142-4/+10
* CL: Fix the bug in clfinish.Zou, Nanhai2013-06-138-10/+20
* Refine error check in clCreateContext()Ruiling Song2013-06-062-22/+26
* Refine error check in clGetDeviceIDs()Ruiling Song2013-06-062-24/+37
* Refine error check in clGetPlatformIDs() and clGetPlatformInfo()Ruiling Song2013-06-063-18/+12
* Check for exhaustion of local memoryDag Lem2013-06-061-1/+4
* GBE: Add two builtin functions get_work_dim / get_global_offset.Zhigang Gong2013-06-054-3/+9
* Support non-16 multiple group size.Ruiling Song2013-05-313-4/+12
* Gracefully handle unsupported systemsMario Kicherer2013-05-291-16/+34
* Correct clEnqueueReadBuffer, clEnqueueWriteBuffer and clEnqueueMapBufferDag Lem2013-05-271-19/+85
* Add ICD dispatch table in cloned kernelsSimon Richter2013-05-231-0/+1
* Fix several CL error code return bugsDag Lem2013-05-232-20/+23
* Correct clCreateImage(context, CL_MEM_COPY_HOST_PTR, ...)Dag Lem2013-05-231-99/+30
* Add more get image info functions.Zhigang Gong2013-05-211-0/+6
* Corrected return of error code in clCreateImage.Dag Lem2013-05-211-1/+1
* Implement clEnqueueReadImage and clEnqueueWriteImage.Dag Lem2013-05-211-6/+162
* Implement clEnqueueMapImage.Dag Lem2013-05-214-6/+103
* CL: Fixed a get image info bug on 64 bit system.Zhigang Gong2013-05-201-2/+2
* Save depth and slice_pitch in cl_mem images.Dag Lem2013-05-204-4/+9
* CL: complete get_image_width/height support at runtime side.Zhigang Gong2013-05-171-0/+10