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-05-28
GBE: Consolidate all read/write instruction's bti handling.
Zhigang Gong
4
-28
/
+64
2014-05-28
separate runtime(libcl.so) and compiler(libgbe.so)
Guo Yejun
21
-44
/
+282
2014-05-28
GBE: fix baytrail L3 cache configuration.
Zhigang Gong
1
-1
/
+1
2014-05-27
GBE: Make compatible with old gcc version.
Ruiling Song
4
-4
/
+4
2014-05-27
Refine pci id detecting.
Junyan He
2
-2
/
+25
2014-05-27
GBE: fix post scheduling related bug for spill/unspill.
Zhigang Gong
3
-7
/
+31
2014-05-27
GBE: optimize post reg allocation instruction scheduling.
Zhigang Gong
4
-111
/
+202
2014-05-27
GBE: fix one post register allocation instruction scheduling bug.
Zhigang Gong
1
-3
/
+3
2014-05-27
GBE: disable mad for some cases.
Zhigang Gong
1
-1
/
+13
2014-05-23
GBE: fix a uniform analysis bug.
Zhigang Gong
2
-20
/
+46
2014-05-23
GBE: don't allocate/modify flag if it is not used in current BB.
Zhigang Gong
1
-4
/
+11
2014-05-23
GBE: optimize IMM handling for SEL/SEL_CMP/CMP.
Zhigang Gong
1
-86
/
+95
2014-05-23
GBE: optimize SUB dst, imm, src1 instruction.
Zhigang Gong
1
-13
/
+17
2014-05-23
GBE: optimize CMP instruction encoding.
Zhigang Gong
4
-51
/
+79
2014-05-23
GBE: refine disassembly code to show null register's type.
Zhigang Gong
1
-9
/
+11
2014-05-23
gbe_bin_generater: fix two bugs.
Zhigang Gong
2
-3
/
+6
2014-05-23
correct L3 cache settings for baytrail
Guo Yejun
1
-1
/
+29
2014-05-22
move enqueue_copy_image kernels outside of runtime code.
Luo
19
-174
/
+280
2014-05-22
fix event related bugs.
Luo
3
-41
/
+75
2014-05-22
GBE: optimize builtin atan2.
Ruiling Song
1
-12
/
+13
2014-05-22
Fix the bug of forgetting release sampler in utest.
Junyan He
4
-0
/
+8
2014-05-22
GBE: fix unpacked_uw/ub on uniform registers.
Zhigang Gong
2
-18
/
+26
2014-05-22
Add the pci id support for gbe_generate
Junyan He
4
-4
/
+35
2014-05-22
Fix map gtt fail when memory object size is too large.
Yang Rong
5
-34
/
+68
2014-05-19
HSW: Corret the scratch buffer size calc and set the correct index in vfe state.
Yang Rong
8
-24
/
+113
2014-05-19
HSW: Fix the atomic msg type typo.
Yang Rong
1
-1
/
+1
2014-05-19
Correct the double bug in HSW.
Yang Rong
4
-0
/
+12
2014-05-19
HSW: Use the drm flag I915_EXEC_ENABLE_SLM to set L3 control config.
Yang Rong
5
-5
/
+74
2014-05-19
HSW: Workaround the slm address issue.
Yang Rong
9
-21
/
+98
2014-05-19
Enable pipe control.
Yang Rong
2
-4
/
+8
2014-05-19
Fix a crash when clSetKernelArg of parameter point to NULL value.
Yang Rong
1
-3
/
+7
2014-05-19
HSW: align buffer's size to DWORD.
Yang Rong
1
-0
/
+4
2014-05-16
Modify the GenContext and GenEncoder's destructor to virtual
Junyan He
4
-4
/
+8
2014-05-16
Runtime: Fix a bug in L3 configuration.
Ruiling Song
2
-5
/
+14
2014-05-14
GBE: fix one regression caused by uniform analysis.
Zhigang Gong
1
-1
/
+7
2014-05-13
GBE: fix the legacy use of isScalarOrBool.
Zhigang Gong
3
-38
/
+24
2014-05-13
GBE: enable uniform analysis for bool data type.
Zhigang Gong
3
-56
/
+109
2014-05-13
GBE: enable uniform for load instruction.
Zhigang Gong
2
-22
/
+64
2014-05-13
GBE: implement uniform analysis.
Zhigang Gong
6
-136
/
+204
2014-05-13
GBE: change scalar byte size to 2 from 1.
Zhigang Gong
1
-1
/
+1
2014-05-13
GBE: No need to compute liveout again in value.cpp.
Zhigang Gong
1
-33
/
+0
2014-05-12
Fix double bugs for hsw
Junyan He
3
-2
/
+67
2014-05-12
Make the surface typed write work for HSW
Junyan He
8
-29
/
+202
2014-05-12
correct jump distance of hsw's jmpi.
Junyan He
1
-4
/
+5
2014-05-12
Using a correct DATAPORT and SFID for some send message of haswell.
Junyan He
6
-68
/
+126
2014-05-12
Add Gen75Context and Gen75Encoder class for hsw
Junyan He
11
-14
/
+180
2014-05-12
Update the device info description for HSW
Junyan He
1
-45
/
+90
2014-05-09
Runtime: change default tiling mode to TILE_X from TILE_Y.
Zhigang Gong
1
-2
/
+23
2014-05-09
GBE: Merge successive load/store together for better performance.
Ruiling Song
4
-1
/
+275
2014-05-09
GBE: Refine logic of finding where the local variable is defined.
Ruiling Song
1
-11
/
+14
[prev]
[next]