contrib/beignet.git
2013-08-07 Homer Hsingkeep address space qualifier of pointers
2013-08-07 Homer Hsingtest 64bit-integer immediate value, and "and", "or...
2013-08-07 Homer Hsingsupport 64bit-integer AND(&), OR(|), XOR(^) arithmetic
2013-08-07 Homer Hsingsupport 64bit-integer immediate value
2013-08-07 Yi SunImprove the accuracy of built-in function asin.
2013-08-06 Homer Hsingsupport 64bit-integer addition, subtraction
2013-08-06 Ruiling SongFix a bug in stack calculation.
2013-08-06 Homer Hsingsupport 64bit-integer reading(writing)
2013-08-05 Homer Hsingtest if register allocation and 64-bit reading are...
2013-08-05 Zhigang GongGBE: refactor double support.
2013-08-05 Homer Hsingtest built-in function "shuffle2"
2013-08-05 Homer Hsingadd built-in function "shuffle2"
2013-07-30 Zhigang GongNeed to define local to __local.
2013-07-30 Zhigang GongAdded memory space parameters support at the autogenera...
2013-07-30 Yi Sunutests: Add a test case for built-in functions get_num_...
2013-07-30 Yi Sunutest: Add test for built-in function get_local_id.
2013-07-30 Yi Sunutest: Add test for built-in function get_local_size.
2013-07-29 Zhigang GongEnable islessgreater/isordered/isunordered builtin...
2013-07-29 Homer Hsingadd built-in function "isordered", "isunordered"
2013-07-29 Homer Hsingadd built-in function "islessgreater"
2013-07-25 Simon RichterAdd generated header and PCH to gitignore
2013-07-25 Simon RichterUse access() instead of fopen() to search for PCH
2013-07-24 Zhigang GongFix the indention handling in vector builtin function...
2013-07-24 Homer Hsingadd address space qualifier to "modf"
2013-07-24 Homer Hsingadd address space qualifier to "remquo"
2013-07-24 Homer Hsingrevise built-in function "shuffle"
2013-07-24 Zhigang GongAdd misc builtin vector functions.
2013-07-24 Zhigang Gongcheck whether python is installed.
2013-07-24 Junyan HeAdd the PCH support when building the source.
2013-07-24 Zhigang GongSplit the thounsands autogenerated code out from ocl_st...
2013-07-24 Zhigang GongImplement a pyton script to auto generate those builtin...
2013-07-24 Homer Hsingtest builtin function "shuffle"
2013-07-24 Homer Hsingadd builtin function "shuffle"
2013-07-24 Zhigang GongFrexp support global memory directly
2013-07-24 Homer Hsingadd address_space modifier to builtin functions' pointer
2013-07-24 Homer Hsingtest built-in function "remquo"
2013-07-24 Homer Hsingadd built-in function "remquo"
2013-07-24 Homer Hsingtest builtin function "modf"
2013-07-24 Homer Hsingadd builtin function "modf"
2013-07-24 Homer Hsingtest built-in function "nextafter"
2013-07-24 Homer Hsingadd built-in function "nextafter"
2013-07-22 Yi Sunutest: add built-in test case for get_global_id.
2013-07-22 Yang RongAdd build clang option fno-builtin to disable intrinsics.
2013-07-16 Homer Hsingtest built-in function "frexp"
2013-07-16 Homer Hsingadd built-in function "frexp"
2013-07-16 Junyan HeImprove the clGetMemObjectInfo API, add more info option
2013-07-16 Junyan HeAdd the support for clSetMemObjectDestructorCallback API
2013-07-16 Junyan HeImprove the clEnqueueMapBuffer and clCreateBuffer API
2013-07-16 Homer Hsingfix vectorial built-in functions "min, max, clamp"
2013-07-16 Homer Hsingtest built-in function "sign"
2013-07-16 Homer Hsingbuilt-in function "sign"
2013-07-12 Homer Hsingtest function "mad_sat"
2013-07-12 Homer Hsingadd built-in function "mad_sat"
2013-07-12 Zhigang Gongutest: Query the device driver version and the open...
2013-07-12 Zhigang GongCL: Refine the version string handling.
2013-07-12 Homer Hsingtest function "smoothstep"
2013-07-12 Homer Hsingsupport built-in function "smoothstep"
2013-07-12 Homer Hsingtest API function "clGetImageInfo"
2013-07-12 Homer Hsingsupport clGetImageInfo
2013-07-12 Homer Hsingimprove clCreateContext conformance
2013-07-12 Homer Hsingtest built-in function "bitselect"
2013-07-12 Homer Hsingsupport built-in function "bitselect"
2013-07-08 Homer Hsingtest const-indexed global constant array
2013-07-08 Homer Hsingsupport const indexed global constant array
2013-07-08 Homer Hsingtest built-in functions "degrees" and "radians"
2013-07-08 Homer Hsingsupport built-in functions "degrees" and "radians"
2013-07-08 Homer Hsingtest cases for "mul24", "mad24"
2013-07-08 Homer Hsingsupport built-in functions "mul24", "mad24"
2013-07-08 Simon RichterFix OpenCL C version format
2013-07-05 Zhigang GongBump the version number.
2013-07-05 Homer Hsingtest built-in function "upsample"
2013-07-05 Homer Hsingsupport built-in function "upsample"
2013-07-05 Zhigang GongUpdate beignet docs for release v0.2.
2013-07-05 Junyan HeAdd the test case for builtin step() function
2013-07-05 Junyan HeAdd the step builtin function support
2013-07-05 Zhigang GongCLGL: Refine the hack of gbm extension initialization.
2013-07-05 Zhigang GongGBE: Clear the value map when start a new scalarize...
2013-07-05 Homer Hsingtest scalar global constants
2013-07-05 Homer Hsingsupport global scalar constants
2013-07-03 Junyan HeAdd the test case for builtin abs_diff() function
2013-07-03 Junyan HeAdd the abs_diff builtin function support
2013-07-03 Junyan HeAdd the vector3 support for builtin abs function
2013-07-03 Zhigang GongCL: destroy the EGL image which is created for gl shari...
2013-07-03 Junyan HeModify all the builtin function vect return to (vect_na...
2013-07-03 Ruiling SongDisable error message output in release version.
2013-07-03 Yang RongFix atomic test failed in GT1.
2013-07-03 Zhigang Gongutests: increase local size in the two barrier test...
2013-07-03 Zhigang GongGBE: fixed a barrier related bug.
2013-07-02 Homer Hsingtest cases for built-in functions "mul_hi", "mad_hi"
2013-07-02 Homer Hsingsupport built-in functions "mul_hi", "mad_hi"
2013-07-02 Homer Hsingtest cases for "hadd", "rhadd"
2013-07-02 Homer Hsingsupport built-in functions "hadd", "rhadd"
2013-07-02 Ruiling Songadd test case for clGetContextInfo/clGetKernelInfo
2013-07-02 Ruiling SongImplement API clGetKernelInfo
2013-07-02 Ruiling SongImplement clGetContextInfo
2013-07-01 Homer Hsingput 64-bit float test cases at tail
2013-07-01 Junyan HeAdd the test case for builtin abs() function
2013-07-01 Junyan HeAdd the builtin function abs() support
2013-07-01 Yang RongClear atomic dst buffer to fix atomic random fail.
2013-07-01 Yang RongFix options parse infinite loop bug.
next