summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* GBE: optimize scalar data type conversion.Zhigang Gong2014-05-291-5/+12
* GBE: fix uniform/scalar related bugs.Zhigang Gong2014-05-293-9/+47
* GBE: fix a regression for piglit test.Zhigang Gong2014-05-291-2/+4
* Return CL_IMAGE_FORMAT_NOT_SUPPORTED if image_format is not supported.Yang Rong2014-05-283-4/+11
* Silence compilation warnings when release build.Yang Rong2014-05-284-10/+8
* Silence some compilation warnings.Zhigang Gong2014-05-282-5/+4
* GBE: Consolidate all read/write instruction's bti handling.Zhigang Gong2014-05-284-28/+64
* separate runtime(libcl.so) and compiler(libgbe.so)Guo Yejun2014-05-2821-44/+282
* GBE: fix baytrail L3 cache configuration.Zhigang Gong2014-05-281-1/+1
* GBE: Make compatible with old gcc version.Ruiling Song2014-05-274-4/+4
* Refine pci id detecting.Junyan He2014-05-272-2/+25
* GBE: fix post scheduling related bug for spill/unspill.Zhigang Gong2014-05-273-7/+31
* GBE: optimize post reg allocation instruction scheduling.Zhigang Gong2014-05-274-111/+202
* GBE: fix one post register allocation instruction scheduling bug.Zhigang Gong2014-05-271-3/+3
* GBE: disable mad for some cases.Zhigang Gong2014-05-271-1/+13
* GBE: fix a uniform analysis bug.Zhigang Gong2014-05-232-20/+46
* GBE: don't allocate/modify flag if it is not used in current BB.Zhigang Gong2014-05-231-4/+11
* GBE: optimize IMM handling for SEL/SEL_CMP/CMP.Zhigang Gong2014-05-231-86/+95
* GBE: optimize SUB dst, imm, src1 instruction.Zhigang Gong2014-05-231-13/+17
* GBE: optimize CMP instruction encoding.Zhigang Gong2014-05-234-51/+79
* GBE: refine disassembly code to show null register's type.Zhigang Gong2014-05-231-9/+11
* gbe_bin_generater: fix two bugs.Zhigang Gong2014-05-232-3/+6
* correct L3 cache settings for baytrailGuo Yejun2014-05-231-1/+29
* move enqueue_copy_image kernels outside of runtime code.Luo2014-05-2219-174/+280
* fix event related bugs.Luo2014-05-223-41/+75
* GBE: optimize builtin atan2.Ruiling Song2014-05-221-12/+13
* Fix the bug of forgetting release sampler in utest.Junyan He2014-05-224-0/+8
* GBE: fix unpacked_uw/ub on uniform registers.Zhigang Gong2014-05-222-18/+26
* Add the pci id support for gbe_generateJunyan He2014-05-224-4/+35
* Fix map gtt fail when memory object size is too large.Yang Rong2014-05-225-34/+68
* HSW: Corret the scratch buffer size calc and set the correct index in vfe state.Yang Rong2014-05-198-24/+113
* HSW: Fix the atomic msg type typo.Yang Rong2014-05-191-1/+1
* Correct the double bug in HSW.Yang Rong2014-05-194-0/+12
* HSW: Use the drm flag I915_EXEC_ENABLE_SLM to set L3 control config.Yang Rong2014-05-195-5/+74
* HSW: Workaround the slm address issue.Yang Rong2014-05-199-21/+98
* Enable pipe control.Yang Rong2014-05-192-4/+8
* Fix a crash when clSetKernelArg of parameter point to NULL value.Yang Rong2014-05-191-3/+7
* HSW: align buffer's size to DWORD.Yang Rong2014-05-191-0/+4
* Modify the GenContext and GenEncoder's destructor to virtualJunyan He2014-05-164-4/+8
* Runtime: Fix a bug in L3 configuration.Ruiling Song2014-05-162-5/+14
* GBE: fix one regression caused by uniform analysis.Zhigang Gong2014-05-141-1/+7
* GBE: fix the legacy use of isScalarOrBool.Zhigang Gong2014-05-133-38/+24
* GBE: enable uniform analysis for bool data type.Zhigang Gong2014-05-133-56/+109
* GBE: enable uniform for load instruction.Zhigang Gong2014-05-132-22/+64
* GBE: implement uniform analysis.Zhigang Gong2014-05-136-136/+204
* GBE: change scalar byte size to 2 from 1.Zhigang Gong2014-05-131-1/+1
* GBE: No need to compute liveout again in value.cpp.Zhigang Gong2014-05-131-33/+0
* Fix double bugs for hswJunyan He2014-05-123-2/+67
* Make the surface typed write work for HSWJunyan He2014-05-128-29/+202
* correct jump distance of hsw's jmpi.Junyan He2014-05-121-4/+5