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
2015-11-10
Add built-in function __gen_ocl_vme.
Chuanbo Weng
18
-5
/
+436
2015-11-10
GBE: fix a regression bug at post phi copy optimization.
Zhigang Gong
1
-0
/
+6
2015-11-10
Add extension clCreateImageFromFdINTEL to create cl image by external fd.
Chuanbo Weng
7
-0
/
+146
2015-11-10
Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...
Chuanbo Weng
7
-3
/
+109
2015-11-06
utests: fix compiler_fill_image_2d_array random bug
Pan Xiuli
1
-6
/
+12
2015-11-06
utests: fix image_from_buffer bugs
Pan Xiuli
1
-8
/
+9
2015-11-06
GBE: Refine ir for memory operation like atomic/load/store
Ruiling Song
6
-505
/
+531
2015-11-06
add benckmark for copy data from image to image
Meng Mengmeng
3
-1
/
+87
2015-11-06
add benckmark for copy data from buffer to buffer
Meng Mengmeng
3
-1
/
+84
2015-11-06
Backend: Fix half->long convertion bug for BSW.
Junyan He
1
-3
/
+13
2015-11-06
Backend: Fix a potential bug for uniform conversion.
Junyan He
1
-0
/
+33
2015-11-06
Utest: Fix a bug for double div.
Junyan He
2
-2
/
+4
2015-11-06
Utests: Add test cases for double conversion.
Junyan He
7
-57
/
+837
2015-11-06
Backend: Add double conversion to insn selection.
Junyan He
1
-8
/
+189
2015-11-06
Backend: Delete LOAD_DF_IMM instruction.
Junyan He
9
-97
/
+2
2015-11-06
Backend: Delete the useless MOV_DF instruction.
Junyan He
9
-145
/
+1
2015-11-04
GBE: Don't read past end of printf format string
Rebecca N. Palmer
1
-1
/
+1
2015-11-04
set the pitch of image from buffer to the buffer's pitch.
Luo Xionghu
1
-1
/
+6
2015-11-03
utests: fix multithread queue chaos
Pan Xiuli
1
-7
/
+1
2015-11-03
add more OP for LOGICAL_SRCMOD case
Guo Yejun
3
-8
/
+9
2015-11-03
fix regression issue for climage + uesrptr
Guo Yejun
1
-1
/
+2
2015-11-03
add comments to explain 32bit is enough to represent w+hstrid+vstride
Guo Yejun
1
-0
/
+4
2015-11-03
GBE: Fix unaligned load/store issues.
Ruiling Song
1
-4
/
+5
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
Utest: Add double division test.
Junyan He
5
-45
/
+92
2015-10-27
Utests: Add double check and refine compiler_double case.
Junyan He
5
-1
/
+31
2015-10-27
Runtime: Refine ext enable function for platform.
Junyan He
3
-19
/
+54
2015-10-27
Backend: Add madm and invm instrucions to disasm.
Junyan He
1
-18
/
+116
2015-10-27
Backend: Implement FDIV64 on BDW.
Junyan He
2
-0
/
+147
2015-10-27
Backend: Add the MADM function to gen8 encoder.
Junyan He
2
-0
/
+63
2015-10-27
Backend: Add MATH_WITH_ACC function.
Junyan He
3
-0
/
+77
2015-10-27
Backend: Fix a bug for double imm src setting.
Junyan He
1
-1
/
+1
2015-10-27
Backend: Delete getDoubleExecWidth and refine handleDouble.
Junyan He
7
-61
/
+55
2015-10-27
Backend: Add gen8 instruction field for special accumulator.
Junyan He
1
-0
/
+86
2015-10-27
Backend: Add FDIV64 function for gen_insn_selection.
Junyan He
5
-1
/
+58
2015-10-27
Backend: Redefine double register pattern.
Junyan He
2
-3
/
+3
2015-10-27
Backend: Fix the bug for double imm reg.
Junyan He
1
-1
/
+1
2015-10-21
fix a long relative regreesion issue on BSW caused by local copy propagation
Guo Yejun
3
-2
/
+10
2015-10-21
fix a regression issue caused by LocalCopyPropagation
Guo Yejun
3
-0
/
+14
2015-10-21
Runtime: add CL_DEVICE_SPIR_VERSIONS to clGetDeviceInfo.
Yang Rong
3
-0
/
+4
2015-10-21
LibOcl: Fix float convert to long/ulong bug.
Yang Rong
1
-3
/
+23
2015-10-21
Utest: fix random assert in function cl_kernel_link.
Yang Rong
1
-8
/
+6
2015-10-21
Libocl: forgot to add memset.h.
Yang Rong
1
-0
/
+1
2015-10-21
use table to define and query binary headers.
Luo Xionghu
3
-74
/
+117
2015-10-21
add utests option: -j which specifies the 'number' of jobs (multi-thread)
Meng Mengmeng
5
-13
/
+89
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
fix uniform case for ByteGather
Guo Yejun
1
-2
/
+2
[prev]
[next]