summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Runtime: Fix a mssing llvm version marco for LLVM40+Pan Xiuli2017-06-091-1/+1
* Fix bug of clEnqueueCopyBufferToImage and clEnqueueCopyImageToBuffer.Yan Wang2017-05-255-28/+89
* build: fix cmake code generation dependencies.Ismo Puustinen2017-05-251-2/+2
* Implement TILE_Y large image in clEnqueueWriteImage.Yan Wang2017-05-181-0/+46
* Implement TILE_Y large image in clEnqueueReadImage.Yan Wang2017-05-181-0/+55
* Implement TILE_Y large image in clEnqueueMapImage and clEnqueueUnmapMemObject.Yan Wang2017-05-181-0/+111
* Create image with TILE_Y mode still when image size>128MB for performance.Yan Wang2017-05-184-6/+111
* GLK: add geminilake runtime support.Yang Rong2017-05-152-2/+47
* GLK: add Geminilake pciids.Yang Rong2017-05-151-1/+8
* Limit get_program_global_data() calls to OpenCL 2.0Jan Beich2017-03-231-2/+4
* intel: Check that we can reserve the zero-offsetYang Rong2017-03-171-11/+20
* add extension cl_intel_media_block_io READ related functionLuo Xionghu2017-03-131-0/+1
* add extension intel_planar_yuv.Luo Xionghu2017-03-139-24/+217
* CMAKE: Refine builtin kernel bin generatorPan Xiuli2017-03-071-7/+7
* Runtime: add a warning when load gen binary fail.Yang Rong2017-02-141-0/+1
* Runtime: fix get non support type device bug.Yang Rong2017-02-142-4/+8
* Enable OpenCL 2.0 only where supportedPan Xiuli2017-02-145-8/+18
* Enable support for two-component 16-bit planesMark Thompson2017-02-141-0/+2
* Free context devices on context releaseGiuseppe Bilotta2017-02-101-0/+1
* Fix obvious copy-pasteGiuseppe Bilotta2017-02-101-1/+1
* API: Fix local memory type to CL_LOCALPan Xiuli2017-02-104-4/+4
* Typo in error messageGiuseppe Bilotta2017-02-081-1/+1
* Make CL-GL sharing available via ICDRebecca N. Palmer2017-02-061-12/+16
* Android.mk: update Android.mk for android build.Yang Rong2017-01-191-3/+15
* Add some pointer access check.Yang Rong2017-01-113-1/+5
* Fix two bugs about command queue destroy.Junyan He2017-01-112-1/+4
* Fail, don't assert, if unable to create contextRebecca N. Palmer2017-01-091-3/+5
* Runtime: Fix a event bug.Yang Rong2017-01-061-7/+21
* Fix a event notify bug.Junyan He2017-01-064-48/+27
* Fix two bugs about event.Junyan He2017-01-052-16/+13
* Runtime: fix a profiling fail.Yang Rong2016-12-303-23/+6
* Runtime: add the head file to avoid implicit declaration of function ‘cl_de...Yang Rong2016-12-301-0/+1
* OCL20: handle device enqueue in runtime.Yang, Rong R2016-12-3015-700/+1006
* OCL20: add a cl_kernel pointer to gpgpu.Yang, Rong R2016-12-304-5/+31
* OCL20: Add runtime functions to get the device enqueue info.Yang, Rong R2016-12-302-0/+12
* Runtime: Use cl_ulong as CL_DEVICE_MAX_MEM_ALLOC_SIZE's return type.Meng Mengmeng2016-12-302-1/+2
* eliminate build warnings in i386 system.Meng Mengmeng2016-12-292-5/+5
* Add the NULL pointer check.Yang Rong2016-12-295-13/+26
* GEB/Runtime: eliminate release build warnings.Yang Rong2016-12-293-1/+4
* Runtime: return CL_INVALID_EVENT_WAIT_LIST if not event in the wait list.Meng Mengmeng2016-12-281-1/+1
* Runtime: fix fill image event assert and some SVM rebase error.Yang, Rong R2016-12-287-40/+58
* Runtime: fix clEnqueueMigrateMemObjects fail.Yang, Rong R2016-12-281-1/+1
* Improve event execute function.Junyan He2016-12-285-186/+144
* Add profiling feature based on new event implementation.Junyan He2016-12-2811-118/+195
* Refine list related functions.Junyan He2016-12-2810-112/+138
* Move clCreateCommandQueueWithProperties API to command_queue file.Junyan He2016-12-194-94/+99
* Move Device related APIs to new fileJunyan He2016-12-192-82/+56
* Refine clSetMemObjectDestructorCallback API.Yang Rong2016-12-164-39/+54
* refine clCreateCommandQueue and clRetainCommandQueue.Junyan He2016-12-166-87/+76
* Refine retain/release sampler APIJunyan He2016-12-162-20/+22