contrib/beignet.git
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_...
2013-04-22 Yang RongAdd constant ptr argument test case.
2013-04-22 Yang RongAdd constant pointer as argument support in runtime.
2013-04-22 Yang RongAdd constant pointer as argument support in kernel.
2013-04-22 Yang RongAdd register allocate from tail support for constant...
2013-04-22 Zhigang Gongutests: should set pitch to zero if host_ptr is NULL.
2013-04-19 Simon RichterImplement clGetMemObjectInfo
2013-04-19 Simon RichterFix pitch parameter in clCreateImage2D
2013-04-18 Simon RichterUse "clang" command from PATH
2013-04-18 Simon RichterMake EGL optional
2013-04-18 Simon RichterPrefer versioned llvm-config
2013-04-18 Simon RichterAccept glibc's implementation of memalign()
2013-04-18 Simon RichterImplement KHR ICD extension
2013-04-18 Simon Richter"Implement" clGetExtensionFunctionAddress()
2013-04-18 Simon RichterAvoid extension names as preprocessor tokens
2013-04-18 Simon RichterFix typo in cl_get_platform_info function name
2013-04-18 Zhigang Gongwrite_image: Fixed a bug when use scalar data as color...
2013-04-17 Lu GuanqunGenRegister src[] is not allowed in clang, change this...
2013-04-17 Lu GuanqunGenRegInterval should be a struct instead of a class
2013-04-17 Lu Guanqunfix error in clang: variable array length is not suppor...
2013-04-17 Lu Guanqun--no-rtti should be changed to -fno-rtti in clang++
2013-04-17 Lu Guanqunremove dollar sign in identifier
2013-04-16 Lu Guanqunremove -ffast-math comiler flag
2013-04-16 Homer Hsingmake raw_fd_ostream not close stdout
2013-04-12 Zhigang Gongutests: refine the helper macros.
2013-04-12 Zhigang Gongutests: add a simple test case for cl_khr_gl_sharing.
2013-04-12 Zhigang Gongutests: added cl_khr_gl_sharing related helper functions.
2013-04-12 Zhigang GongFixed the extension string for both platform and device.
2013-04-12 Zhigang GongEnable the clFlush.
2013-04-11 Homer HsingFix brw instruction field "flag"
2013-04-11 Lu Guanqunthrow exception instead of just assert
2013-04-11 Lu Guanqunrelease the contraint of volatile pointer
2013-04-11 Lu Guanqunadd disassembler support for message gateway
2013-04-10 Feng, Boqunbackend: Use alignof keyword when supported
2013-04-10 Zhigang GongUpdate documents.
2013-04-10 Lv, Mengenable CL_DEVICE_IMAGE_SUPPORT check
2013-04-10 Lu Guanqunchange the way clGetDeviceInfo() is called in cl_ocl_init()
2013-04-10 Lu Guanqunenhance clGetDeviceInfo() API to return the length...
2013-04-10 Lu Guanqunchange the way clGetPlatformInfo() is called in cl_ocl_...
2013-04-10 Lu Guanqunenhance clGetPlatformInfo() API to return the string...
2013-04-10 Lu Guanqunadd test case for clCreateContextFromType()
2013-04-10 Lu Guanqunimplement clCreateContextFromType()
2013-04-10 Lu Guanqunfix one typo for clCreateContextFromType()
2013-04-10 Lu Guanqunfix typo in FindLLVM.cmake
2013-04-10 Zhigang GongFixed a potential null pointer reference bug.
2013-04-10 Zhigang GongSet the initial library versions to 0.1.
2013-04-10 Zhigang GongChange the cl version to 1.0.
2013-04-10 Homer HsingAdd the interface of cl_buffer_map_gtt
2013-04-10 Homer Hsingfix unused-result warning
2013-04-10 Homer HsingOutput the map from IR reg to ASM reg
2013-04-10 Zhigang GongUse new OCL1.2 API rather than those deprecated API.
2013-04-10 Lu Guanqundo not use the advanced C++ feature
2013-04-10 Lu Guanqunadd a case for MEM_INVALID to fix a warning
2013-04-10 Lu Guanqunadd linking library for gcc compiler.
2013-04-10 Zhigang GongFixed a bug when expire registers.
2013-04-10 Zhigang GongAdd utest case for movforphi's undef case.
2013-04-10 Homer HsingDelete temp files if compiled successfully
2013-04-10 Homer HsingOutput meaning of special registers in dumped IR
2013-04-10 Homer HsingDisplay function argument name in IR
next