contrib/beignet.git
2013-06-19 Junyan Headd the support of clGetProgramBuildInfo and clGetProgr...
2013-06-19 Ruiling SongSupport multi-source CL program
2013-06-18 Yang Rongutests: Add a new local memory barrier case
2013-06-18 Yi SunUtest: Add a test case for validating built-in function...
2013-06-17 Zhigang GongGBE: Fixed GBE: Fix some builtin functions' return...
2013-06-17 Zhigang Gongutests: enable test case for global memory barrier.
2013-06-17 Yang RongAdd memory fence before barrier to support global memor...
2013-06-14 Ruiling Songadd test case for null kernel arg of global/constant...
2013-06-14 Ruiling SongRefine error check in SetKernelArg() and support NULL...
2013-06-14 Ruiling SongRefine error check in clCreateProgramFromSource() and...
2013-06-14 Ruiling SongRefine error check in clCreateCommandQueue()
2013-06-14 Dag Lemutests: Add test case for global memory barrier
2013-06-13 Edward Chingutests: Added one test case for clFinish().
2013-06-13 Zou, NanhaiCL: Fix the bug in clfinish.
2013-06-09 Yang RongFix two tests fail when OCL_SIMD_WIDTH=8.
2013-06-09 Yang RongAdd mem_fence built-in.
2013-06-09 Zhigang GongGBE: Fixed a bug in register expieration.
2013-06-06 Ruiling SongRefine error check in clCreateContext()
2013-06-06 Ruiling SongRefine error check in clGetDeviceIDs()
2013-06-06 Ruiling SongRefine error check in clGetPlatformIDs() and clGetPlatf...
2013-06-06 Homer Hsingimprove disassembling GPU binary code
2013-06-06 Dag LemCheck for exhaustion of local memory
2013-06-06 Zou Nan haiPad instruction stream with 8 nops;
2013-06-05 Dag LemAdaptions for LLVM 3.3 / SPIR
2013-06-05 Zhigang Gongutests: change all kernels to unix style text.
2013-06-05 Yi Sunutest: Add test case for build-in function get_work_dim
2013-06-05 Zhigang GongGBE: Add two builtin functions get_work_dim / get_globa...
2013-06-04 Homer Hsingtest case for DW multiplication
2013-06-04 Ruiling SongEnable built-in sub_sat/add_sat vector type.
2013-06-04 Zhigang GongGBE: fixed a predication bug for DW multiplication.
2013-05-31 Ruiling SongAdd test case for group size
2013-05-31 Ruiling SongSupport non-16 multiple group size.
2013-05-31 Zhigang GongGBE: Fixed a 3 elements vector load/store bug.
2013-05-31 Yang RongFix a random assert caused by scalarize pass.
2013-05-30 Dag Lemutests: Add test case for box blur on image buffer
2013-05-30 Dag LemCorrect sampler address clamping for read image functions.
2013-05-30 Zhigang GongGBE: Fixed a hang issue on 64bit system.
2013-05-29 Yang RongPass user options to clang.
2013-05-29 Yang RongFix int div/rem assert in SIMD8 mode.
2013-05-29 Zhigang Gongutests: test vector load and store.
2013-05-29 Zhigang GongGBE: support load/store of char/short vector.
2013-05-29 Zhigang GongUpdate documents.
2013-05-29 Zhigang GongGBE: use the simd width environment variable if set.
2013-05-29 Zhigang GongGBE: fixed a bug on simd8 mode for typed_write instruction.
2013-05-29 Zhigang GongGBE: Fixed a bug in byte gather/scatter.
2013-05-29 Mario KichererGracefully handle unsupported systems
2013-05-27 Dag LemCorrect clEnqueueReadBuffer, clEnqueueWriteBuffer and...
2013-05-27 Dag Lemutests: Correct box blur
2013-05-23 Yang RongChange CMake to support LLVM 3.1.
2013-05-23 Yang RongChange clang system call to libclang api call.
2013-05-23 Simon RichterAdd ICD dispatch table in cloned kernels
2013-05-23 Dag LemFix several CL error code return bugs
2013-05-23 Yang RongFix a scalarize pass bug.
2013-05-23 Dag LemCorrect clCreateImage(context, CL_MEM_COPY_HOST_PTR...
2013-05-21 Zhigang Gongutests: extent get_image_size cases to other informations..
2013-05-21 Zhigang GongAdd more get image info functions.
2013-05-21 Dag LemCorrected return of error code in clCreateImage.
2013-05-21 Dag LemImplement clEnqueueReadImage and clEnqueueWriteImage.
2013-05-21 Dag LemImplement clEnqueueMapImage.
2013-05-20 Zhigang GongCL: Fixed a get image info bug on 64 bit system.
2013-05-20 Boqun FengAdd CL/*.hpp to installing files
2013-05-20 Dag LemSave depth and slice_pitch in cl_mem images.
2013-05-17 Zhigang Gongutests: add one test case to test get_image_width/height.
2013-05-17 Zhigang GongCL: complete get_image_width/height support at runtime...
2013-05-17 Zhigang GongGBE: Add support for get_image_width/height.
2013-05-17 Zhigang GongGBE: preare for get_image_xxx functions support.
2013-05-17 Yang RongRemove useless vector check in GenWriter after scalariz...
2013-05-17 Yang RongAdd a scalarize llvm pass.
2013-05-17 Zhigang Gongutests: Refine the fill image0 test case to use map...
2013-05-17 Zhigang GongCL: Tell the kernel an image bo's tiling mode.
2013-05-17 Dag LemStubs for C++ Bindings
2013-05-17 Dag LemUpdated cl.hpp from khronos.org/registry/cl/api/1.2...
2013-05-17 Dag LemAdd samplerless read image functions for 2D and 3D...
2013-05-17 Simon RichterAdd missing include of <limits>
2013-05-17 Yang RongFix a negative number alignment bug in RegisterFilePart...
2013-05-17 Simon RichterMake libgbm optional without EGL support
2013-05-17 Simon RichterUpdate gitignore files
2013-05-17 Simon RichterCorrect type of device properties
2013-05-17 Simon RichterAdd clGetDeviceInfo(..., CL_BUILT_IN_KERNELS, ...)
2013-05-17 Simon RichterDefine clamp(value, lower, upper)
2013-05-17 Homer HsingFix out-of-date math macros
2013-05-17 Homer HsingTest new math built-in functions
2013-05-17 Homer HsingEnable 39 math built-in functions
2013-05-17 Homer HsingFix instruction scheduler ScheduleDAGNode
2013-05-17 Yang RongRename CBMove to IndirectMove
2013-05-17 Zhigang Gongutests: Fix a bug in movforphi test case.
2013-05-15 Zhigang GongGBE: fixed a prediction bug in typed write instruction.
2013-05-15 Zhigang GongGBE/Runtime: Optimize Sample/TypedWrite instruction.
2013-05-15 Zhigang GongGBE: concentrate all samplers' allocation at compile...
2013-05-15 Zhigang GongGBE: add scalar register support in loadImmInstruction.
2013-05-15 Zhigang GongGBE: remove sampler address space.
2013-05-15 Zhigang Gongutests: Add one test cases for sampler support.
2013-05-15 Zhigang GongCL: Support kernel side defined samplers.
2013-05-15 Zhigang GongGBE: refine the sampler implementation to comply with...
2013-05-08 Homer Hsingtest cases for image3d_t
2013-05-08 Homer Hsingenable image3d_t
2013-05-08 Homer Hsingadd third coord in backend
2013-05-08 Homer Hsingadd backend symbol alias for image3d read write
2013-05-08 Homer Hsingadd image3d read/write in stdlib.h
2013-05-08 Mario KichererclEnqueueNDRangeKernel: fix for segfault caused by...
next