summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Runtime: implement clEnqueueAcquireGLObjects and clEnqueueReleaseGLObjects.Yang Rong2017-09-221-0/+150
* Runtime: fix a build warning.Yang, Rong R2017-09-221-5/+6
* Runtime: fix the context ref is not 0 assert when delete.Yang, Rong R2017-09-221-22/+8
* GBE: clean llvm module's clone and release.Yang, Rong R2017-09-223-1/+7
* Runtime: Add missing SKL deivce IDPan Xiuli2017-09-222-1/+9
* Runtime: remove ctx's useless fileds.Yang, Rong R2017-09-223-43/+5
* Runtime: fix a recurrent release context error.Yang, Rong R2017-09-221-9/+6
* Fix context leak with internal kernelsPatrick Beaulieu2017-09-221-1/+18
* Runtime: Add new API enums for cl_intel_required_subgroup_size extensionPan Xiuli2017-09-225-1/+41
* Runtime: Fix a mssing llvm version marco for LLVM40+Pan Xiuli2017-09-221-1/+1
* build: fix cmake code generation dependencies.Ismo Puustinen2017-09-221-2/+2
* GLK: add geminilake runtime support.Yang Rong2017-09-222-2/+47
* GLK: add Geminilake pciids.Yang Rong2017-09-221-1/+8
* Limit get_program_global_data() calls to OpenCL 2.0Jan Beich2017-09-221-2/+4
* intel: Check that we can reserve the zero-offsetYang Rong2017-09-221-11/+20
* 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-141-0/+1
* Fix obvious copy-pasteGiuseppe Bilotta2017-02-141-1/+1
* API: Fix local memory type to CL_LOCALPan Xiuli2017-02-144-4/+4
* Typo in error messageGiuseppe Bilotta2017-02-141-1/+1
* Make CL-GL sharing available via ICDRebecca N. Palmer2017-02-141-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