index
:
beignet
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
Release_v1.2
Release_v1.3
master
newRT
Beignet OpenCL Library for Intel Ivy Bridge and newer GPUs (mirrored from https://gitlab.freedesktop.org/beignet/beignet)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-10
Split the multiple test cases to individual cases.
Zhigang Gong
2
-26
/
+30
2013-04-10
add sub_sat test case
Lu Guanqun
3
-0
/
+129
2013-04-10
add anonymous namespace to avoid name collision with the next patch
Lu Guanqun
1
-0
/
+4
2013-04-10
add sub_sat operation
Lu Guanqun
7
-2
/
+55
2013-04-10
fix two unused variables
Lu Guanqun
2
-2
/
+0
2013-04-10
add add_sat test case
Lu Guanqun
3
-1
/
+126
2013-04-10
add add_sat operation
Lu Guanqun
7
-0
/
+88
2013-04-10
keep track of saturate flag in GenInstructionState
Lu Guanqun
2
-2
/
+3
2013-04-10
Fixed a bug in write_imagef.
Zhigang Gong
1
-7
/
+9
2013-04-10
Implement cl_khr_gl_sharing by using upstream technology.
Zhigang Gong
13
-104
/
+226
2013-04-10
utest: Added one test case for the int4 constant vector.
Zhigang Gong
3
-0
/
+44
2013-04-10
Fixed TYPED_WRITE instruction bug for SRC register allocation.
Zhigang Gong
4
-51
/
+48
2013-04-10
utest: Added one test case to fill a image2d.
Zhigang Gong
3
-0
/
+50
2013-04-10
utest: Added one image2d test case copy_image.
Zhigang Gong
3
-0
/
+57
2013-04-10
utest: Added some new helper macros for image2d test cases.
Zhigang Gong
1
-0
/
+14
2013-04-10
Don't always set build type to DEBUGO0.
Zhigang Gong
1
-1
/
+0
2013-04-10
Fix the assertion condition check.
Zhigang Gong
1
-1
/
+2
2013-04-10
use TupleDstPolicy for SampleInstruction and TypeWriteInstruction
Lu Guanqun
1
-25
/
+10
2013-04-10
add TupleDstPolicy for instructions
Lu Guanqun
1
-0
/
+16
2013-04-10
implement OCL 1.2 new APIs.
Zhigang Gong
10
-89
/
+187
2013-04-10
Implement TYPED_WRITE instruction.
Zhigang Gong
11
-17
/
+221
2013-04-10
Added missed macros/structs for typed write message.
Zhigang Gong
1
-7
/
+38
2013-04-10
Implement SAMPLE instruction.
Zhigang Gong
19
-76
/
+327
2013-04-10
Implement sampler support.
Zhigang Gong
7
-1
/
+150
2013-04-10
Finish the incomplete 2d image support in runtime library.
Zhigang Gong
4
-9
/
+67
2013-04-10
Insert ocl_common_defines to the cl source file.
Zhigang Gong
2
-4
/
+2
2013-04-10
Add one function generate ARF register.
Zhigang Gong
1
-0
/
+4
2013-04-10
Added a new common header file for both kernel and host.
Zhigang Gong
2
-1
/
+125
2013-04-10
backend: Remove argID in function arguments iteration
Feng, Boqun
1
-4
/
+2
2013-04-10
remove all Makefiles
Lu Guanqun
22
-1077
/
+2
2013-04-10
fix the sign-compare warning
Lu Guanqun
2
-3
/
+3
2013-04-10
add check for memory allocation size
Lu Guanqun
3
-1
/
+27
2013-04-10
cleanup .gitignore files
Lu Guanqun
2
-10
/
+0
2013-04-10
support OpenCL conversions & type casting function "as_uchar4(float f)"
Homer Hsing
2
-0
/
+18
2013-04-10
support OpenCL conversions & type casting function "convert_type_4"
Homer Hsing
2
-0
/
+52
2013-04-10
define macro CLK_{LOCAL,GLOBAL}_MEM_FENCE in ocl_stdlib.h
Homer Hsing
2
-0
/
+14
2013-04-10
more test case for vector load/store function
Homer Hsing
1
-0
/
+5
2013-04-10
more test case for OpenCL 1.1 integer built-in macros
Homer Hsing
1
-0
/
+1
2013-04-10
support OpenCL 1.1 integer built-in macros
Homer Hsing
2
-0
/
+36
2013-04-10
implement blocking mode of clEnqueueUnmapMemObject
Homer Hsing
1
-2
/
+1
2013-04-10
implement blocking mode of clEnqueueMapBuffer
Homer Hsing
1
-2
/
+7
2013-04-10
Implement clEnqueueWriteBuffer
Homer Hsing
1
-2
/
+9
2013-04-10
Fix extended math function selection logic for int div.
Homer Hsing
1
-7
/
+10
2013-04-10
install header files
Lu Guanqun
1
-0
/
+3
2013-04-10
Import gbm internal header files.
Zhigang Gong
6
-0
/
+642
2013-04-10
Implement OCL extension initizliation.
Zhigang Gong
5
-15
/
+253
2013-04-10
Find GBM/EGL library at build time.
Zhigang Gong
3
-0
/
+89
2013-04-10
backend: Add LLVM stable version support
Feng, Boqun
4
-4
/
+23
2013-04-10
Keep consistent naming rule for LLVM_XXX Cmake variables.
Zhigang Gong
3
-14
/
+9
2013-04-10
fix compilation errors when it can't find correct library dirs
Lu Guanqun
1
-2
/
+2
[next]