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-11-07
utests: fix bugs in builtin_tgamma().
Release_v0.9.x
Rebecca Palmer
1
-2
/
+7
2014-11-07
utests: fix bugs in builtin_pow().
Rebecca Palmer
1
-5
/
+11
2014-11-07
GBE: fix bug in tgamma().
Rebecca Palmer
1
-182
/
+7
2014-11-07
GBE: fix bug in erf()/erfc().
Rebecca Palmer
2
-14
/
+290
2014-11-07
GBE: fix bug in pow()/pown().
Rebecca Palmer
2
-5
/
+17
2014-11-07
GBE: Support more instructions for constant expression handling.
Zhigang Gong
3
-19
/
+125
2014-11-03
GBE: fix one compilation warning.
Zhigang Gong
1
-2
/
+4
2014-11-03
use env to set environment variables for GBE_BIN_GENERATER
Andreas Beckmann
1
-1
/
+1
2014-11-03
fix some typos
Andreas Beckmann
2
-4
/
+4
2014-09-15
Bump to 0.9.3.
Release_v0.9.3
Zhigang Gong
2
-1
/
+4
2014-09-15
Remove out-of-date document.
Zhigang Gong
3
-99
/
+47
2014-09-15
Document fixup.
Zhigang Gong
1
-6
/
+2
2014-09-15
GBE: Fix sub_sat corner case.
Ruiling Song
2
-2
/
+2
2014-09-15
Update readme.
Zhigang Gong
1
-54
/
+58
2014-09-15
fix bin/cl-program-tester tests/cl/program/execute/attributes.cl regression.
Luo Xionghu
1
-6
/
+7
2014-09-12
fix piglit get kernel info FUNCTION ATTRIBUTE fail.
Luo
13
-0
/
+100
2014-09-12
runtime: fix build status handling.
Zhigang Gong
3
-23
/
+35
2014-09-12
runtime: fix program binary type bug.
Zhigang Gong
2
-1
/
+4
2014-09-12
GBE: fix multiple files compilation bugs.
Zhigang Gong
2
-3
/
+8
2014-09-12
Update license disclaimer.
Yang Rong
1
-32
/
+28
2014-09-11
GBE: don't enable double by default.
Zhigang Gong
1
-1
/
+5
2014-09-11
GBE: fix a potential memory leak bug.
Zhigang Gong
1
-0
/
+1
2014-09-11
GBE: Fix a potential segfault.
Zhigang Gong
1
-1
/
+2
2014-09-11
fix piglit cl-api-set-kernel-arg fail.
Luo Xionghu
3
-1
/
+20
2014-09-11
fix clGetKernelWorkGroupInfo built-in kernel fail.
Luo Xionghu
6
-0
/
+73
2014-09-11
GBE: fix bugs when handling -cl-std option.
Zhigang Gong
2
-3
/
+9
2014-09-10
Fix the issue of -cl-std=CLX.X option.
Junyan He
3
-5
/
+66
2014-09-10
Runtime: Implement clGetExtensionFunctionAddressForPlatform.
Zhigang Gong
2
-3
/
+18
2014-09-09
Update README for the command parser in drm kernel.
Yang Rong
1
-0
/
+8
2014-09-09
GBE: fix some predfeined OCL macros.
Zhigang Gong
1
-1
/
+5
2014-09-09
fix piglit cl-api-get-program-info fail.
Luo Xionghu
1
-1
/
+1
2014-09-09
build: fix a CXXFLAGS override bug in backend directory.
Zhigang Gong
1
-3
/
+1
2014-09-09
GBE: Fix a bug in gatherBTI.
Ruiling Song
1
-1
/
+1
2014-09-09
GBE: initialize BTI structure to zero.
Ruiling Song
1
-0
/
+4
2014-09-05
GBE: fixup/refine a bug for image1D array's extra binding index handling.
Zhigang Gong
5
-16
/
+36
2014-09-05
Fix the global string bug for printf.
Junyan He
1
-0
/
+12
2014-09-05
GBE: cleanup image base index related code.
Zhigang Gong
6
-42
/
+0
2014-09-05
GBE: Handle bti allocation for internal buffer used by printf.
Ruiling Song
16
-34
/
+96
2014-09-05
GBE: Refine bti usage in backend & runtime.
Ruiling Song
26
-167
/
+599
2014-09-05
GBE: Optimize constant load with sampler.
Ruiling Song
7
-11
/
+30
2014-09-05
GBE: fallback if we get a wider than i64 constant.
Zhigang Gong
1
-0
/
+4
2014-09-05
GBE: fix a bug with LLVM 3.3.
Zhigang Gong
1
-5
/
+5
2014-09-05
GBE: avoid one optimization pass to generate wide integer.
Zhigang Gong
1
-11
/
+12
2014-09-03
GBE: adjust preferred vector length.
Zhigang Gong
1
-12
/
+12
2014-09-03
Fix the global string bug for printf.
Junyan He
1
-1
/
+15
2014-09-02
GBE: fix error in the rootn fastpath function for some special input.
Zhigang Gong
1
-3
/
+12
2014-09-02
utests: fix two utest bugs.
Zhigang Gong
2
-2
/
+2
2014-09-02
Fix a bug for runtime_barrier_list.cpp, event array out of bound
Junyan He
1
-1
/
+1
2014-09-02
Fix two bugs.
Yang Rong
2
-3
/
+3
2014-09-02
Two minor fix.
Yang Rong
3
-7
/
+7
[next]