Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement atan2pi builtin | Tom Stellard | 2015-05-12 | 1 | -0/+1 |
* | Implement fast_normalize builtin v4 | Tom Stellard | 2015-05-09 | 1 | -0/+1 |
* | Implement half_rsqrt builtin v3 | Tom Stellard | 2015-05-08 | 1 | -0/+1 |
* | Implement sinpi builtin | Jan Vesely | 2015-05-06 | 1 | -0/+1 |
* | Implement ldexp for R600/SI | Tom Stellard | 2015-05-06 | 1 | -0/+1 |
* | Implement fract builtin | Tom Stellard | 2015-04-23 | 1 | -0/+1 |
* | Implement atanh builtin | Tom Stellard | 2015-04-07 | 1 | -0/+1 |
* | Implement acosh builtin | Tom Stellard | 2015-04-07 | 1 | -0/+1 |
* | Implement atanpi builtin | Tom Stellard | 2015-04-02 | 1 | -0/+1 |
* | Implement asinpi builtin | Tom Stellard | 2015-04-02 | 1 | -0/+1 |
* | Implement asinh builtin | Tom Stellard | 2015-04-02 | 1 | -0/+1 |
* | Implement acospi builtin | Tom Stellard | 2015-04-02 | 1 | -0/+1 |
* | Implement fast_distance builtin | Tom Stellard | 2015-03-23 | 1 | -0/+1 |
* | Implement fast_length builtin | Tom Stellard | 2015-03-23 | 1 | -0/+1 |
* | Implement half_sqrt builtin v2 | Tom Stellard | 2015-03-23 | 1 | -0/+1 |
* | Implement distance builtin v2 | Tom Stellard | 2015-03-23 | 1 | -0/+1 |
* | math: Implement erfc | Aaron Watry | 2015-03-18 | 1 | -0/+1 |
* | Move mix from math to common | Aaron Watry | 2015-03-03 | 1 | -1/+1 |
* | Implement step builtin | Tom Stellard | 2015-03-02 | 1 | -0/+1 |
* | Implement smoothstep builtin v2 | Tom Stellard | 2015-03-02 | 1 | -0/+1 |
* | Implement radians builtin v2 | Tom Stellard | 2015-03-02 | 1 | -0/+1 |
* | Implement degrees builtin v2 | Tom Stellard | 2015-03-02 | 1 | -0/+1 |
* | libclc/math: Add cospi | Aaron Watry | 2015-02-26 | 1 | -0/+1 |
* | Implement log10 | Jan Vesely | 2015-01-30 | 1 | -0/+1 |
* | Implement log1p builtin | Tom Stellard | 2014-10-07 | 1 | -0/+1 |
* | Implement fmod | Jan Vesely | 2014-10-05 | 1 | -0/+1 |
* | Implement async_work_group_copy builtin v3 | Tom Stellard | 2014-10-03 | 1 | -0/+1 |
* | Implement async_work_group_strided_copy builtin v2 | Tom Stellard | 2014-10-03 | 1 | -0/+1 |
* | Implement wait_group_events builtin v2 | Tom Stellard | 2014-10-03 | 1 | -0/+1 |
* | atomic: Add generic atom[ic]_cmpxchg | Aaron Watry | 2014-09-16 | 1 | -0/+3 |
* | atomic: Implement generic atom[ic]_xchg | Aaron Watry | 2014-09-16 | 1 | -0/+3 |
* | atomic: Add generic atomic_min implementation | Aaron Watry | 2014-09-16 | 1 | -0/+3 |
* | atomic: Add generic atom[ic]_xor | Aaron Watry | 2014-09-16 | 1 | -0/+3 |
* | atomic: Add atom[ic]_or | Aaron Watry | 2014-09-16 | 1 | -0/+3 |
* | atomics: Add generic atom[ic]_and | Aaron Watry | 2014-09-16 | 1 | -0/+3 |
* | atomic: Add generic implementation of atom[ic]_max | Aaron Watry | 2014-09-16 | 1 | -0/+7 |
* | atomic: define extension functions for existing atomic implementations | Aaron Watry | 2014-09-16 | 1 | -0/+6 |
* | math: Add tan implementation | Aaron Watry | 2014-09-10 | 1 | -0/+1 |
* | math: Add asin implementation | Aaron Watry | 2014-09-10 | 1 | -0/+1 |
* | math: Add acos implementation | Aaron Watry | 2014-09-10 | 1 | -0/+1 |
* | add isordered builtin | Jan Vesely | 2014-09-05 | 1 | -0/+1 |
* | add isunordered builtin | Jan Vesely | 2014-09-05 | 1 | -0/+1 |
* | add islessgreater builtin | Jan Vesely | 2014-09-05 | 1 | -0/+1 |
* | add isnormal builtin | Jan Vesely | 2014-09-05 | 1 | -0/+1 |
* | add isfinite builtin | Jan Vesely | 2014-09-05 | 1 | -0/+1 |
* | Implement isinf builtin | Tom Stellard | 2014-09-03 | 1 | -0/+1 |
* | Implement generic mad_sat | Jan Vesely | 2014-09-02 | 1 | -0/+1 |
* | Revert "Implement generic mad_sat" | Aaron Watry | 2014-08-23 | 1 | -1/+0 |
* | Implement generic mad_sat | Aaron Watry | 2014-08-23 | 1 | -0/+1 |
* | Implement prefetch builtin | Tom Stellard | 2014-08-20 | 1 | -0/+3 |