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
2013-08-09
GBE: Fix one bug in instruction scheduling.
Zhigang Gong
1
-3
/
+9
2013-08-09
GBE: fix insntruction scheduling related bugs in read64/write64.
Zhigang Gong
3
-37
/
+39
2013-08-07
GBE: enable double vector load/store support.
Zhigang Gong
4
-9
/
+12
2013-08-07
test 64bit-integer selection operator
Homer Hsing
2
-0
/
+7
2013-08-07
support 64bit-integer selection operator "?:"
Homer Hsing
4
-1
/
+37
2013-08-07
Implement spill/unspill
Ruiling Song
8
-18
/
+180
2013-08-07
enable scratch memory allocation and read/write
Ruiling Song
15
-19
/
+233
2013-08-07
keep address space qualifier of pointers
Homer Hsing
1
-63
/
+58
2013-08-07
test 64bit-integer immediate value, and "and", "or", "xor" arithmetic
Homer Hsing
3
-0
/
+65
2013-08-07
support 64bit-integer AND(&), OR(|), XOR(^) arithmetic
Homer Hsing
4
-3
/
+82
2013-08-07
support 64bit-integer immediate value
Homer Hsing
6
-0
/
+49
2013-08-07
Improve the accuracy of built-in function asin.
Yi Sun
1
-1
/
+10
2013-08-06
support 64bit-integer addition, subtraction
Homer Hsing
12
-3
/
+262
2013-08-06
Fix a bug in stack calculation.
Ruiling Song
2
-2
/
+1
2013-08-06
support 64bit-integer reading(writing)
Homer Hsing
8
-32
/
+35
2013-08-05
test if register allocation and 64-bit reading are fixed
Homer Hsing
3
-0
/
+46
2013-08-05
GBE: refactor double support.
Zhigang Gong
7
-162
/
+201
2013-08-05
test built-in function "shuffle2"
Homer Hsing
3
-0
/
+59
2013-08-05
add built-in function "shuffle2"
Homer Hsing
1
-0
/
+108
2013-07-30
Need to define local to __local.
Zhigang Gong
1
-1
/
+1
2013-07-30
Added memory space parameters support at the autogeneration script.
Zhigang Gong
3
-205
/
+89
2013-07-30
utests: Add a test case for built-in functions get_num_groups.
Yi Sun
3
-0
/
+89
2013-07-30
utest: Add test for built-in function get_local_id.
Yi Sun
3
-0
/
+88
2013-07-30
utest: Add test for built-in function get_local_size.
Yi Sun
3
-0
/
+92
2013-07-29
Enable islessgreater/isordered/isunordered builtin vector functions.
Zhigang Gong
1
-3
/
+3
2013-07-29
add built-in function "isordered", "isunordered"
Homer Hsing
1
-0
/
+2
2013-07-29
add built-in function "islessgreater"
Homer Hsing
1
-0
/
+1
2013-07-25
Add generated header and PCH to gitignore
Simon Richter
1
-0
/
+2
2013-07-25
Use access() instead of fopen() to search for PCH
Simon Richter
1
-3
/
+2
2013-07-24
Fix the indention handling in vector builtin function generator.
Zhigang Gong
1
-4
/
+0
2013-07-24
add address space qualifier to "modf"
Homer Hsing
1
-11
/
+25
2013-07-24
add address space qualifier to "remquo"
Homer Hsing
1
-11
/
+25
2013-07-24
revise built-in function "shuffle"
Homer Hsing
1
-46
/
+35
2013-07-24
Add misc builtin vector functions.
Zhigang Gong
1
-2
/
+8
2013-07-24
check whether python is installed.
Zhigang Gong
1
-0
/
+2
2013-07-24
Add the PCH support when building the source.
Junyan He
6
-46
/
+94
2013-07-24
Split the thounsands autogenerated code out from ocl_stdlib header file.
Zhigang Gong
11
-11197
/
+5628
2013-07-24
Implement a pyton script to auto generate those builtin vector functions.
Zhigang Gong
3
-673
/
+6291
2013-07-24
test builtin function "shuffle"
Homer Hsing
3
-0
/
+54
2013-07-24
add builtin function "shuffle"
Homer Hsing
1
-0
/
+85
2013-07-24
Frexp support global memory directly
Zhigang Gong
1
-3
/
+1
2013-07-24
add address_space modifier to builtin functions' pointer
Homer Hsing
1
-4
/
+11
2013-07-24
test built-in function "remquo"
Homer Hsing
3
-0
/
+72
2013-07-24
add built-in function "remquo"
Homer Hsing
1
-0
/
+35
2013-07-24
test builtin function "modf"
Homer Hsing
3
-0
/
+63
2013-07-24
add builtin function "modf"
Homer Hsing
1
-0
/
+34
2013-07-24
test built-in function "nextafter"
Homer Hsing
3
-0
/
+65
2013-07-24
add built-in function "nextafter"
Homer Hsing
1
-0
/
+17
2013-07-22
utest: add built-in test case for get_global_id.
Yi Sun
3
-0
/
+82
2013-07-22
Add build clang option fno-builtin to disable intrinsics.
Yang Rong
1
-0
/
+3
[prev]
[next]