summaryrefslogtreecommitdiff
path: root/src/cl_driver.h
Commit message (Expand)AuthorAgeFilesLines
* OCL20: add a cl_kernel pointer to gpgpu.Yang, Rong R2016-12-301-5/+13
* Add profiling feature based on new event implementation.Junyan He2016-12-281-2/+2
* Runtime: Add support for non uniform group sizePan Xiuli2016-11-081-0/+1
* OCL20: Add svm support.Yang Rong2016-11-081-0/+6
* add another broxton pciid 0x5A85Guo Yejun2016-09-121-0/+4
* Runtime: re-enable cl_khr_gl_sharing with existing egl extension.Chuanbo Weng2016-09-121-31/+1
* Implement printf buffer management.Yan Wang2016-04-221-6/+6
* Runtime: Bind the profiling buffer when profiling enabled.Junyan He2015-11-171-0/+16
* Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng2015-11-101-0/+21
* Add extension clCreateImageFromFdINTEL to create cl image by external fd.Chuanbo Weng2015-11-101-0/+3
* Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...Chuanbo Weng2015-11-101-0/+3
* drivers: change the buf size to size_tPan Xiuli2015-11-031-1/+1
* use self test to determine enable/or disable atomics in L3 for HSW.Luo Xionghu2015-06-301-0/+9
* runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong2015-04-101-1/+1
* Add driver callback for updating device infoJeff McGee2015-03-191-0/+4
* SKL: Add function intel_gpgpu_bind_image_gen9.Yang Rong2015-01-301-0/+2
* Fix the printf buffer size bug.Junyan He2015-01-131-1/+1
* fix issue to create cl image from libva with non-zero offsetGuo Yejun2014-11-271-1/+1
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* Revert "fix issue to create cl image from libva with non-zero offset"Zhigang Gong2014-11-111-1/+1
* fix issue to create cl image from libva with non-zero offsetGuo Yejun2014-11-101-1/+1
* support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun2014-11-071-0/+3
* Use pread/pwrite for buffer enqueue read/writeZhenyu Wang2014-10-241-0/+4
* Fix the bug of 1D array slice pitchJunyan He2014-10-231-0/+3
* BDW: Add function intel_gpgpu_setup_bti for gen8.Junyan He2014-10-101-0/+16
* Fix compile warnings for CLANG compilerLv Meng2014-08-191-1/+0
* GBE: Handle bti allocation for internal buffer used by printf.Ruiling Song2014-07-301-1/+1
* GBE: Refine bti usage in backend & runtime.Ruiling Song2014-07-301-2/+2
* runtime/driver: refine error handlings.Zhigang Gong2014-07-111-6/+6
* runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong2014-07-031-6/+2
* Fix an event status bug.Yang Rong2014-06-191-4/+8
* fix issue when create cl image from libva with offsetGuo Yejun2014-06-111-1/+1
* Add the printf logic into the run time.Junyan He2014-06-111-0/+28
* HSW: enable the surface's cache in HSW.Yang Rong2014-06-091-1/+18
* Fix timestamp on HASWELLLi Peng2014-05-301-1/+1
* Add clGetMemObjectFdIntel() apiChuanbo Weng2014-03-101-0/+3
* Modify the multi-thread support for queue.Junyan He2013-12-311-1/+9
* Complete the feature of clGetEventProfilingInfo APIJunyan He2013-11-291-2/+6
* Implement the clCreateSubBuffer APIJunyan He2013-11-071-1/+1
* Runtime: fix some max/alignment values.Zhigang Gong2013-11-071-1/+1
* add clCreateImageFromLibvaIntel() apiLu Guanqun2013-10-181-0/+4
* add clCreateBufferFromLibvaIntel() apiLu Guanqun2013-10-181-0/+3
* Using the PIPE_CONTROL to implement get time stamp in gen backendJunyan He2013-10-181-1/+4
* Runtime/driver : implement 3D image support.Zhigang Gong2013-09-181-0/+1
* CL: Enalbe gl sharing with new egl extension.Zhigang Gong2013-09-061-27/+39
* Implement constant buffer based on constant cache.Ruiling Song2013-09-041-4/+7
* Add clEnqueueMapBuffer and clEnqueueMapImage non-blocking map support.Yang Rong2013-08-301-0/+4
* Add some functions to support event in intel gpgpu.Yang Rong2013-08-121-0/+31
* enable scratch memory allocation and read/writeRuiling Song2013-08-071-0/+4
* CL: Fix the bug in clfinish.Zou, Nanhai2013-06-131-0/+4