summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* runtime: choose the actual EU number as the max compute units.Zhigang Gong2014-06-232-9/+9
* GBE: Handle empty basicblock in Instruction selectionRuiling Song2014-06-201-10/+9
* GBE: tweak register expire frequency on simd16 mode.Zhigang Gong2014-06-201-2/+1
* Add some API's OpenCL 1.2 parameter support.Yang Rong2014-06-208-2/+58
* Add some OpenCL1.2 new buffer flags handle.Yang Rong2014-06-203-5/+30
* Fix sub buffer bug in clEnqueueReadBufferRect, clEnqueueWriteBufferRect, clEn...Yang Rong2014-06-201-7/+17
* runtime: fix image1d buffer allocation.Zhigang Gong2014-06-201-19/+58
* runtime: fix a slice pitch calculation bug.Zhigang Gong2014-06-201-1/+1
* utest: decrease the accuracy of tanpi.Yi Sun2014-06-201-1/+1
* runtime: fix some get image info bugs.Zhigang Gong2014-06-202-14/+26
* GBE/runtime: fixup broken 1d array image support.Zhigang Gong2014-06-2010-78/+160
* cl/runtime: fixup 1D array image region and origins.Zhigang Gong2014-06-202-13/+55
* cl/driver: fix the incorrect handling of 1D array.Zhigang Gong2014-06-203-33/+35
* Enable the 1D and 2D image support in run time.Junyan He2014-06-202-20/+62
* Add the image1d_array_t and image2d_array_t defines.Junyan He2014-06-201-59/+108
* Add a lock in the place of printf outputJunyan He2014-06-192-10/+37
* Refine the code in llvm_printf_parser.cppJunyan He2014-06-191-98/+65
* GBE: pass compile against LLVM 3.5Ruiling Song2014-06-1911-29/+75
* Fix an event status bug.Yang Rong2014-06-194-8/+32
* Try to use drm render nodes.Abrahm Scully2014-06-192-0/+34
* Fix build with mesa 10.1.Abrahm Scully2014-06-192-4/+4
* Fix linking to X11 libraries.Abrahm Scully2014-06-191-1/+1
* GBE: Correctly process constant for phi instructionRuiling Song2014-06-181-3/+1
* add binary type support for compiled object and library.Luo2014-06-189-46/+211
* fix clEnqueueMarkerWithWaitList bug when input event is null.Luo2014-06-172-7/+9
* driver: fix a potential Null reference.Zhigang Gong2014-06-171-0/+2
* Fix a clEnqueueBarrierWithWaitList event status bug.Yang Rong2014-06-161-6/+10
* Bump beignet version to 0.8.99.Zhigang Gong2014-06-131-1/+1
* Bump OpenCL version to 1.2.Zhigang Gong2014-06-131-1/+1
* utests: use OpenCL 1.2 API for image related test cases.Zhigang Gong2014-06-138-29/+54
* use LLVM_INSTALL_DIR as the path to clang/llvm-as/llvm-linkGuo Yejun2014-06-131-4/+4
* clean code to remove gbe_kernel_set_const_buffer_sizeGuo Yejun2014-06-137-54/+0
* add [opencl-1.2] clUnloadPlatformCompiler implementationLuo2014-06-132-2/+8
* Implement the clEnqueueMigrateMemObjects APIJunyan He2014-06-134-1/+55
* GBE: Enable some implemented Opencl 1.2 functions in icd table.Zhigang Gong2014-06-131-11/+11
* Add the utest case for clGetKernelArgInfoJunyan He2014-06-133-0/+94
* Add the clGetKernelArgInfo api and misc help functionsJunyan He2014-06-139-0/+165
* Add the llvm info to the function for later usage.Junyan He2014-06-135-32/+78
* Add the -cl-kernel-arg-info into the clang build optionsJunyan He2014-06-132-2/+7
* add [opencl-1.2] test case runtime_compile_link.Luo2014-06-136-0/+155
* add [opencl-1.2] API clLinkProgram.Luo2014-06-138-5/+246
* add [opencl-1.2] API clCompileProgram.Luo2014-06-138-2/+240
* add [opencl-1.2] API clCreateSubDevice.Luo2014-06-134-3/+27
* add test case runtime_barrier_list and runtime_marker_list.Luo2014-06-133-0/+152
* add [opencl-1.2] API clEnqueueBarrierWithWaitList.Luo2014-06-136-33/+148
* utests: fix the image desc initilization for get_image_info.Junyan He2014-06-131-1/+13
* Add the test case for 1D image from bufferJunyan He2014-06-133-0/+94
* Add the support for 1D image from buffer.Junyan He2014-06-137-2/+154
* Add test cases for 1d image fill and copyJunyan He2014-06-135-0/+121
* Add the support for 1D image in backendJunyan He2014-06-1310-112/+252