summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-08Start looking for LLVM from version 3.3 then higher version.Simon Richter2-3/+8
2013-10-08ICD dispatch table must be firstSimon Richter1-1/+1
2013-07-25Add generated header and PCH to gitignoreSimon Richter1-0/+2
2013-07-25Use access() instead of fopen() to search for PCHSimon Richter1-3/+2
2013-07-08Fix OpenCL C version formatSimon Richter1-1/+1
2013-06-21Enable generation of convert_ and as_ functions for doubleSimon Richter2-1/+775
2013-06-21Define double vector typesSimon Richter1-0/+1
2013-06-21Enable cl_khr_fp64 extension for OpenCL stdlib headerSimon Richter1-0/+4
2013-06-21Add long and ulong types to generated functions.Simon Richter2-1/+1219
2013-06-21Define all convert_* functions.Simon Richter4-23/+907
2013-06-21Generate all supported as_* functionsSimon Richter5-7/+1236
2013-05-23Add ICD dispatch table in cloned kernelsSimon Richter1-0/+1
2013-05-17Add missing include of <limits>Simon Richter1-0/+1
2013-05-17Make libgbm optional without EGL supportSimon Richter1-4/+6
2013-05-17Update gitignore filesSimon Richter4-1/+22
2013-05-17Correct type of device propertiesSimon Richter1-2/+2
2013-05-17Add clGetDeviceInfo(..., CL_BUILT_IN_KERNELS, ...)Simon Richter3-0/+4
2013-05-17Define clamp(value, lower, upper)Simon Richter6-21/+14
2013-04-24Implement clGetDeviceInfo(..., CL_DRIVER_VERSION, ...)Simon Richter4-2/+20
2013-04-24Handle size queries in clGetDeviceInfo betterSimon Richter1-28/+14
2013-04-24Add missing fmin() and fmax() overloadsSimon Richter1-0/+2
2013-04-24Add missing select() overloadsSimon Richter1-0/+11
2013-04-24Fix typoSimon Richter1-1/+1
2013-04-22Add typedefs for extension functionsSimon Richter1-0/+24
2013-04-22Add cl*Intel to extension function lookupSimon Richter1-2/+16
2013-04-22Rename Intel specific extension functions for ICDSimon Richter5-44/+44
2013-04-19Implement clGetMemObjectInfoSimon Richter3-2/+68
2013-04-19Fix pitch parameter in clCreateImage2DSimon Richter1-1/+5
2013-04-18Use "clang" command from PATHSimon Richter1-2/+2
2013-04-18Make EGL optionalSimon Richter2-5/+8
2013-04-18Prefer versioned llvm-configSimon Richter1-3/+3
2013-04-18Accept glibc's implementation of memalign()Simon Richter1-1/+1
2013-04-18Implement KHR ICD extensionSimon Richter25-1/+297
2013-04-18"Implement" clGetExtensionFunctionAddress()Simon Richter1-1/+1
2013-04-18Avoid extension names as preprocessor tokensSimon Richter3-37/+34
2013-04-18Fix typo in cl_get_platform_info function nameSimon Richter3-3/+3