contrib/beignet.git
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
2013-04-10 Lu Guanqunfix the possible overflow in slm_sz
2013-04-10 Zou, NanhaiFix uninitialize value warning
2013-04-10 Homer HsingAlso make "arithmetic shift right" work
2013-04-10 Homer HsingMake "logical shift right" work
2013-04-10 Homer HsingAdd convert_uchar_sat and test case
2013-04-10 Zhigang GongFixed a bug on 64bit system.
2013-04-10 Homer Hsingfix disassembler: horizontal stride of dest operand
2013-04-10 Homer HsingTest case for fabs
2013-04-10 Lu Guanqunfix the wrong zero extend instruction handling
2013-04-10 Homer HsingTest case for integer division arithmetic ~
2013-04-10 Homer HsingAdd a test case for integer remainder arithmetic
2013-04-10 Homer HsingMake integer remainder & division arithmetic work ~ ~
2013-04-10 Zhigang GongSplit the multiple test cases to individual cases.
2013-04-10 Lu Guanqunadd sub_sat test case
2013-04-10 Lu Guanqunadd anonymous namespace to avoid name collision with...
2013-04-10 Lu Guanqunadd sub_sat operation
2013-04-10 Lu Guanqunfix two unused variables
2013-04-10 Lu Guanqunadd add_sat test case
2013-04-10 Lu Guanqunadd add_sat operation
2013-04-10 Lu Guanqunkeep track of saturate flag in GenInstructionState
next