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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-14
add Broxton support
Guo Yejun
3
-7
/
+41
2015-12-10
runtime: add macro DEBUGP() to handle debug printf.
Ruiling Song
2
-3
/
+9
2015-12-09
SKL: Use kernel-defined MOCS values instead of assuming hardware defaults.
Francisco Jerez
1
-2
/
+2
2015-12-09
fix gcc build error.
Luo Xionghu
2
-2
/
+2
2015-12-09
runtime: add missing supported format image_1d_buffer.
Luo Xionghu
1
-0
/
+1
2015-12-09
runtime: fix clLinkProgram bug.
Luo Xionghu
1
-0
/
+10
2015-12-09
runtime: fix clCompileProgram bug.
Luo Xionghu
3
-13
/
+6
2015-12-09
runtime: initialize the memory content to 0.
Luo Xionghu
1
-0
/
+1
2015-12-09
make Beignet as intermedia layer of CMRT
Guo Yejun
14
-14
/
+491
2015-11-26
check image from buffer's base address alignment.
Luo Xionghu
1
-0
/
+9
2015-11-25
runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...
Zhigang Gong
5
-6
/
+13
2015-11-19
Runtime: return the correct error code in cl_event_check_waitlist.
Yang Rong
1
-2
/
+4
2015-11-17
Runtime: Bind the profiling buffer when profiling enabled.
Junyan He
6
-1
/
+126
2015-11-17
Add profiling info APIs to runtime.
Junyan He
2
-0
/
+18
2015-11-17
CMake: Add -lrt to the link command of libcl.so
Junyan He
1
-0
/
+1
2015-11-17
Full support of cl_intel_motion_estimation extension.
Chuanbo Weng
1
-33
/
+166
2015-11-11
runtime: extension size not enough.
Luo Xionghu
3
-3
/
+10
2015-11-10
Add extensions intel_accelerator and basic intel_motion_estimation.
Chuanbo Weng
21
-33
/
+914
2015-11-10
Add extension clCreateImageFromFdINTEL to create cl image by external fd.
Chuanbo Weng
6
-0
/
+125
2015-11-10
Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...
Chuanbo Weng
6
-3
/
+93
2015-11-04
set the pitch of image from buffer to the buffer's pitch.
Luo Xionghu
1
-1
/
+6
2015-11-03
fix regression issue for climage + uesrptr
Guo Yejun
1
-1
/
+2
2015-11-03
runtime: dynamically get global memory size and max alloc size
Pan Xiuli
2
-4
/
+20
2015-11-03
driver: add setup_bti_gen9 for bigger buffer up to 4G
Pan Xiuli
1
-2
/
+39
2015-11-03
runtime: refine the cl_device_id to support bigger memory
Pan Xiuli
6
-11
/
+73
2015-11-03
drivers: change the buf size to size_t
Pan Xiuli
2
-9
/
+12
2015-10-27
Runtime: Refine ext enable function for platform.
Junyan He
3
-19
/
+54
2015-10-21
Runtime: add CL_DEVICE_SPIR_VERSIONS to clGetDeviceInfo.
Yang Rong
3
-0
/
+4
2015-10-21
use table to define and query binary headers.
Luo Xionghu
2
-26
/
+39
2015-10-20
add conditions of pitch and h to enable userptr for climage_use_host_ptr
Guo Yejun
1
-1
/
+4
2015-10-20
pitchalignment should be set to 1.
Luo Xionghu
1
-1
/
+1
2015-10-20
Revert "return 32 could gain 0.2% performance on opencv optical flow case."
Luo Xionghu
1
-1
/
+1
2015-10-20
alignment of NO TILING surface limitation shouldn't be removed.
Luo Xionghu
1
-3
/
+4
2015-10-14
enable USE_HOST_PTR for cl image with userptr to avoid extra copying
Guo Yejun
3
-18
/
+44
2015-10-14
refine code to separate the usage of data and image2d_from_buffer
Guo Yejun
3
-26
/
+38
2015-10-13
Fix a event leak in create context
Pan Xiuli
1
-0
/
+1
2015-10-13
runtime: refine the last_event in queue to a list
Pan Xiuli
3
-27
/
+55
2015-10-13
Fix gpgpu node related bug
Pan Xiuli
1
-1
/
+1
2015-10-13
Add -dump-opt-asm support to the clLinkProgram() API
Manasi Navare
1
-3
/
+1
2015-10-12
GBE: fix kernel arguments uploading bug.
Zhigang Gong
2
-5
/
+9
2015-09-24
GBE: refactor curbe register allocation.
Zhigang Gong
3
-20
/
+30
2015-09-23
Driver: fix the annoying "Failed to release userptr..." error message
Pan Xiuli
1
-2
/
+4
2015-09-23
Calculate appropriate timestamps for cl profile
Midhun Kodiyath
3
-4
/
+71
2015-09-22
enable create image 2d from buffer in clCreateImage.
Luo Xionghu
7
-29
/
+99
2015-09-22
return 32 could gain 0.2% performance on opencv optical flow case.
Luo Xionghu
1
-1
/
+1
2015-09-21
should check the return value of cl_program_new.
Luo Xionghu
1
-0
/
+18
2015-09-21
Fix clLinkProgram error.
Yang Rong
2
-16
/
+29
2015-09-18
Don't use cl_buffer_get_subdata in clEnqueueReadBuffer.
Yang Rong
1
-1
/
+4
2015-09-18
Fix piglit clLinkProgram fail.
Yang Rong
4
-3
/
+24
2015-09-07
Runtime: Add NULL pointer check in clGetKernelArgInfo
Junyan He
1
-1
/
+2
[next]