summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add the INCLUDE_DIRECTORIES directive to all the FindXXX modules.Junyan He2013-04-278-0/+8
* Implement clGetDeviceInfo(..., CL_DRIVER_VERSION, ...)Simon Richter2013-04-244-2/+20
* Handle size queries in clGetDeviceInfo betterSimon Richter2013-04-241-28/+14
* Add missing fmin() and fmax() overloadsSimon Richter2013-04-241-0/+2
* Add missing select() overloadsSimon Richter2013-04-241-0/+11
* Fix typoSimon Richter2013-04-241-1/+1
* Fix crash when output IRHomer Hsing2013-04-241-0/+1
* Add typedefs for extension functionsSimon Richter2013-04-221-0/+24
* Add cl*Intel to extension function lookupSimon Richter2013-04-221-2/+16
* Rename Intel specific extension functions for ICDSimon Richter2013-04-225-44/+44
* Add clIntelMapBufferGTT, clIntelUnmapBufferGTT, cl_mem_map_gtt and cl_mem_unm...Homer Hsing2013-04-224-0/+52
* Add constant ptr argument test case.Yang Rong2013-04-226-0/+138
* Add constant pointer as argument support in runtime.Yang Rong2013-04-226-5/+44
* Add constant pointer as argument support in kernel.Yang Rong2013-04-2212-14/+128
* Add register allocate from tail support for constant buffer.Yang Rong2013-04-221-81/+107
* utests: should set pitch to zero if host_ptr is NULL.Zhigang Gong2013-04-224-10/+12
* Implement clGetMemObjectInfoSimon Richter2013-04-193-2/+68
* Fix pitch parameter in clCreateImage2DSimon Richter2013-04-191-1/+5
* Use "clang" command from PATHSimon Richter2013-04-181-2/+2
* Make EGL optionalSimon Richter2013-04-182-5/+8
* Prefer versioned llvm-configSimon Richter2013-04-181-3/+3
* Accept glibc's implementation of memalign()Simon Richter2013-04-181-1/+1
* Implement KHR ICD extensionSimon Richter2013-04-1825-1/+297
* "Implement" clGetExtensionFunctionAddress()Simon Richter2013-04-181-1/+1
* Avoid extension names as preprocessor tokensSimon Richter2013-04-183-37/+34
* Fix typo in cl_get_platform_info function nameSimon Richter2013-04-183-3/+3
* write_image: Fixed a bug when use scalar data as color source.Zhigang Gong2013-04-181-2/+2
* GenRegister src[] is not allowed in clang, change this style.Lu Guanqun2013-04-172-7/+7
* GenRegInterval should be a struct instead of a classLu Guanqun2013-04-171-1/+1
* fix error in clang: variable array length is not support for non-POD elementLu Guanqun2013-04-171-4/+5
* --no-rtti should be changed to -fno-rtti in clang++Lu Guanqun2013-04-171-1/+1
* remove dollar sign in identifierLu Guanqun2013-04-171-5/+5
* remove -ffast-math comiler flagLu Guanqun2013-04-161-2/+2
* make raw_fd_ostream not close stdoutHomer Hsing2013-04-161-8/+1
* utests: refine the helper macros.Release_v0.1Zhigang Gong2013-04-121-31/+12
* utests: add a simple test case for cl_khr_gl_sharing.Zhigang Gong2013-04-123-0/+84
* utests: added cl_khr_gl_sharing related helper functions.Zhigang Gong2013-04-123-18/+185
* Fixed the extension string for both platform and device.Zhigang Gong2013-04-122-0/+6
* Enable the clFlush.Zhigang Gong2013-04-121-1/+4
* Fix brw instruction field "flag"Homer Hsing2013-04-111-4/+16
* throw exception instead of just assertLu Guanqun2013-04-111-1/+0
* release the contraint of volatile pointerLu Guanqun2013-04-114-1/+14
* add disassembler support for message gatewayLu Guanqun2013-04-112-0/+31
* backend: Use alignof keyword when supportedFeng, Boqun2013-04-103-6/+13
* Update documents.Zhigang Gong2013-04-1010-34/+1050
* enable CL_DEVICE_IMAGE_SUPPORT checkLv, Meng2013-04-101-1/+1
* change the way clGetDeviceInfo() is called in cl_ocl_init()Lu Guanqun2013-04-101-9/+17
* enhance clGetDeviceInfo() API to return the length of string fieldsLu Guanqun2013-04-101-2/+17
* change the way clGetPlatformInfo() is called in cl_ocl_init()Lu Guanqun2013-04-101-8/+18
* enhance clGetPlatformInfo() API to return the string lengthLu Guanqun2013-04-101-2/+17