summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-26CL: Enalbe gl sharing with new egl extension.merge_gl_sharingZhigang Gong32-1042/+1205
2013-08-25CL: Prepare to add fully cl_khr_gl_sharing.Zhigang Gong8-113/+121
2013-08-25CL: Refactor cl_mem's implementation.Zhigang Gong8-169/+231
2013-08-22GBE: disable cl_khr_fp64.Zhigang Gong1-0/+1
2013-08-21list all available utests' namesLu Guanqun3-0/+16
2013-08-21rename ulong to ulong64 to avoid the conflicts in <sys/types.h>Lu Guanqun1-3/+3
2013-08-19fix warning when egl is not thereLu Guanqun1-2/+2
2013-08-19fix left shift warningLu Guanqun1-2/+2
2013-08-19fix left shift warnings in utestsLu Guanqun1-2/+2
2013-08-19Utests: enable long/ulong for abs_diff test case.Zhigang Gong2-5/+32
2013-08-19enable signed 64-bit version of "abs_diff"Homer Hsing3-15/+20
2013-08-19enable unsigned 64bit version of "abs_diff"Homer Hsing2-1/+11
2013-08-19GBE: skip instruction pattern match for 64 bit sel_cmp.Homer Hsing1-0/+3
2013-08-19fix a typoHomer Hsing1-1/+1
2013-08-16Add async copy and async stride copy test case.Yang Rong5-0/+118
2013-08-16Implement async and prefetch built-in.Yang Rong1-0/+66
2013-08-16test 64bit version of "upsample"Homer Hsing3-0/+43
2013-08-16Fix unit test compiler_load_bool_imm error.Yang Rong1-0/+1
2013-08-16add 64bit version of "upsample"Homer Hsing9-2/+41
2013-08-16add empty 64bit-integer version built-in functionsHomer Hsing2-3/+60
2013-08-16support built-in function mad_sat(int) and mad_sat(uint)Homer Hsing1-3/+10
2013-08-16use r112 as source of EOT messageZou Nan hai1-1/+2
2013-08-15GBE: fix an illegal instruction.Zhigang Gong1-0/+1
2013-08-14GBE: I64CMP should be treated as CMP in reg allocation and insn scheduling.Zhigang Gong2-3/+3
2013-08-14test 64bit-integer comparingHomer Hsing3-0/+147
2013-08-14support 64bit-integer comparingHomer Hsing5-1/+99
2013-08-14Flush the queue after enqueue.Zou Nan hai1-0/+1
2013-08-14Fix event pthread_mutex_lock dead lock.Yang Rong1-4/+17
2013-08-14GBE: set temporary address register for read64 to U64.Zhigang Gong1-1/+1
2013-08-13support 64bit-integer multiplicationHomer Hsing8-5/+126
2013-08-13Add a load bool imm test case.Yang Rong3-0/+41
2013-08-13Add bool move imm support.Yang Rong2-1/+19
2013-08-13test 64bit-integer shiftingHomer Hsing7-0/+147
2013-08-13support 64bit-integer shiftingHomer Hsing5-3/+163
2013-08-12support converting shorter int to 64bit intHomer Hsing7-0/+116
2013-08-12Define temporary reg as dest reg of instructionHomer Hsing5-116/+153
2013-08-12Add event unit test.Yang Rong4-2/+76
2013-08-12Add openCL event support.Yang Rong7-224/+692
2013-08-12Add function cl_command_queue_flush to flush a commandYang Rong2-0/+10
2013-08-12Add some functions to support event in intel gpgpu.Yang Rong4-10/+134
2013-08-12Add a struct and a function to handle all implemented enqueue api.Yang Rong1-254/+64
2013-08-12Add the empty functions of cl_enqueueXXX.Yang Rong3-0/+590
2013-08-12no "div by zero" in smoothstep test caseHomer Hsing1-1/+1
2013-08-12Driver: Fix the incorrect size of surface 1.Zhigang Gong1-1/+1
2013-08-12utest: Add test case for function acos/acosh/asin/asinh.Yi Sun3-0/+98
2013-08-12Handle boundary and illegal values.Yi Sun1-0/+30
2013-08-12Skip spill/unspill instruction when trying to do spill.Ruiling Song1-2/+5
2013-08-09Fix a re-schedule issue of scratch writeRuiling Song1-0/+5
2013-08-09GBE: Fixed a bug and release 2 or 3 simdWidth register space.Zhigang Gong2-1/+1
2013-08-09Utests: enable long/ulong in vector load/store test case.Zhigang Gong2-5/+5