summaryrefslogtreecommitdiff
path: root/generic/lib/shared
AgeCommit message (Expand)AuthorFilesLines
2013-07-16Fix and re-enable R600 vload/vstore assemblyAaron Watry2-56/+35
2013-07-16libclc: vload/vstore disable assembly and fix offset calculationAaron Watry4-243/+20
2013-07-08Add __CLC_ prefix to all macro definitions in headersTom Stellard8-30/+30
2013-06-26libclc: Add assembly versions of vstore for global [u]int4/8/16Tom Stellard3-6/+166
2013-06-26libclc: Add assembly versions of vload for global int4/8/16Tom Stellard3-2/+160
2013-06-26libclc: Initial vstore implementationTom Stellard1-0/+56
2013-06-26libclc: Initial vload implementationTom Stellard1-0/+47
2013-06-26libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar)Tom Stellard2-0/+12
2013-06-26libclc: Implement the min(vec, scalar) version of the min builtin.Tom Stellard1-0/+6
2013-06-26libclc: implement initial version of min()Tom Stellard2-0/+14
2013-06-26libclc: Move max builtin to shared/Tom Stellard2-0/+14
2013-06-26libclc: Add clamp() builtin for integer/floating pointTom Stellard2-0/+14