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
/
intel
/
intel_driver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-10
Add extension clCreateImageFromFdINTEL to create cl image by external fd.
Chuanbo Weng
1
-0
/
+17
2015-11-10
Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...
Chuanbo Weng
1
-3
/
+31
2015-11-03
runtime: dynamically get global memory size and max alloc size
Pan Xiuli
1
-0
/
+5
2015-09-23
Driver: fix the annoying "Failed to release userptr..." error message
Pan Xiuli
1
-2
/
+4
2015-08-13
Set proper Vendor ID
Midhun Kodiyath
1
-4
/
+4
2015-06-30
use self test to determine enable/or disable atomics in L3 for HSW.
Luo Xionghu
1
-0
/
+7
2015-05-04
CHV: Add cherryview support in the runtime.
Meng Mengmeng
1
-0
/
+12
2015-04-14
runtime: don't try to open nonexistent render nodes or device files.
Zhigang Gong
1
-1
/
+4
2015-04-13
GBE: refine error handling for private libva buffer sharing extension.
Zhigang Gong
1
-0
/
+7
2015-03-19
Query the driver directly for compute units and subslice
Jeff McGee
1
-4
/
+21
2015-03-19
Add driver callback for updating device info
Jeff McGee
1
-0
/
+36
2015-02-27
Crash when hardware inaccessible
Rebecca N. Palmer
1
-13
/
+16
2015-02-09
SKL: fix some 3D and 2D array image fail.
Yang Rong
1
-1
/
+15
2015-01-30
SKL: Add function intel_gpgpu_bind_image_gen9.
Yang Rong
1
-1
/
+1
2015-01-30
SKL: enable skl device.
Yang Rong
1
-1
/
+3
2014-12-29
Use libdrm interface to get device id
Zhenyu Wang
1
-19
/
+2
2014-12-29
Add aub dump support
Zhenyu Wang
1
-1
/
+16
2014-11-27
fix issue to create cl image from libva with non-zero offset
Guo Yejun
1
-3
/
+1
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-11-11
Revert "fix issue to create cl image from libva with non-zero offset"
Zhigang Gong
1
-1
/
+3
2014-11-10
fix issue to create cl image from libva with non-zero offset
Guo Yejun
1
-3
/
+1
2014-11-07
support CL_MEM_USE_HOST_PTR with userptr for cl buffer
Guo Yejun
1
-0
/
+15
2014-10-28
Refine the intel gpgpu delete.
Yang Rong
1
-25
/
+2
2014-10-24
Use pread/pwrite for buffer enqueue read/write
Zhenyu Wang
1
-0
/
+1
2014-10-23
Fix the bug of 1D array slice pitch
Junyan He
1
-0
/
+39
2014-10-10
BDW: Add gen8 into intel_driver_init
Junyan He
1
-1
/
+3
2014-08-28
Only compiler X11 files and do X11 operations when found X11.
Yang Rong
1
-2
/
+13
2014-08-12
Fail gracefully on unsupported hardware
Rebecca Palmer
1
-5
/
+6
2014-07-31
GBE: cleanup image base index related code.
Zhigang Gong
1
-6
/
+0
2014-07-17
remove requirment as drm master in non-x environment
Guo Yejun
1
-34
/
+23
2014-06-19
Try to use drm render nodes.
Abrahm Scully
1
-0
/
+31
2014-06-12
remove RTLD_DEEPBIND to avoid stdc++ issues
Guo Yejun
1
-1
/
+1
2014-06-11
fix issue when create cl image from libva with offset
Guo Yejun
1
-1
/
+3
2014-06-11
GBE: increase batch size to relax the max reloc restriction.
Zhigang Gong
1
-1
/
+1
2014-06-04
refine code for the usage of set_image_base_index
Guo Yejun
1
-1
/
+1
2014-05-30
extract libgbeinterp.so from runtime (libcl.so)
Guo Yejun
1
-1
/
+1
2014-05-28
Return CL_IMAGE_FORMAT_NOT_SUPPORTED if image_format is not supported.
Yang Rong
1
-1
/
+3
2014-05-28
separate runtime(libcl.so) and compiler(libgbe.so)
Guo Yejun
1
-2
/
+5
2014-05-19
HSW: Use the drm flag I915_EXEC_ENABLE_SLM to set L3 control config.
Yang Rong
1
-0
/
+19
2014-05-12
Make the surface typed write work for HSW
Junyan He
1
-1
/
+1
2014-04-16
Runtime: increase batch size to 8K.
Ruiling Song
1
-1
/
+1
2014-04-16
GBE: Optimize read_image performance for CL_ADDRESS_CLAMP..
Zhigang Gong
1
-1
/
+1
2014-04-08
Silent some compilation warnings.
Zhigang Gong
1
-1
/
+4
2014-04-08
GBE: Disable SPF and use JMPI + IF/ENDIF to handle each blocks.
Zhigang Gong
1
-0
/
+1
2014-03-10
Add clGetMemObjectFdIntel() api
Chuanbo Weng
1
-0
/
+1
2013-12-31
report errors if opening the DRI device fails
Mario Kicherer
1
-2
/
+7
2013-10-22
Fix two memory leak.
Chuanbo Weng
1
-1
/
+4
2013-10-18
add clCreateImageFromLibvaIntel() api
Lu Guanqun
1
-3
/
+19
2013-10-18
add clCreateBufferFromLibvaIntel() api
Lu Guanqun
1
-0
/
+15
2013-09-26
refactor the api of intel_driver_share_buffer
Lu Guanqun
1
-3
/
+3
[next]