summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2014-12-18GBE/CL: use 2D image to implement large image1D_buffer.Zhigang Gong1-1/+1
2014-11-28fix issue to pass utest of runtime_climage_from_boname for BDWGuo Yejun1-2/+2
2014-11-27fix issue to create cl image from libva with non-zero offsetGuo Yejun2-5/+3
2014-11-18Change the IVB/HSW L3 SQC credit setting.Yang Rong1-2/+2
2014-11-12runtime: fix one bug in BDW image.Zhigang Gong1-2/+4
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong8-8/+8
2014-11-11Revert "fix issue to create cl image from libva with non-zero offset"Zhigang Gong2-5/+7
2014-11-10fix issue to create cl image from libva with non-zero offsetGuo Yejun2-7/+5
2014-11-07support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun1-0/+15
2014-11-07BDW: Set the URB/REST size to 384K/384K when SLM disable.Yang Rong1-1/+2
2014-10-31Remove intel_gpgpu_check_binded_buf_address()Zhenyu Wang1-9/+10
2014-10-29IVB/HSW/BYT: Revert the Dynamic state Base Addr and relative buffers address ...Yang Rong1-7/+45
2014-10-28Fix a size assert when setup bti.Yang Rong1-1/+9
2014-10-28Refine the intel gpgpu delete.Yang Rong5-82/+169
2014-10-24Fix AUX buffer for page alignmentZhenyu Wang1-3/+6
2014-10-24Use pread/pwrite for buffer enqueue read/writeZhenyu Wang1-0/+1
2014-10-24Clear batch buffer pointer after unmapZhenyu Wang1-1/+2
2014-10-23Fix the bug of 1D array slice pitchJunyan He2-1/+40
2014-10-16BDW: Also need set Shader Channel Select for constant buffer in BDW.Yang Rong1-0/+6
2014-10-15Fix a HSW constant buffer regression.Yang Rong1-1/+35
2014-10-10BDW: Add gen8 into intel_driver_initJunyan He1-1/+3
2014-10-10Modify the bind sampler logic for gen8Junyan He1-5/+135
2014-10-10Add sampler state and tile define for gen8.Junyan He2-0/+60
2014-10-10BDW: Need not restore SLM setting in BDW.Yang Rong1-3/+3
2014-10-10BDW: Correct scratch buffer of BDW.Yang Rong1-4/+18
2014-10-10BDW: enable SLM in BDW.Yang Rong2-19/+34
2014-10-10BDW: add some BDW function.Yang Rong2-53/+227
2014-10-10BDW: Refine intel_gpgpu_setup_bti and add intel_gpgpu_set_base_address for BDW.Yang Rong3-168/+97
2014-10-10BDW: Add function intel_gpgpu_bind_buf for gen8.Junyan He1-9/+27
2014-10-10BDW: Correct surface base address set in setup bti.Junyan He1-3/+3
2014-10-10BDW: Add function intel_gpgpu_setup_bti for gen8.Junyan He1-0/+39
2014-10-10BDW: refine the gen8_surface_state_t.Junyan He1-59/+59
2014-10-10BDW: Add gen8 surface state struct.Junyan He1-0/+161
2014-09-04GBE: fixup/refine a bug for image1D array's extra binding index handling.Zhigang Gong1-9/+19
2014-08-28Only compiler X11 files and do X11 operations when found X11.Yang Rong1-2/+13
2014-08-12Fail gracefully on unsupported hardwareRebecca Palmer2-7/+6
2014-07-31GBE: cleanup image base index related code.Zhigang Gong1-6/+0
2014-07-30GBE: Handle bti allocation for internal buffer used by printf.Ruiling Song1-2/+2
2014-07-30GBE: Refine bti usage in backend & runtime.Ruiling Song1-36/+35
2014-07-30runtime: set correct state for constant buffer on hsw.Ruiling Song1-2/+41
2014-07-17remove requirment as drm master in non-x environmentGuo Yejun2-35/+24
2014-07-15GBE: Optimize constant load with sampler.Ruiling Song1-1/+1
2014-07-11runtime/driver: refine error handlings.Zhigang Gong3-18/+49
2014-07-03runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong3-54/+26
2014-07-02Refine the logic when suspend a batch buffer.Yang Rong3-3/+14
2014-07-01runtime: fix potential curbe allocation issue.Zhigang Gong1-14/+30
2014-07-01runtime: fix max group size calculation issue.Zhigang Gong1-1/+2
2014-06-20GBE/runtime: fixup broken 1d array image support.Zhigang Gong1-3/+9
2014-06-20cl/driver: fix the incorrect handling of 1D array.Zhigang Gong1-14/+6
2014-06-20Enable the 1D and 2D image support in run time.Junyan He1-10/+42