index
:
~rongyang/beignet
Release_v0.9.x
Release_v1.0
master
opencl-1.1
stable
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-29
SKL: Add function intel_gpgpu_bind_image_gen9.
Yang Rong
4
-6
/
+90
2015-01-29
SKL: add skl select_pipeline and cache_control functions.
Yang Rong
2
-2
/
+25
2015-01-29
SKL: Add the function gen9' intel_build_idrt.
Yang Rong
2
-3
/
+48
2015-01-29
SKL: correct the pipe control struct.
Yang Rong
2
-2
/
+77
2015-01-29
SKL: Use TILE_Y as default TILING mode in skl.
Yang Rong
1
-1
/
+2
2015-01-29
SKL: enable skl device.
Yang Rong
3
-3
/
+73
2015-01-29
SKL: Add skl pci ids and device.
Yang Rong
2
-3
/
+164
2015-01-23
loose the alignment limitation for host_ptr of CL_MEM_USE_HOST_PTR
Guo Yejun
3
-4
/
+22
2015-01-23
correct the cache line size to be 64
Guo Yejun
2
-2
/
+2
2015-01-13
Fix the printf buffer size bug.
Junyan He
4
-5
/
+9
2015-01-12
add CMake option USE_STANDALONE_GBE_COMPILER and STANDALONE_GBE_COMPILER_DIR
Guo Yejun
1
-2
/
+3
2015-01-09
CL/Driver/HSW: Convert L3 cycle for texture to uncachable.
Zhigang Gong
1
-1
/
+1
2015-01-07
CL/Driver: quick fix regression caused by remove MI_FLUSH.
Zhigang Gong
1
-0
/
+2
2015-01-07
CL/Driver: enable atomics in L3 for HSW.
Zhigang Gong
2
-1
/
+14
2015-01-06
Remove obsolete MI_FLUSH
Zhenyu Wang
4
-11
/
+3
2015-01-04
runtime: fix max work group size for IVBGT1.
Zhigang Gong
1
-2
/
+2
2015-01-04
runtime: tweak max memory allocation size.
Zhigang Gong
2
-2
/
+12
2014-12-29
Separate flush and invalidate in function intel_gpgpu_pipe_control.
Yang, Rong
2
-2
/
+36
2014-12-29
Use libdrm interface to get device id
Zhenyu Wang
2
-22
/
+2
2014-12-29
Add aub dump support
Zhenyu Wang
1
-1
/
+16
2014-12-25
Remove deprecated fulsim code
Zhenyu Wang
3
-237
/
+1
2014-12-25
fix min_max_read_image_args and min_max_parameter_size issue.
Luo Xionghu
6
-6
/
+7
2014-12-23
fix max_parameter_size not correct on x86 platforms.
Luo Xionghu
2
-2
/
+2
2014-12-18
GBE/CL: use 2D image to implement large image1D_buffer.
Zhigang Gong
4
-12
/
+50
2014-12-18
GBE: switch to CLANG native sampler_t.
Zhigang Gong
1
-7
/
+5
2014-12-03
Change CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR from 8 to 16.
Chuanbo Weng
1
-1
/
+1
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
clean code, the logic is already at the beginning of function
Guo Yejun
1
-16
/
+0
2014-12-02
Fix based on piglit OpenCL falied case (cl-api-compile-program).
Yan Wang
1
-4
/
+2
2014-11-28
fix issue to pass utest of runtime_climage_from_boname for BDW
Guo Yejun
1
-2
/
+2
2014-11-27
fix issue to create cl image from libva with non-zero offset
Guo Yejun
4
-7
/
+5
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
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
2
-8
/
+35
2014-11-18
Change the IVB/HSW L3 SQC credit setting.
Yang Rong
1
-2
/
+2
2014-11-18
Remove patch version on master branch.
Zhigang Gong
1
-1
/
+0
2014-11-13
Fix the bug of multi-thread crash
Junyan He
1
-13
/
+0
2014-11-13
runtime: fix bug in cl_enqueue_read_buffer.
Zhigang Gong
1
-3
/
+8
2014-11-13
runtime: refine version handling.
Zhigang Gong
2
-0
/
+5
2014-11-12
runtime: fix one bug in BDW image.
Zhigang Gong
1
-2
/
+4
2014-11-12
Revert "BDW: Change the default tiling mode to TILING_Y on BDW."
Zhigang Gong
1
-8
/
+4
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
57
-57
/
+57
2014-11-11
Revert "fix issue to create cl image from libva with non-zero offset"
Zhigang Gong
4
-7
/
+9
2014-11-10
use posix_memalign instead of aligned_alloc to be more compatible
Guo Yejun
1
-7
/
+11
2014-11-10
BDW: Change the default tiling mode to TILING_Y on BDW.
Yang Rong
1
-4
/
+8
2014-11-10
fix issue to create cl image from libva with non-zero offset
Guo Yejun
4
-9
/
+7
2014-11-10
fix a bug in clCompileProgram().
Luo Xionghu
1
-0
/
+4
2014-11-10
fix piglit clCreateProgramWithBinary fail.
Luo Xionghu
1
-0
/
+8
[next]