index
:
~gongzg/beignet
1.0rc
OpenCL20
Release_v0.9.x
Release_v1.0
blender
boolbug
double
draft_function_call
enqueue
fix
fixliveness
fixsched
forhsw
gl_sharing
hack_egl_display
hsw_darktable
image_refine
llvm-3.5
loop_opt
loop_unroll
loopspill
master
merge_gl_sharing
mixsimd16
opencl-1.1
optimize
optimize2
prepare_spill16
spillsimd16
stable
test_math
userptr
vectoropt
vectoropt_test
vload_opt
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-14
GBE/CL: use 2D image to implement large image1D_buffer.
image_refine
Zhigang Gong
5
-15
/
+68
2014-12-13
GBE: remove some image1d_buffer related builtin functions.
Zhigang Gong
2
-9
/
+9
2014-12-12
works fine now.
Zhigang Gong
5
-13
/
+17
2014-12-12
minor fix, still broken.
Zhigang Gong
2
-1
/
+4
2014-12-12
draft to fix sampler.
Zhigang Gong
6
-12
/
+164
2014-12-12
GBE: switch to use CLANG native image types.
Zhigang Gong
9
-424
/
+175
2014-12-12
Refactor all image builtin functions.
Zhigang Gong
4
-416
/
+618
2014-12-05
Update optimization tips.
Zhigang Gong
1
-14
/
+92
2014-12-05
CL: Don't find mesa source code.
Zhigang Gong
1
-6
/
+6
2014-12-04
GBE: Add some missing constant expression cases.
Zhigang Gong
4
-11
/
+135
2014-12-04
GBE: Add constant pointer in the memcpy intrinsic.
Zhigang Gong
3
-1
/
+187
2014-12-04
refine bswap utest to cover nsetc fail cases.
Luo Xionghu
2
-0
/
+8
2014-12-04
GBE: Fix the printf issue caused by new bti implementation
Ruiling Song
1
-4
/
+16
2014-12-04
GBE: Fix a disassembly bug.
Ruiling Song
1
-2
/
+2
2014-12-04
utests: Add const private array initialization test.
Ruiling Song
3
-0
/
+37
2014-12-04
GBE: support const private array initialization.
Ruiling Song
2
-45
/
+54
2014-12-03
Change CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR from 8 to 16.
Chuanbo Weng
1
-1
/
+1
2014-12-03
GBE: Re-implement BTI logic in backend
Ruiling Song
2
-109
/
+159
2014-12-02
utests: make utests maths ULP values consistent with specification
Meng Mengmeng
3
-8
/
+96
2014-12-02
add utest of CL_MEM_ALLOC_HOST_PTR
Guo Yejun
3
-0
/
+32
2014-12-02
enable CL_MEM_ALLOC_HOST_PTR with user_ptr to avoid copy between GPU/CPU
Guo Yejun
3
-16
/
+33
2014-12-02
refine utest of cl_mem_use_host_ptr
Guo Yejun
2
-12
/
+1
2014-12-02
add test of cl_mem_use_host_ptr into benchmark
Guo Yejun
5
-24
/
+66
2014-12-02
clean code, the logic is already at the beginning of function
Guo Yejun
1
-16
/
+0
2014-12-02
fix bswap implementation issue.
Luo Xionghu
1
-36
/
+28
2014-12-02
fix dnetc overflow issue.
Luo Xionghu
1
-1
/
+2
2014-12-02
GBE: optimize GEP constant offset calculation.
Zhigang Gong
1
-3
/
+5
2014-12-02
GBE: fix a regression caused by the negative index handling patch.
Zhigang Gong
1
-1
/
+1
2014-12-02
Fix based on piglit OpenCL falied case (cl-api-compile-program).
Yan Wang
1
-4
/
+2
2014-12-01
utests: Add one case to test negative index array access.
Zhigang Gong
3
-0
/
+55
2014-12-01
GBE: Fix bug with negative constant GEP index.
Zhigang Gong
3
-11
/
+13
2014-12-01
GBE: Output CFG of Gen IR to dot file.
Ruiling Song
3
-0
/
+26
2014-11-28
fix issue to pass utest of runtime_climage_from_boname for BDW
Guo Yejun
1
-2
/
+2
2014-11-27
utests: fix indent in CMakeLists.txt
Zhigang Gong
1
-10
/
+10
2014-11-27
add test for clCreateImageFromLibvaIntel
Guo Yejun
3
-1
/
+226
2014-11-27
fix issue to create cl image from libva with non-zero offset
Guo Yejun
4
-7
/
+5
2014-11-27
utests: reduce work group size to 256 to satisfy BYT platform.
Zhigang Gong
1
-1
/
+1
2014-11-26
GBE: Place loop exits after loop blocks when sorting basic blocks.
Ruiling Song
1
-10
/
+84
2014-11-25
GBE: don't split instruction for some special case.
Zhigang Gong
1
-1
/
+11
2014-11-25
utests: fix a typo in test cases.
Zhigang Gong
1
-1
/
+1
2014-11-25
utests: fix work group size issue in compiler_fill_image_2d_array.
Zhigang Gong
1
-2
/
+2
2014-11-25
GBE: disable spill register under simd16 mode.
Zhigang Gong
1
-3
/
+2
2014-11-24
Change the IVB/HSW's max_work_group_size to 512, and BYT to 256.
Yang Rong
1
-15
/
+15
2014-11-21
Fix the opencv_test_core/OCL_Arithm random segment fault.
Yang Rong
1
-37
/
+36
2014-11-21
BDW: Change the default tiling mode to TILING_Y on BDW.
Yang Rong
1
-3
/
+7
2014-11-19
add the reduced self loop node detection.
Luo Xionghu
1
-11
/
+26
2014-11-19
Fix NO_TILING alignment bug.
Yang Rong
1
-1
/
+1
2014-11-19
re-enable userptr with fix: CPU access after GPU finishes the rendering
Guo Yejun
3
-15
/
+41
2014-11-18
reuse the loop info from llvm.
Luo Xionghu
2
-36
/
+21
2014-11-18
Change the IVB/HSW L3 SQC credit setting.
Yang Rong
1
-2
/
+2
[next]