contrib/beignet.git
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...
2013-05-08 Mario KichererCMakeLists.txt enable custom C/CXXFLAGS
2013-05-08 Zhigang GongGBE: fixed the hard coded implementation for sampler...
2013-05-07 Mario Kichererenable clGetContextInfo with CL_CONTEXT_DEVICES
2013-05-07 Chuanbo WengFix compile error when use llvm-3.1 and InstVisitor...
2013-05-02 Homer Hsingtest cases for global constant arrays
2013-05-02 Homer HsingSupport global constant arrays
2013-05-02 Homer Hsingir::unit can return its constantSet
2013-05-02 Homer Hsingadd special register constoffst expressing curbe offset
2013-05-02 Homer Hsingdisable buggy old code doing global constant
2013-05-02 Homer Hsingadd helper functions in gbe::Program
2013-05-02 Homer Hsingadd helper functions in ir::Constant and ir::ConstantSet
2013-04-27 Homer HsingNew test case of ceil()
2013-04-27 Homer HsingMake ceil() work
2013-04-27 Junyan HeAdd the INCLUDE_DIRECTORIES directive to all the FindXX...
2013-04-24 Simon RichterImplement clGetDeviceInfo(..., CL_DRIVER_VERSION, ...)
2013-04-24 Simon RichterHandle size queries in clGetDeviceInfo better
2013-04-24 Simon RichterAdd missing fmin() and fmax() overloads
2013-04-24 Simon RichterAdd missing select() overloads
2013-04-24 Simon RichterFix typo
2013-04-24 Homer HsingFix crash when output IR
2013-04-22 Simon RichterAdd typedefs for extension functions
2013-04-22 Simon RichterAdd cl*Intel to extension function lookup
2013-04-22 Simon RichterRename Intel specific extension functions for ICD
2013-04-22 Homer HsingAdd clIntelMapBufferGTT, clIntelUnmapBufferGTT, cl_mem_...
next