contrib/beignet.git
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
2013-10-10 Junyan HeImplement the clEnqueueCopyBuffer API using internal...
2013-10-10 Junyan HeAdd the internal used kernels for buffer copy
2013-10-10 Junyan HeAdd the string format support for gbe_bin_generater
2013-10-10 Yang RongImplement api clCreateKernelsInProgram.
2013-10-10 Ruiling Songutests: put compiler_vector_inc into known issue list.
2013-10-10 Homer Hsingsaturated conversion of native GPU data type, larger...
2013-10-10 Homer Hsingfix isnan (builtin function)
2013-10-09 Yang RongAdd some preprocessor macros __IMAGE_SUPPORT__ and...
2013-10-09 Yang RongRemove blocking asserts in clEnqueueXXX apis.
2013-10-09 Yang RongChange optimize level to -O2, to avoid loopunswitch...
2013-10-09 Zhigang GongGBE: sampler_t should always be a const int.
2013-10-08 Simon RichterICD dispatch table must be first
2013-09-26 Zhigang GongGBE: Refine the curbe entry allocation for sampler...
2013-09-26 Zhigang GongGBE: refact the curbe register payload allocation.
2013-09-26 Zhigang GongGBE: Fix the out-of-box checking for normalized coord...
2013-09-26 Zhigang GongGBE/Runtime: implement workaround for IVB sampler bug
2013-09-26 Zhigang GongclCopyImage: fix up all the surface type to int type.
2013-09-26 Homer Hsingsupport 64-bit division and remainder
2013-09-26 Homer Hsingadd 64-bit version of "sub_sat"
2013-09-26 Homer Hsingsupport 64-bit version "add_sat"
2013-09-26 Homer Hsingadd 64-bit version of "mad_sat"
2013-09-26 Homer Hsingadd 64-bit version of "mul_hi"
2013-09-26 Homer Hsingfix 64bit writing
2013-09-26 Lu Guanqunrefactor the api of intel_driver_share_buffer
2013-09-26 Lu Guanqunfix the missing assignment for offset
2013-09-26 Lu Guanqunwe should check the 'err' parameter
2013-09-26 Yang RongRemove global offset need divide by local size restriction.
2013-09-26 Yang RongFix clEnqueueMapImage error.
2013-09-26 Homer Hsing64-bit-int: allocate flag register by RA
2013-09-25 Ruiling SongGBE: Fix a constant bug which over-write memory.
2013-09-25 Homer Hsingfix scalarizing of llvm phi node
2013-09-18 Yang RongUnmap the cl_mem in driver when application map a cl_me...
2013-09-18 Zhigang GongRefine cmake script file.
2013-09-18 Yang RongFix store undef value assert.
2013-09-18 Zhigang GongGBE: fixed the store3 bug.
2013-09-18 Zhigang GongRuntime: Implement CL_MEM_USE_HOST_PTR flag for image.
2013-09-18 Zhigang GongRuntime: prepare for CL_MEM_USE_HOST_PTR for image...
2013-09-18 Zhigang GongUtests: refine the previous fake 3D test cases.
2013-09-18 Zhigang GongRuntime/driver : implement 3D image support.
2013-09-18 Zhigang GongGBE: fixed the broken 3d image support.
2013-09-18 Zhigang GongGBE: check the correct register for whether coord z...
2013-09-18 Zhigang GongRuntime: enable border color state support.
2013-09-18 Zhigang GongRuntime: fix a bug when set sampler value.
2013-09-18 Zhigang GongRuntime: disable some unecessary image formats.
2013-09-18 Ruiling Songutests: add more constant test cases for composite...
2013-09-18 Ruiling SongGBE: Support composite type constant.
2013-09-18 Yang RongImplement clEnqueueMarker and clEnqueueBarrier.
2013-09-18 Yang RongRefine and fix some event bugs.
2013-09-17 Yang RongRemove non-used data in clEnqueueMapImage to fix, and...
2013-09-17 Yang RongFix cl_mem_kernel_copy_image typo.
2013-09-17 Ruiling Songchange constant test case to cover short/long type.
2013-09-17 Ruiling SongFix non-4byte program global constant issue.
next