summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refine the cl thread implement for queue.Junyan He2014-05-306-76/+192
* Fix timestamp on HASWELLLi Peng2014-05-303-12/+20
* extract libgbeinterp.so from runtime (libcl.so)Guo Yejun2014-05-306-27/+218
* Return CL_IMAGE_FORMAT_NOT_SUPPORTED if image_format is not supported.Yang Rong2014-05-283-4/+11
* Silence compilation warnings when release build.Yang Rong2014-05-281-5/+5
* Silence some compilation warnings.Zhigang Gong2014-05-281-3/+3
* separate runtime(libcl.so) and compiler(libgbe.so)Guo Yejun2014-05-288-5/+141
* GBE: fix baytrail L3 cache configuration.Zhigang Gong2014-05-281-1/+1
* Refine pci id detecting.Junyan He2014-05-271-1/+25
* gbe_bin_generater: fix two bugs.Zhigang Gong2014-05-231-1/+1
* correct L3 cache settings for baytrailGuo Yejun2014-05-231-1/+29
* move enqueue_copy_image kernels outside of runtime code.Luo2014-05-2218-174/+278
* fix event related bugs.Luo2014-05-223-41/+75
* Add the pci id support for gbe_generateJunyan He2014-05-222-1/+9
* Fix map gtt fail when memory object size is too large.Yang Rong2014-05-225-34/+68
* HSW: Corret the scratch buffer size calc and set the correct index in vfe state.Yang Rong2014-05-192-10/+29
* HSW: Use the drm flag I915_EXEC_ENABLE_SLM to set L3 control config.Yang Rong2014-05-195-5/+74
* Enable pipe control.Yang Rong2014-05-192-4/+8
* Fix a crash when clSetKernelArg of parameter point to NULL value.Yang Rong2014-05-191-3/+7
* HSW: align buffer's size to DWORD.Yang Rong2014-05-191-0/+4
* Runtime: Fix a bug in L3 configuration.Ruiling Song2014-05-162-5/+14
* Make the surface typed write work for HSWJunyan He2014-05-125-22/+74
* Update the device info description for HSWJunyan He2014-05-121-45/+90
* Runtime: change default tiling mode to TILE_X from TILE_Y.Zhigang Gong2014-05-091-2/+23
* GBE: increase the global memory size to 1GB.Zhigang Gong2014-05-051-2/+2
* GBE/Runtime: pass the device id to the compiler backend.Zhigang Gong2014-04-171-3/+3
* Runtime: increase the build log buffer size to 1000.Zhigang Gong2014-04-171-2/+2
* Runtime: Add support for Bay Trail-T device.Chuanbo Weng2014-04-172-2/+32
* Mark SandyBridge as unsupportedJesper Pedersen2014-04-171-2/+15
* Use pkg-config to check modulesZhenyu Wang2014-04-171-6/+6
* Runtime: increase batch size to 8K.Ruiling Song2014-04-161-1/+1
* GBE: Optimize read_image performance for CL_ADDRESS_CLAMP..Zhigang Gong2014-04-162-15/+2
* Silent some compilation warnings.Zhigang Gong2014-04-083-3/+8
* GBE: Disable SPF and use JMPI + IF/ENDIF to handle each blocks.Zhigang Gong2014-04-082-1/+2
* Optimize the unaligned buffer copy logicJunyan He2014-04-022-29/+132
* Add three copy cl files for Enqueue Copy usage.Junyan He2014-04-024-1/+79
* Add kernels performance outputYongjia Zhang2014-04-025-1/+315
* Add clGetMemObjectFdIntel() apiChuanbo Weng2014-03-105-0/+30
* merge some state buffers into one bufferGuo Yejun2014-03-101-117/+86
* GBE: remove the useless get sampler info function.Zhigang Gong2014-02-241-9/+0
* GBE: optimize read_image to avoid get sampler info dynamically.Zhigang Gong2014-02-241-0/+3
* CL: make the scratch size as a device resource attribute.Zhigang Gong2014-02-174-11/+13
* GBE: Support 64Bit register spill.Ruiling Song2014-02-141-1/+2
* Bump to version 0.8.0.Release_v0.8Zhigang Gong2014-02-122-1/+3
* Silent compilation warning in sampler functions.Zhigang Gong2014-02-111-2/+2
* When local_work_size is null, try to choose a local_work_size.Yang Rong2014-01-281-5/+12
* Add the device id for haswell GT.Junyan He2014-01-262-25/+145
* cmake: use libdir macrosIgor Gnatenko2014-01-161-1/+1
* Refine the method to find pch and pcm files.Zhigang Gong2014-01-161-2/+1
* CL: prepare to support ICD if the system has ocl-icd..Zhigang Gong2014-01-161-1/+1