| .. |
|
abs
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
all
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
any
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
asin
|
builtins: Add asin().
|
2010-06-01 15:15:04 -07:00 |
|
atan
|
builtins: Add atan().
|
2010-06-01 15:15:04 -07:00 |
|
ceil
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
clamp
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
cos
|
Implement "sin" and "cos" builtins via new expression operators.
|
2010-05-14 16:34:46 -07:00 |
|
cross
|
Implement "cross" builtin.
|
2010-05-14 16:34:46 -07:00 |
|
degrees
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
dot
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
equal
|
Fix bogus expression typing in various builtins.
|
2010-05-14 16:34:46 -07:00 |
|
exp
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
exp2
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
floor
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
fract
|
Implement "fract" builtin.
|
2010-05-14 16:34:46 -07:00 |
|
greaterThan
|
Fix bogus expression typing in various builtins.
|
2010-05-14 16:34:46 -07:00 |
|
greaterThanEqual
|
Fix bogus expression typing in various builtins.
|
2010-05-14 16:34:46 -07:00 |
|
inversesqrt
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
length
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
lessThan
|
Fix bogus expression typing in various builtins.
|
2010-05-14 16:34:46 -07:00 |
|
lessThanEqual
|
Fix bogus expression typing in various builtins.
|
2010-05-14 16:34:46 -07:00 |
|
log
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
log2
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
max
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
min
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
mix
|
builtins: Add the mix(gentype, gentype, float) variant.
|
2010-06-01 15:15:04 -07:00 |
|
mod
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
normalize
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
not
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
notEqual
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
pow
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
radians
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
reflect
|
builtins: Add support for reflect().
|
2010-06-01 15:15:05 -07:00 |
|
sign
|
Implement "sign" builtin via a new expression operator.
|
2010-05-14 16:34:46 -07:00 |
|
sin
|
Implement "sin" and "cos" builtins via new expression operators.
|
2010-05-14 16:34:46 -07:00 |
|
smoothstep
|
Implement "smoothstep" builtin.
|
2010-05-14 16:34:46 -07:00 |
|
sqrt
|
Initial commit of IR for builtins.
|
2010-05-14 16:34:46 -07:00 |
|
step
|
Implement "step" builtin.
|
2010-05-14 16:34:46 -07:00 |
|
tan
|
Implement "tan" builtin.
|
2010-05-14 16:34:46 -07:00 |
|
textures
|
Commit output of texture_builtins.py and refresh builtin_function.cpp.
|
2010-06-09 11:14:58 -07:00 |