contrib/beignet.git
2014-05-29 Zhigang GongGBE: fix uniform/scalar related bugs.
2014-05-29 Zhigang GongGBE: fix a regression for piglit test.
2014-05-28 Yang RongReturn CL_IMAGE_FORMAT_NOT_SUPPORTED if image_format...
2014-05-28 Yang RongSilence compilation warnings when release build.
2014-05-28 Zhigang GongSilence some compilation warnings.
2014-05-28 Zhigang GongGBE: Consolidate all read/write instruction's bti handling.
2014-05-28 Guo Yejunseparate runtime(libcl.so) and compiler(libgbe.so)
2014-05-28 Zhigang GongGBE: fix baytrail L3 cache configuration.
2014-05-27 Ruiling SongGBE: Make compatible with old gcc version.
2014-05-27 Junyan HeRefine pci id detecting.
2014-05-27 Zhigang GongGBE: fix post scheduling related bug for spill/unspill.
2014-05-27 Zhigang GongGBE: optimize post reg allocation instruction scheduling.
2014-05-27 Zhigang GongGBE: fix one post register allocation instruction sched...
2014-05-27 Zhigang GongGBE: disable mad for some cases.
2014-05-23 Zhigang GongGBE: fix a uniform analysis bug.
2014-05-23 Zhigang GongGBE: don't allocate/modify flag if it is not used in...
2014-05-23 Zhigang GongGBE: optimize IMM handling for SEL/SEL_CMP/CMP.
2014-05-23 Zhigang GongGBE: optimize SUB dst, imm, src1 instruction.
2014-05-23 Zhigang GongGBE: optimize CMP instruction encoding.
2014-05-23 Zhigang GongGBE: refine disassembly code to show null register...
2014-05-23 Zhigang Gonggbe_bin_generater: fix two bugs.
2014-05-23 Guo Yejuncorrect L3 cache settings for baytrail
2014-05-22 Luomove enqueue_copy_image kernels outside of runtime...
2014-05-22 Luofix event related bugs.
2014-05-22 Ruiling SongGBE: optimize builtin atan2.
2014-05-22 Junyan HeFix the bug of forgetting release sampler in utest.
2014-05-22 Zhigang GongGBE: fix unpacked_uw/ub on uniform registers.
2014-05-22 Junyan HeAdd the pci id support for gbe_generate
2014-05-22 Yang RongFix map gtt fail when memory object size is too large.
2014-05-19 Yang RongHSW: Corret the scratch buffer size calc and set the...
2014-05-19 Yang RongHSW: Fix the atomic msg type typo.
2014-05-19 Yang RongCorrect the double bug in HSW.
2014-05-19 Yang RongHSW: Use the drm flag I915_EXEC_ENABLE_SLM to set L3...
2014-05-19 Yang RongHSW: Workaround the slm address issue.
2014-05-19 Yang RongEnable pipe control.
2014-05-19 Yang RongFix a crash when clSetKernelArg of parameter point...
2014-05-19 Yang RongHSW: align buffer's size to DWORD.
2014-05-16 Junyan HeModify the GenContext and GenEncoder's destructor to...
2014-05-16 Ruiling SongRuntime: Fix a bug in L3 configuration.
2014-05-14 Zhigang GongGBE: fix one regression caused by uniform analysis.
2014-05-13 Zhigang GongGBE: fix the legacy use of isScalarOrBool.
2014-05-13 Zhigang GongGBE: enable uniform analysis for bool data type.
2014-05-13 Zhigang GongGBE: enable uniform for load instruction.
2014-05-13 Zhigang GongGBE: implement uniform analysis.
2014-05-13 Zhigang GongGBE: change scalar byte size to 2 from 1.
2014-05-13 Zhigang GongGBE: No need to compute liveout again in value.cpp.
2014-05-12 Junyan HeFix double bugs for hsw
2014-05-12 Junyan HeMake the surface typed write work for HSW
2014-05-12 Junyan Hecorrect jump distance of hsw's jmpi.
2014-05-12 Junyan HeUsing a correct DATAPORT and SFID for some send message...
2014-05-12 Junyan HeAdd Gen75Context and Gen75Encoder class for hsw
2014-05-12 Junyan HeUpdate the device info description for HSW
2014-05-09 Zhigang GongRuntime: change default tiling mode to TILE_X from...
2014-05-09 Ruiling SongGBE: Merge successive load/store together for better...
2014-05-09 Ruiling SongGBE: Refine logic of finding where the local variable...
2014-05-09 Guo Yejundo not serialize zero image/sampler info into binary
2014-05-08 Zhigang GongGBE: fix one potential bug in UnsignedI64ToFloat.
2014-05-06 Chuanbo WengGBE: Fix one build error of friend declaration for...
2014-05-05 Zhigang GongGBE: remove some useless code.
2014-05-05 Zhigang GongGBE: increase the global memory size to 1GB.
2014-05-05 Zhigang GongGBE: fixed a regression at "Long" div/rem.
2014-04-30 Yi SunInit Benchmark suite
2014-04-29 Zhigang GongGBE: reserve flag0.0 for large basic block.
2014-04-29 Zhigang GongGBE: fix the large if/endif block issue.
2014-04-29 Zhigang GongGBE: fix the hard coded endif offset calculation.
2014-04-29 Zhigang GongGBE: Avoid unecessary dag/liveness computing at backend.
2014-04-28 Zhigang GongGBE: fixed a potential scalarize bug.
2014-04-28 Guo Yejunadd support for cross compiler
2014-04-28 Zhigang GongGBE: refine the gen program strategy.
2014-04-23 Zhigang GongGBE: fixed the undefined phi value's liveness analysis.
2014-04-23 Ruiling SongGBE: Try expire some register before register allocation
2014-04-23 Ruiling SongGBE: Optimize byte gather read using untyped read.
2014-04-22 Guo Yejunadd test for __gen_ocl_simd_any and __gen_ocl_simd_all
2014-04-22 Guo Yejunsupport __gen_ocl_simd_any and __gen_ocl_simd_all
2014-04-21 Sun, YiDelete the printing of dynamic statistics line.
2014-04-21 Ruiling SongGBE: Implement instruction compact.
2014-04-18 Zhigang GongGBE: fix a Q64 spilling bug in non-simd8 mode.
2014-04-17 Zhigang GongGBE: work around baytrail-t hang issue.
2014-04-17 Zhigang GongGBE/Runtime: pass the device id to the compiler backend.
2014-04-17 Zhigang GongRuntime: increase the build log buffer size to 1000.
2014-04-17 Chuanbo WengRuntime: Add support for Bay Trail-T device.
2014-04-17 Jesper PedersenMark SandyBridge as unsupported
2014-04-17 Zhenyu WangUse pkg-config to check modules
2014-04-16 Ruiling SongGBE: Enable CFG printer.
2014-04-16 Ruiling SongRuntime: increase batch size to 8K.
2014-04-16 Ruiling Songenable mad for mul+sub.
2014-04-16 Zhigang GongGBE: Enable register spilling for SIMD16.
2014-04-16 Zhigang GongGBE: Optimize read_image performance for CL_ADDRESS_CLAMP..
2014-04-16 Zhigang GongGBE: fixed two 'long' related bugs.
2014-04-08 Zhigang GongGBE: fix the flag usage of those long/64 bit instruction.
2014-04-08 Zhigang GongGBE: Optimize the bool register allocation/processing.
2014-04-08 Zhigang GongSilent some compilation warnings.
2014-04-08 Zhigang GongGBE: avoid use a temporay register at the CMP instruction.
2014-04-08 Zhigang GongGBE: Add two helper scalar registers to hold 0 and...
2014-04-08 Zhigang GongGBE: don't emit jmpi to next label.
2014-04-08 Zhigang GongGBE: one instruction is enough for SEL_CMP now.
2014-04-08 Zhigang GongGBE: pass the OCL_STRICT_CONFORMANCE env to the backend.
2014-04-08 Zhigang GongGBE: Only emit long jump when jump a lot of blocks
2014-04-08 Zhigang GongGBE: Don't need the emask/notemask/barriermask any...
2014-04-08 Zhigang GongGBE: Disable SPF and use JMPI + IF/ENDIF to handle...
next