Age | Commit message (Expand) | Author | Files | Lines |
2013-07-19 | Implement generic upsample() | Aaron Watry | 2 | -0/+26 |
2013-07-15 | Add integer-gentype.inc: Missing file from r185839 | Tom Stellard | 1 | -0/+39 |
2013-07-08 | Implement mad24() and mul24() builtins | Tom Stellard | 5 | -0/+10 |
2013-07-08 | Add __CLC_ prefix to all macro definitions in headers | Tom Stellard | 50 | -644/+644 |
2013-07-08 | Add bitselect() builtin | Tom Stellard | 2 | -0/+2 |
2013-06-26 | libclc: Initial vstore implementation | Tom Stellard | 2 | -0/+37 |
2013-06-26 | libclc: Initial vload implementation | Tom Stellard | 2 | -0/+38 |
2013-06-26 | libclc: Implement clz() builtin | Tom Stellard | 3 | -0/+4 |
2013-06-26 | libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar) | Tom Stellard | 2 | -0/+8 |
2013-06-26 | libclc: Implement the min(vec, scalar) version of the min builtin. | Tom Stellard | 3 | -0/+35 |
2013-06-26 | libclc: implement initial version of min() | Tom Stellard | 3 | -0/+7 |
2013-06-26 | Simplify rotate implementation a bit.. | Tom Stellard | 1 | -0/+16 |
2013-06-26 | libclc: implement rotate builtin | Tom Stellard | 4 | -0/+15 |
2013-06-26 | libclc: Move max builtin to shared/ | Tom Stellard | 6 | -7/+6 |
2013-06-26 | libclc: Add clamp() builtin for integer/floating point | Tom Stellard | 3 | -0/+9 |
2013-06-26 | libclc: Add max() builtin function | Tom Stellard | 5 | -0/+8 |
2013-06-26 | Implement ceil() builtin | Tom Stellard | 2 | -0/+7 |
2013-06-26 | Implement fmax() and fmin() builtins | Tom Stellard | 5 | -0/+34 |
2013-06-26 | Remove the static keyword from the _CLC_INLINE macro | Tom Stellard | 1 | -1/+1 |
2013-06-26 | Fix typo in include/clc/geometric/length.inc | Tom Stellard | 1 | -1/+1 |
2013-06-26 | PTX: move implementations of work-item and synchronisation functions | Tom Stellard | 2 | -2/+2 |
2013-06-26 | Move R600 headers into generic directory | Tom Stellard | 2 | -2/+2 |
2012-10-08 | Implement any() builtin. Patch by Tom Stellard! | Peter Collingbourne | 2 | -0/+17 |
2012-10-08 | Add native_powr builtin. Patch by Tom Stellard! | Peter Collingbourne | 2 | -0/+2 |
2012-08-21 | Add rsqrt builtin. Based on patch by Cassie Epps! | Peter Collingbourne | 2 | -0/+2 |
2012-08-21 | Add floor builtin. Patch by Cassie Epps! | Peter Collingbourne | 2 | -0/+7 |
2012-08-05 | PTX: move implementations of work-item and synchronisation functions | Peter Collingbourne | 7 | -0/+7 |
2012-08-05 | Implement sub_sat builtin. Patch by Lei Mou! | Peter Collingbourne | 3 | -0/+4 |
2012-05-29 | Add pow builtin. | Peter Collingbourne | 3 | -0/+25 |
2012-05-29 | Add missing dot.h include. | Peter Collingbourne | 2 | -0/+2 |
2012-05-29 | Define FLOAT in floatn.inc. | Peter Collingbourne | 1 | -0/+10 |
2012-05-29 | Add fma, hypot builtins. | Peter Collingbourne | 5 | -0/+29 |
2012-05-29 | Implement mad builtin. | Peter Collingbourne | 4 | -0/+55 |
2012-05-29 | Implement exp, exp2, log, log2, native_exp, native_exp2, native_log, | Peter Collingbourne | 9 | -0/+32 |
2012-05-29 | Fix typo in double precision case. | Peter Collingbourne | 1 | -1/+1 |
2012-05-28 | Add fabs builtin. | Peter Collingbourne | 2 | -0/+7 |
2012-05-28 | Explicit conversions. | Peter Collingbourne | 2 | -0/+85 |
2012-01-08 | Initial commit. | Peter Collingbourne | 32 | -0/+768 |