summaryrefslogtreecommitdiff
path: root/src/cl_driver.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-29SKL: Add function intel_gpgpu_bind_image_gen9.Yang Rong1-0/+2
2015-01-13Fix the printf buffer size bug.Junyan He1-1/+1
2014-11-27fix issue to create cl image from libva with non-zero offsetGuo Yejun1-1/+1
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-11-11Revert "fix issue to create cl image from libva with non-zero offset"Zhigang Gong1-1/+1
2014-11-10fix issue to create cl image from libva with non-zero offsetGuo Yejun1-1/+1
2014-11-07support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun1-0/+3
2014-10-24Use pread/pwrite for buffer enqueue read/writeZhenyu Wang1-0/+4
2014-10-23Fix the bug of 1D array slice pitchJunyan He1-0/+3
2014-10-10BDW: Add function intel_gpgpu_setup_bti for gen8.Junyan He1-0/+16
2014-08-19Fix compile warnings for CLANG compilerLv Meng1-1/+0
2014-07-30GBE: Handle bti allocation for internal buffer used by printf.Ruiling Song1-1/+1
2014-07-30GBE: Refine bti usage in backend & runtime.Ruiling Song1-2/+2
2014-07-11runtime/driver: refine error handlings.Zhigang Gong1-6/+6
2014-07-03runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong1-6/+2
2014-06-19Fix an event status bug.Yang Rong1-4/+8
2014-06-11fix issue when create cl image from libva with offsetGuo Yejun1-1/+1
2014-06-11Add the printf logic into the run time.Junyan He1-0/+28
2014-06-09HSW: enable the surface's cache in HSW.Yang Rong1-1/+18
2014-05-30Fix timestamp on HASWELLLi Peng1-1/+1
2014-03-10Add clGetMemObjectFdIntel() apiChuanbo Weng1-0/+3
2013-12-31Modify the multi-thread support for queue.Junyan He1-1/+9
2013-11-29Complete the feature of clGetEventProfilingInfo APIJunyan He1-2/+6
2013-11-07Implement the clCreateSubBuffer APIJunyan He1-1/+1
2013-11-07Runtime: fix some max/alignment values.Zhigang Gong1-1/+1
2013-10-18add clCreateImageFromLibvaIntel() apiLu Guanqun1-0/+4
2013-10-18add clCreateBufferFromLibvaIntel() apiLu Guanqun1-0/+3
2013-10-18Using the PIPE_CONTROL to implement get time stamp in gen backendJunyan He1-1/+4
2013-09-18Runtime/driver : implement 3D image support.Zhigang Gong1-0/+1
2013-09-06CL: Enalbe gl sharing with new egl extension.Zhigang Gong1-27/+39
2013-09-04Implement constant buffer based on constant cache.Ruiling Song1-4/+7
2013-08-30Add clEnqueueMapBuffer and clEnqueueMapImage non-blocking map support.Yang Rong1-0/+4
2013-08-12Add some functions to support event in intel gpgpu.Yang Rong1-0/+31
2013-08-07enable scratch memory allocation and read/writeRuiling Song1-0/+4
2013-06-13CL: Fix the bug in clfinish.Zou, Nanhai1-0/+4
2013-05-17CL: Tell the kernel an image bo's tiling mode.Zhigang Gong1-1/+5
2013-05-15GBE/Runtime: Optimize Sample/TypedWrite instruction.Zhigang Gong1-8/+9
2013-05-15CL: Support kernel side defined samplers.Zhigang Gong1-3/+3
2013-04-10Add the interface of cl_buffer_map_gttHomer Hsing1-0/+8
2013-04-10fix the possible overflow in slm_szLu Guanqun1-1/+1
2013-04-10Implement cl_khr_gl_sharing by using upstream technology.Zhigang Gong1-4/+6
2013-04-10implement OCL 1.2 new APIs.Zhigang Gong1-3/+4
2013-04-10Implement sampler support.Zhigang Gong1-0/+5
2013-04-10Finish the incomplete 2d image support in runtime library.Zhigang Gong1-1/+1
2013-03-29First implementation for extension cl_khr_gl_sharing.Zhigang Gong1-1/+8
2012-11-09Added support for __local pointer in kernel arguments. This require to add moreBenjamin Segovia1-1/+1
2012-08-10Added one more test for the arraysBenjamin Segovia1-1/+5
2012-08-10Added proper buffer big enough to map everything Still need to test thatBenjamin Segovia1-1/+1
2012-08-10Started to handle cl_mem regular buffersBenjamin Segovia1-1/+1
2012-08-10Made the EOT code run on the simulatorBenjamin Segovia1-1/+1