contrib/beignet.git
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.
2013-09-17 Boqun FengGBE: define python interpreter by cmake variable
2013-09-17 Homer Hsingadd 64-bit version of "rhadd"
2013-09-17 Homer Hsingsupport converting 64-bit integer to 32-bit float
2013-09-13 Yang RongImplement api clEnqueueCopyBufferToImage.
2013-09-13 Yang RongImplement api clEnqueueCopyImageToBuffer.
2013-09-13 Yang RongImplement api clEnqueueTask and clEnqueueNativeKernel.
2013-09-13 Homer Hsingadd built-in function "atan2pi"
2013-09-12 Junyan HeAdd the virtual dctr function of Serialization to kill...
2013-09-12 Junyan HeAdd a test case for binary load.
2013-09-12 Junyan HeImplement the clCreateProgramWithBinary to deseralize...
2013-09-12 Junyan HeAdd one tool program to build and serial the program.
2013-09-12 Junyan HeAdd the serialization support for backend
2013-09-11 Homer Hsingadd 64-bit version of "hadd"
2013-09-11 Homer Hsingsupport converting 64-bit integer to shorter integer
2013-09-11 Homer Hsingadd built-in function "atan2"
2013-09-11 Yi Sunutest.cpp: run the cases with issue seperately.
2013-09-09 Yang RongAdd api clEnqueueCopyImage.
2013-09-09 Yang RongAdd clEnqueueCopyBufferRect api.
2013-09-09 Yang RongAdd clEnqueueWriteBufferRect api.
2013-09-09 Yang RongAdd clEnqueueReadBufferRect api.
2013-09-06 Zhigang GongCL: Enalbe gl sharing with new egl extension.
2013-09-04 Zhigang GongRuntime: Only return the format allowed in the spec.
2013-09-04 Zhigang GongGBE: silent the compilation warning when generate the...
2013-09-04 Homer Hsingfix 64-bit "clz" if parameter is "long4" or "ulong4"
next