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
/
cl_command_queue_gen7.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-10-28
Fix a size assert when setup bti.
Yang Rong
1
-1
/
+5
2014-10-17
Refine the the error handling in function cl_command_queue_ND_range_gen7.
Yang Rong
1
-3
/
+5
2014-10-15
Fit the printf bug in loop
Junyan He
1
-0
/
+8
2014-07-30
GBE: Handle bti allocation for internal buffer used by printf.
Ruiling Song
1
-2
/
+2
2014-07-30
GBE: Refine bti usage in backend & runtime.
Ruiling Song
1
-3
/
+2
2014-07-11
runtime/driver: refine error handlings.
Zhigang Gong
1
-16
/
+36
2014-07-01
runtime: fix max group size calculation issue.
Zhigang Gong
1
-6
/
+0
2014-06-23
Fix a crash bug when no %d appears in the printf fmt
Junyan He
1
-2
/
+4
2014-06-23
runtime: choose the actual EU number as the max compute units.
Zhigang Gong
1
-3
/
+3
2014-06-12
HSW: Fix potential issue of GT3 when calc stack address.
Yang Rong
1
-0
/
+7
2014-06-12
remove RTLD_DEEPBIND to avoid stdc++ issues
Guo Yejun
1
-30
/
+30
2014-06-11
Add the printf logic into the run time.
Junyan He
1
-0
/
+24
2014-06-09
HSW: enable the surface's cache in HSW.
Yang Rong
1
-2
/
+2
2014-06-09
HSW: Set correct max work group size for GT2 and GT3.
Yang Rong
1
-0
/
+7
2014-05-30
Refine the cl thread implement for queue.
Junyan He
1
-1
/
+1
2014-02-24
GBE: remove the useless get sampler info function.
Zhigang Gong
1
-9
/
+0
2014-02-17
CL: make the scratch size as a device resource attribute.
Zhigang Gong
1
-11
/
+10
2014-02-14
GBE: Support 64Bit register spill.
Ruiling Song
1
-1
/
+2
2013-12-31
Modify the multi-thread support for queue.
Junyan He
1
-0
/
+1
2013-11-27
Runtime: fixed one missing case for clGetKernelWorkGroupInfo.
Zhigang Gong
1
-1
/
+1
2013-11-11
Runtime: complete the api clGetKernelWorkGroupInfo.
Zhigang Gong
1
-1
/
+2
2013-11-11
GBE: Fix alignment according to OCL spec
Ruiling Song
1
-15
/
+28
2013-11-08
Move the gpgpu struct from cl_command_queue to thread specific context
Junyan He
1
-3
/
+4
2013-10-18
Using the PIPE_CONTROL to implement get time stamp in gen backend
Junyan He
1
-1
/
+4
2013-10-14
GBE: Support local variable inside kernel function.
Ruiling Song
1
-1
/
+2
2013-09-26
GBE: Refine the curbe entry allocation for sampler/image information.
Zhigang Gong
1
-3
/
+5
2013-09-26
GBE/Runtime: implement workaround for IVB sampler bug
Zhigang Gong
1
-0
/
+7
2013-09-04
Implement constant buffer based on constant cache.
Ruiling Song
1
-14
/
+63
2013-08-12
Add openCL event support.
Yang Rong
1
-2
/
+0
2013-08-07
enable scratch memory allocation and read/write
Ruiling Song
1
-0
/
+9
2013-08-06
Fix a bug in stack calculation.
Ruiling Song
1
-1
/
+0
2013-06-13
CL: Fix the bug in clfinish.
Zou, Nanhai
1
-3
/
+0
2013-06-06
Check for exhaustion of local memory
Dag Lem
1
-1
/
+4
2013-06-05
GBE: Add two builtin functions get_work_dim / get_global_offset.
Zhigang Gong
1
-1
/
+4
2013-05-31
Support non-16 multiple group size.
Ruiling Song
1
-1
/
+1
2013-05-15
GBE/Runtime: Optimize Sample/TypedWrite instruction.
Zhigang Gong
1
-0
/
+2
2013-05-15
GBE: concentrate all samplers' allocation at compile time.
Zhigang Gong
1
-1
/
+1
2013-05-15
CL: Support kernel side defined samplers.
Zhigang Gong
1
-0
/
+2
2013-05-02
Support global constant arrays
Homer Hsing
1
-0
/
+8
2013-04-22
Add constant pointer as argument support in runtime.
Yang Rong
1
-2
/
+5
2012-11-13
Added complete support for barrier (and use of SLM)
Benjamin Segovia
1
-5
/
+7
2012-11-09
Added support for __local pointer in kernel arguments. This require to add more
Benjamin Segovia
1
-3
/
+20
2012-11-08
Added support for llvm 3.1
Benjamin Segovia
1
-1
/
+1
2012-08-10
Cleaned up the code from previous unused dependencies Upate the README
Benjamin Segovia
1
-7
/
+2
2012-08-10
Added more tests for function arguments
Benjamin Segovia
1
-14
/
+14
2012-08-10
Added one more test for the arrays
Benjamin Segovia
1
-4
/
+1
2012-08-10
Added first test for stack handling
Benjamin Segovia
1
-15
/
+57
2012-08-10
Fixed this damn fucking relocation bug!
Benjamin Segovia
1
-5
/
+6
2012-08-10
Added support for BlockIPs
Benjamin Segovia
1
-13
/
+30
[next]