contrib/beignet.git
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...
2013-10-29 Yi Sunutest: add test case for builtin function exp/exp2...
2013-10-29 Yi Sunutest: Add test case for built-in function pow.
2013-10-28 Homer Hsingsupport saturated-rounding converting
2013-10-28 Homer Hsingsupport converting with rounding mode
2013-10-28 Homer Hsinginitialize GenRegister::subphysical
2013-10-28 Homer Hsingadd scalar type builtin function "dot"
2013-10-22 Homer Hsingimplement __builtin_* functions
2013-10-22 Zhigang GongBump to version 0.3.
2013-10-22 Homer Hsingadd a semaphore for clang lib
2013-10-22 Yang RongDisable instrucion schedule temp.
2013-10-22 Chuanbo WengFix two memory leak.
2013-10-22 Ruiling SongGBE: Fix a bo->offset assert
2013-10-22 Yang RongFix zeroinitializer load/store vector assert.
2013-10-22 Yang RongAdd a test for vector argument deallocate assert.
2013-10-22 Yang RongChange -O3 to -O2 again because my previous change...
2013-10-22 Yang RongRefine vector register deallocate.
2013-10-22 Yang RongFix a vector argument deallocate assert.
2013-10-21 Yang RongAdd more type for async copy test case.
2013-10-21 Homer Hsinguse int64_t to express "long" in a test case
2013-10-21 Ruiling Songruntime: Simply return success in clUnloadCompiler.
2013-10-21 Ruiling SongGBE: Handle all-zero constant.
2013-10-18 Homer Hsingsupport vectorized saturated converting builtin functions
2013-10-18 Homer Hsingsupport saturated converting from narrower type to...
2013-10-18 Homer Hsingsupport saturated converting from 64-bit int
2013-10-18 Zhigang GongRuntime: correct some image related maximum values...
2013-10-18 Yang RongAdd test case for newValueProxy of InsertElementInst.
2013-10-18 Yang RongRemove newValueProxy from scalarize pass to genWriter...
2013-10-18 Lu Guanqunadd clCreateImageFromLibvaIntel() api
2013-10-18 Lu Guanqunadd clCreateBufferFromLibvaIntel() api
2013-10-18 Junyan HeImplement the CL api for clGetEventProfilingInfo
2013-10-18 Junyan HeUsing the PIPE_CONTROL to implement get time stamp...
2013-10-17 Ruiling Songutests: add test cases for function call.
2013-10-17 Ruiling SongGBE: Skip non-kernel functions in backend passes.
2013-10-17 Ruiling SongGBE: Inline all function calls.
2013-10-17 Yang RongAdd type long/ulong/double's async copy.
2013-10-17 Yang RongFix a read64/write64 schedule bug.
2013-10-14 Junyan HeDelete the redundant intel_batchbuffer_t init in intel_...
2013-10-14 Ruiling SongGBE: Update program binary format.
2013-10-14 Ruiling SongGBE: Support local variable inside kernel function.
2013-10-14 Homer Hsingsupport LLVM 3.4
2013-10-10 Junyan HeAdd the test case for clEnqueueCopyBuffer
next