contrib/beignet.git
2013-12-11 Zhigang GongRuntime: fixed the region check for three rect region...
2013-12-05 Ruiling SongGBE: improve asin/acos precision
2013-12-05 Ruiling SongGBE: register width should not exceed execution width
2013-12-05 Ruiling SongGBE: Do not change vertical stride when it is 0
2013-12-05 Ruiling SongGBE: Fix null register to integer type
2013-12-04 Yang RongFix float to ulong/long fail.
2013-12-02 Yang RongFix signed to unsinged type sat convert.
2013-12-02 Yang RongRefine isnan builtin.
2013-12-02 Yang RongAdd FCMP UNO support.
2013-11-29 Zhigang GongGBE: filter the unsupported cl compile arguments out.
2013-11-29 Yang RongWhen local_work_size is null, try to choose a local_wor...
2013-11-29 Junyan HeComplete the feature of clGetEventProfilingInfo API
2013-11-28 Yang RongFix B/UB compare fail.
2013-11-28 Yang RongUse -O1 when -cl-opt-disable, for inline function.
2013-11-27 Yang RongRemove test cl_create_kernel.
2013-11-27 Zhigang GongRuntime: implement the get build log function and fix...
2013-11-27 Zhigang GongCL/Runtime: workaround the unused sampler_t kernel...
2013-11-27 Zhigang GongRuntime: fix some piglit failures.
2013-11-27 Zhigang GongRuntime: fixed one missing case for clGetKernelWorkGrou...
2013-11-27 Zhigang GongRuntime: fixed parameter error checking in cl create...
2013-11-27 Junyan HeAdd the drm include and lib path for find when drm...
2013-11-27 Yang RongEnlarge the global mem size.
2013-11-27 Yang RongFix some get image info errors.
2013-11-27 Zhigang GongFix a build problem when the llvm version has the fix...
2013-11-27 Yang RongAdd vload_half and vstore_half build in.
2013-11-27 Yang RongAdd convert between fp16 and fp32.
2013-11-15 Yang RongFix a compare immediate optimize error.
2013-11-15 Yang RongAdd FCmpInst ord support.
2013-11-15 Homer Hsingfix builtin function "round"
2013-11-15 Homer Hsingimprove builtin function "rint"
2013-11-15 Homer Hsingfix builtin function "isnormal"
2013-11-15 Homer Hsingput a mutex around gbe_program_new_from_llvm
2013-11-15 Homer Hsingfix ASR operator for 64bit integer
2013-11-14 Yang RongRemove boolean values cannot cross their definition...
2013-11-13 Homer Hsingfix builtin function "ilogb"
2013-11-13 Homer Hsingfix builtin function "ldexp"
2013-11-13 Homer Hsingfix builtin function "nextafter"
2013-11-13 Homer Hsingfix builtin function "fdim"
2013-11-13 Zhigang GongGBE: fix the constant data allocation.
2013-11-13 Zhigang GongGBE: remove all vstore macros for constant memory space.
2013-11-13 Yang RongAdd bitcast support between vetor and scalar type.
2013-11-13 Yang RongAdd other unsigned interger types mask type of shuffle...
2013-11-13 Zhigang GongGBE: Add support for kernel attribute reqd_work_group_size.
2013-11-12 Ruiling SongGBE: handle half type size
2013-11-11 Zhigang GongRuntime: complete the api clGetKernelWorkGroupInfo.
2013-11-11 Homer Hsingignore a clang unsupported building option
2013-11-11 Zhigang Gonggbe_bin_generator: should not use append option when...
2013-11-11 Junyan HeFixup the problem of CL_PROGRAM_BINARIES in clGetProgra...
2013-11-11 Homer Hsingfix builtin function "fmax"
2013-11-11 Ruiling SongGBE: Fix alignment for private variables
2013-11-11 Ruiling SongGBE: Fix alignment according to OCL spec
2013-11-11 Ruiling SongGBE: Remove max_limit for struct alignment
2013-11-08 Homer Hsingrelease context in runtime_createcontextfromtype
2013-11-08 Junyan HeMove the gpgpu struct from cl_command_queue to thread...
2013-11-07 Junyan HeAdd the clGetMemObjectInfo options for sub-buffer and...
2013-11-07 Junyan HeAdd the test case for sub buffer check
2013-11-07 Junyan HeImplement the clCreateSubBuffer API
2013-11-07 Junyan HeAdd the bo's internal offset support when do drm_intel_...
2013-11-07 Ruiling SongGBE: fix a 64bit scalar register issue.
2013-11-07 Homer Hsingimprove multithread calling of llvm
2013-11-07 Homer Hsingfix builtin function "fract"
2013-11-07 Homer Hsingfix builtin function "copysign"
2013-11-07 Homer Hsingfix builtin function 'frexp'
2013-11-07 Homer Hsingrelease previous program in cl_kernel_init
2013-11-07 Homer Hsingrelease previous kernel in cl_kernel_init
2013-11-07 Zhigang GongRuntime: fix some max/alignment values.
2013-11-07 Zhigang GongRuntime: fix one bug in clGetProgramInfo.
2013-11-07 Zhigang GongGBE: Don't modify argument 0 of the get image informati...
2013-11-07 Zhigang GongRuntime: fix the length of properties.
2013-11-07 Zhigang GongRuntime: implement clGetSamplerInfo.
2013-11-07 Zhigang GongRuntime: fix some max values.
2013-11-07 Zhigang GongRuntime: fix the incorrect device info string size.
2013-11-06 Ruiling SongGBE: disable MulAdd pattern in instruction selection...
2013-11-06 Lu Guanqunutests: add test case for structure argument
2013-11-06 Yang Rongfix the error that structure would be pushed twice
2013-11-06 Ruiling SongGBE: use ISA mad for mad() builtin function.
2013-11-06 Ruiling Songutests: use mad which will get better precision.
2013-11-04 Zhigang GongAdd a necessary include path for building with mesa.
2013-11-04 Homer Hsingfix operators for 64 bit integer
2013-11-04 Homer Hsingfix pointer bugs in linked list
2013-11-04 Homer Hsingfix ill-coded utest_run::main
2013-10-31 Homer Hsingadd same type converting
2013-10-31 Ruiling Songruntime: Fix a dangling pointer issue
2013-10-29 Zhigang GongGBE: fixed one bug for vector relational builtin functions.
2013-10-29 Homer Hsingfix built-in function "normalize"
2013-10-29 Homer Hsingfix built-in function "fast_normalize"
2013-10-29 Ruiling SongGBE: Give a zero-initialized register for Undef value.
2013-10-29 Yang RongRefine the build option checking.
2013-10-29 Yang RongFix a event segment fault.
2013-10-29 Zhigang GongGBE: enable bitselect vector builtin functions.
2013-10-29 Zhigang GongRuntime: fixed an incorrect error checking for CL_INVAL...
2013-10-29 Zhigang GongGBE: fix 3-component vector's astype macros.
2013-10-29 Zhigang GongGBE: fix a bug for the cast(FPToUI) instruction.
2013-10-29 Homer Hsingfix built-in function "length"
2013-10-29 Homer Hsingdelete vec-8 or vec-16 typed geometric built-in
2013-10-29 Homer Hsingnot use "mad" in vector type "dot"
2013-10-29 Yang RongPer openCL spec, set p->is_built to 1 when build fail.
2013-10-29 Yang RongRe-build the program when build option changed.
2013-10-29 Yang RongRemove CL_FP_DENORM in clGetDeviceInfo.
2013-10-29 Yang RongAdd preprocessor #define that match the extension name...
next