summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* CL: Tell the kernel an image bo's tiling mode.Zhigang Gong2013-05-174-3/+42
* Stubs for C++ BindingsDag Lem2013-05-171-0/+25
* Make libgbm optional without EGL supportSimon Richter2013-05-171-4/+6
* Update gitignore filesSimon Richter2013-05-171-0/+2
* Correct type of device propertiesSimon Richter2013-05-171-2/+2
* Add clGetDeviceInfo(..., CL_BUILT_IN_KERNELS, ...)Simon Richter2013-05-173-0/+4
* GBE/Runtime: Optimize Sample/TypedWrite instruction.Zhigang Gong2013-05-158-46/+61
* GBE: concentrate all samplers' allocation at compile time.Zhigang Gong2013-05-157-27/+24
* CL: Support kernel side defined samplers.Zhigang Gong2013-05-159-43/+104
* enable image3d_tHomer Hsing2013-05-082-7/+49
* clEnqueueNDRangeKernel: fix for segfault caused by empty local_work_sizeMario Kicherer2013-05-081-10/+3
* enable clGetContextInfo with CL_CONTEXT_DEVICESMario Kicherer2013-05-071-1/+18
* Support global constant arraysHomer Hsing2013-05-021-0/+8
* Implement clGetDeviceInfo(..., CL_DRIVER_VERSION, ...)Simon Richter2013-04-244-2/+20
* Handle size queries in clGetDeviceInfo betterSimon Richter2013-04-241-28/+14
* Add cl*Intel to extension function lookupSimon Richter2013-04-221-2/+16
* Rename Intel specific extension functions for ICDSimon Richter2013-04-221-18/+18
* Add clIntelMapBufferGTT, clIntelUnmapBufferGTT, cl_mem_map_gtt and cl_mem_unm...Homer Hsing2013-04-223-0/+44
* Add constant pointer as argument support in runtime.Yang Rong2013-04-226-5/+44
* Implement clGetMemObjectInfoSimon Richter2013-04-193-2/+68
* Fix pitch parameter in clCreateImage2DSimon Richter2013-04-191-1/+5
* Make EGL optionalSimon Richter2013-04-181-1/+4
* Implement KHR ICD extensionSimon Richter2013-04-1823-1/+267
* "Implement" clGetExtensionFunctionAddress()Simon Richter2013-04-181-1/+1
* Avoid extension names as preprocessor tokensSimon Richter2013-04-183-37/+34