contrib/beignet.git
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.
2013-07-01 Edward ChingTest case for vector type comparison results.
2013-07-01 Zhigang GongGBE: fixed the bug when sext a i1 to i8/i16/i32.
2013-06-28 Yang RongEnable int32 atomic and fp64 extensions.
2013-06-27 Zhigang GongCL: remove the deprecated function clSetCommandQueuePro...
2013-06-27 Yang RongFix some math function error in simd16.
2013-06-27 Yang RongAdd atomic test case.
2013-06-27 Yang RongAdd all atomic built-in functions.
2013-06-27 Yang RongAdd atomic help functions.
2013-06-27 Homer Hsingtest case for function "rotate"
2013-06-27 Homer Hsingsupport build-in function "rotate"
2013-06-26 Zhigang GongRefine the get_local_id/... builtins.
2013-06-26 Ruiling Songutests: Add basic arithmetic test case
2013-06-26 Ruiling SongGBE: Add more support of char and short arithmetic
2013-06-26 Homer Hsingtest case for function "clz"
2013-06-26 Homer Hsingsupport zero bit counting
2013-06-26 Junyan HeAdd the test case for clGetProgramInfo API
2013-06-26 Junyan HeAdd the test case for clGetCommandQueueInfo API
2013-06-26 Junyan HeAdd the support of the API: clGetCommandQueueInfo
2013-06-25 Zhigang GongDocs: Rearrange documents according to wiki page on...
2013-06-25 Zhigang Gongutests: Enable the local memory barrier test case.
2013-06-25 Zhigang GongGBE: work around the local memory barrier fence issue.
2013-06-24 Ruiling SongGBE: Fix a bug in encoding MATH instruction
2013-06-24 Zhigang Gongutests: Fix a typo.
2013-06-21 Junyan HeAdd one test case for clGetProgramInfo
2013-06-21 Ruiling SongFix several typos in unit test.
2013-06-21 Simon RichterEnable generation of convert_ and as_ functions for...
2013-06-21 Simon RichterDefine double vector types
2013-06-21 Simon RichterEnable cl_khr_fp64 extension for OpenCL stdlib header
2013-06-21 Simon RichterAdd long and ulong types to generated functions.
2013-06-21 Simon RichterDefine all convert_* functions.
2013-06-21 Simon RichterGenerate all supported as_* functions
2013-06-21 Homer Hsingadd a lost special register name
2013-06-21 Homer Hsingtest cases for 64-bit float
2013-06-21 Homer HsingSupport 64-bit float
2013-06-20 Zhigang GongGBE: Fixed one bug in scalarize pass
2013-06-19 Yang RongFix some piglit constant buffer tests fail.
2013-06-19 Homer Hsingupdate to OpenCL 1.1 header
2013-06-19 Junyan Headd the support of clGetProgramBuildInfo and clGetProgr...
2013-06-19 Ruiling SongSupport multi-source CL program
2013-06-18 Yang Rongutests: Add a new local memory barrier case
2013-06-18 Yi SunUtest: Add a test case for validating built-in function...
2013-06-17 Zhigang GongGBE: Fixed GBE: Fix some builtin functions' return...
2013-06-17 Zhigang Gongutests: enable test case for global memory barrier.
2013-06-17 Yang RongAdd memory fence before barrier to support global memor...
2013-06-14 Ruiling Songadd test case for null kernel arg of global/constant...
2013-06-14 Ruiling SongRefine error check in SetKernelArg() and support NULL...
2013-06-14 Ruiling SongRefine error check in clCreateProgramFromSource() and...
2013-06-14 Ruiling SongRefine error check in clCreateCommandQueue()
2013-06-14 Dag Lemutests: Add test case for global memory barrier
2013-06-13 Edward Chingutests: Added one test case for clFinish().
next