summaryrefslogtreecommitdiff
path: root/src/intel/intel_driver.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Add extension clCreateImageFromFdINTEL to create cl image by external fd.Chuanbo Weng1-0/+17
2015-11-10Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...Chuanbo Weng1-3/+31
2015-11-03runtime: dynamically get global memory size and max alloc sizePan Xiuli1-0/+5
2015-09-23Driver: fix the annoying "Failed to release userptr..." error messagePan Xiuli1-2/+4
2015-08-13Set proper Vendor IDMidhun Kodiyath1-4/+4
2015-06-30use self test to determine enable/or disable atomics in L3 for HSW.Luo Xionghu1-0/+7
2015-05-04CHV: Add cherryview support in the runtime.Meng Mengmeng1-0/+12
2015-04-14runtime: don't try to open nonexistent render nodes or device files.Zhigang Gong1-1/+4
2015-04-13GBE: refine error handling for private libva buffer sharing extension.Zhigang Gong1-0/+7
2015-03-19Query the driver directly for compute units and subsliceJeff McGee1-4/+21
2015-03-19Add driver callback for updating device infoJeff McGee1-0/+36
2015-02-27Crash when hardware inaccessibleRebecca N. Palmer1-13/+16
2015-02-09SKL: fix some 3D and 2D array image fail.Yang Rong1-1/+15
2015-01-30SKL: Add function intel_gpgpu_bind_image_gen9.Yang Rong1-1/+1
2015-01-30SKL: enable skl device.Yang Rong1-1/+3
2014-12-29Use libdrm interface to get device idZhenyu Wang1-19/+2
2014-12-29Add aub dump supportZhenyu Wang1-1/+16
2014-11-27fix issue to create cl image from libva with non-zero offsetGuo Yejun1-3/+1
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-11-11Revert "fix issue to create cl image from libva with non-zero offset"Zhigang Gong1-1/+3
2014-11-10fix issue to create cl image from libva with non-zero offsetGuo Yejun1-3/+1
2014-11-07support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun1-0/+15
2014-10-28Refine the intel gpgpu delete.Yang Rong1-25/+2
2014-10-24Use pread/pwrite for buffer enqueue read/writeZhenyu Wang1-0/+1
2014-10-23Fix the bug of 1D array slice pitchJunyan He1-0/+39
2014-10-10BDW: Add gen8 into intel_driver_initJunyan He1-1/+3
2014-08-28Only compiler X11 files and do X11 operations when found X11.Yang Rong1-2/+13
2014-08-12Fail gracefully on unsupported hardwareRebecca Palmer1-5/+6
2014-07-31GBE: cleanup image base index related code.Zhigang Gong1-6/+0
2014-07-17remove requirment as drm master in non-x environmentGuo Yejun1-34/+23
2014-06-19Try to use drm render nodes.Abrahm Scully1-0/+31
2014-06-12remove RTLD_DEEPBIND to avoid stdc++ issuesGuo Yejun1-1/+1
2014-06-11fix issue when create cl image from libva with offsetGuo Yejun1-1/+3
2014-06-11GBE: increase batch size to relax the max reloc restriction.Zhigang Gong1-1/+1
2014-06-04refine code for the usage of set_image_base_indexGuo Yejun1-1/+1
2014-05-30extract libgbeinterp.so from runtime (libcl.so)Guo Yejun1-1/+1
2014-05-28Return CL_IMAGE_FORMAT_NOT_SUPPORTED if image_format is not supported.Yang Rong1-1/+3
2014-05-28separate runtime(libcl.so) and compiler(libgbe.so)Guo Yejun1-2/+5
2014-05-19HSW: Use the drm flag I915_EXEC_ENABLE_SLM to set L3 control config.Yang Rong1-0/+19
2014-05-12Make the surface typed write work for HSWJunyan He1-1/+1
2014-04-16Runtime: increase batch size to 8K.Ruiling Song1-1/+1
2014-04-16GBE: Optimize read_image performance for CL_ADDRESS_CLAMP..Zhigang Gong1-1/+1
2014-04-08Silent some compilation warnings.Zhigang Gong1-1/+4
2014-04-08GBE: Disable SPF and use JMPI + IF/ENDIF to handle each blocks.Zhigang Gong1-0/+1
2014-03-10Add clGetMemObjectFdIntel() apiChuanbo Weng1-0/+1
2013-12-31report errors if opening the DRI device failsMario Kicherer1-2/+7
2013-10-22Fix two memory leak.Chuanbo Weng1-1/+4
2013-10-18add clCreateImageFromLibvaIntel() apiLu Guanqun1-3/+19
2013-10-18add clCreateBufferFromLibvaIntel() apiLu Guanqun1-0/+15
2013-09-26refactor the api of intel_driver_share_bufferLu Guanqun1-3/+3