contrib/beignet.git
2014-10-10 Junyan HeBDW: refine the gen8_surface_state_t.
2014-10-10 Junyan HeBDW: Add gen8 surface state struct.
2014-10-10 Yang RongBDW: Add class Gen8Context.
2014-10-10 Yang RongBDW: Add Gen8Encoder and Gen7Encoder.
2014-10-10 Yang RongBDW: Add BDW instruction define.
2014-10-10 Yang RongBDW: Add BDW pci ids and BDW device struct.
2014-10-10 Yang RongAvoid use GenNativeInstruction directly out of GenEncod...
2014-09-26 Zhigang GongGBE: structurized loop exit need an extra branching...
2014-09-26 Zhigang GongGBE: fix a loop header file including bug.
2014-09-26 Luo XionghuUse instruction WHILE to manipulate structure.
2014-09-26 Luo Xionghuadd handleSelfLoopNode to insert while instruction...
2014-09-26 Luo XionghuAdd Gen IR WHILE.
2014-09-18 Ruiling SongGBE/libocl: Add __gen_ocl_get_timestamp() to get timestamp.
2014-09-18 Zhigang GongGBE/libocl: fix build dependency issue.
2014-09-18 Junyan HeAdd long support for printf
2014-09-18 Ruiling SongGBE: Output linkModules's error message.
2014-09-17 Luo Xionghufix utest memory leak.
2014-09-17 Luo Xionghufix one bug at cl_get_kernel_workgroup_info.
2014-09-17 Zhigang GongRevert "improve the build performance of vector type...
2014-09-16 Luo Xionghuimprove the build performance of vector type built...
2014-09-16 Luo Xionghuremove the LinkOnceAnyLinkage since the libocl is intro...
2014-09-16 Junyan HeFix the bug of LLVM_LFLAGS fail to set
2014-09-16 Zhigang GongGBE/libocl: fix a regression after libocl change.
2014-09-16 Zhigang GongGBE/libocl: add missing vector builtin definition for...
2014-09-15 Junyan HeModify the CMakeList to use the internal PCH first.
2014-09-15 Zhigang GongUpdate NEWS.
2014-09-15 Zhigang GongRemove out-of-date document.
2014-09-15 Ruiling SongGBE/libocl: Fix sub_sat corner case.
2014-09-15 Luo Xionghufix bin/cl-program-tester tests/cl/program/execute...
2014-09-15 Zhigang GongUpdate readme.
2014-09-12 Lv MengEnable ICC and CLANG compiler for beignet
2014-09-12 Zhigang GongGBE: fix multiple files compilation bugs.
2014-09-12 Luofix piglit get kernel info FUNCTION ATTRIBUTE fail.
2014-09-12 Zhigang Gongruntime: fix build status handling.
2014-09-12 Zhigang Gongruntime: fix program binary type bug.
2014-09-12 Yang RongUpdate license disclaimer.
2014-09-11 Zhigang GongGBE: don't enable double by default.
2014-09-11 Zhigang GongGBE: fix a potential memory leak bug.
2014-09-11 Zhigang GongGBE: Fix a potential segfault.
2014-09-11 Zhigang GongGBE: don't return error if we get an empty module.
2014-09-11 Luo Xionghufix piglit cl-api-set-kernel-arg fail.
2014-09-11 Luo Xionghufix clGetKernelWorkGroupInfo built-in kernel fail.
2014-09-11 Zhigang GongGBE/libocl: Added one missing prototype fma().
2014-09-11 Zhigang GongGBE: fix bugs when handling -cl-std option.
2014-09-10 Junyan HeAdd the switch logic for math conformance fast path
2014-09-10 Zhigang GongGBE/libocl: fix the wrong prototype of scalar native_powr.
2014-09-10 Junyan HeFix the issue of -cl-std=CLX.X option.
2014-09-10 Zhigang GongRuntime: Implement clGetExtensionFunctionAddressForPlat...
2014-09-10 Junyan HeAdd copyright header for all libocl files.
2014-09-10 Yichao YuUse ${PYTHON_EXECUTABLE} to run python scripts.
2014-09-10 Yang RongUpdate README for the command parser in drm kernel.
2014-09-09 Luo Xionghufix piglit cl-api-get-program-info fail.
2014-09-05 Junyan HeAdd uncompatible PCH Options to avoid compiling failure.
2014-09-05 Zhigang GongGBE: fallback if we get a wider than i64 constant.
2014-09-05 Zhigang GongGBE: fix a bug with LLVM 3.3.
2014-09-05 Junyan HeAdd the missing function prototypes of any() and atom_add()
2014-09-05 Zhigang GongGBE: avoid one optimization pass to generate wide integer.
2014-09-04 Zhigang GongGBE: remove the user defined macro cl_khr_fp64.
2014-09-04 Junyan HeDelete all the unused files of old huge header.
2014-09-04 Junyan HeUse the PCH to accelerate the parsing speed of the...
2014-09-04 Junyan HeEnable libocl and disable the usage of the old huge...
2014-09-04 Junyan HeAdd the bit code linker into the module pass.
2014-09-04 Junyan HeAdd memcpy, memset and barrier bitcode files into libocl
2014-09-04 Junyan HeAdd the ocl_defines header file into libocl
2014-09-04 Junyan HeAdd the relational module into libocl as template
2014-09-04 Junyan HeAdd the math function into libocl as template
2014-09-04 Junyan HeAdd the integer module into libocl as template
2014-09-04 Junyan HeAdd the common module into the libocl as template
2014-09-04 Junyan HeAdd the gen_vector script into the libocl
2014-09-04 Junyan HeAdd the convert and as modules into the libocl
2014-09-04 Junyan HeAdd thw workitem module into the libocl
2014-09-04 Junyan HeAdd vload module into the libocl
2014-09-04 Junyan HeAdd printf module into libocl
2014-09-04 Junyan HeAdd the sync module into the libocl
2014-09-04 Junyan HeAdd the misc module into the libocl
2014-09-04 Junyan HeAdd the image module into the libocl
2014-09-04 Junyan HeAdd the geometric module into the libocl
2014-09-04 Junyan HeAdd the atomic module into the libocl
2014-09-04 Junyan HeAdd the async module into the libocl
2014-09-04 Junyan HeAdd common define header files to initialize the libocl
2014-09-04 Zhigang GongGBE: fixup/refine a bug for image1D array's extra bindi...
2014-09-03 Zhigang GongGBE: refine the unaligned data gathering.
2014-09-03 Zhigang GongGBE: relax the batch byte/short load vector size restri...
2014-09-03 Zhigang GongGBE: optimize unaligned char and short data vector...
2014-09-03 Zhigang GongAdd new vload benchmark/test case.
2014-09-02 Zhigang GongGBE: fix error in the rootn fastpath function for some...
2014-09-02 Zhigang Gongutests: fix two utest bugs.
2014-09-02 Junyan HeFix a bug for runtime_barrier_list.cpp, event array...
2014-09-02 Junyan HeFix the global string bug for printf.
2014-09-02 Yang RongFix two bugs.
2014-09-02 Yang RongTwo minor fix.
2014-09-02 Guo Yejunremove dependency for non-X runtime environment
2014-09-01 Yang RongUpdate Beignet.mdwn X11 dependency.
2014-08-28 Zhigang GongRevert "GBE: refine post register allocation scheduling...
2014-08-28 Yang RongOnly compiler X11 files and do X11 operations when...
2014-08-28 Ruiling SongGBE: refine the llvm multi-thread related code.
2014-08-27 Ruiling SongGBE: clear deadprintfs when current function is done.
2014-08-27 Luo Xionghufix opencv_test_imgproc subcase OCL_ImgProc/Accumulate...
2014-08-19 Lv MengFix compile warnings for CLANG compiler
2014-08-19 Lv MengFix compile warnings for ICC compiler
next