Add ir_dereference constructor for structure field dereferences
[mesa.git] / builtin_function.cpp
2010-04-23 Eric Anholtbuiltin_functions: Clean up compiler warning about...
2010-04-23 Eric AnholtPut static pointers to vec[234]_types along with the...
2010-04-22 Kenneth GraunkeActually emit temp declaration in vector comparison...
2010-04-21 Kenneth GraunkeRefactor IR function representation.
2010-04-08 Eric AnholtAdd an implementation of gentype-only clamp().
2010-04-08 Eric AnholtAdd builtin implementations of vector comparison functions.
2010-04-08 Eric AnholtAdd support for builtin gentype mix(gentype a, gentype b)
2010-04-08 Eric AnholtAdd buitlin functions for any(), all(), not().
2010-04-08 Eric AnholtAdd builtin normalize() functions.
2010-04-08 Eric AnholtMake function bodies rely on the parameter variable...
2010-04-08 Eric AnholtMake dot() take the right number of args.
2010-04-08 Eric AnholtFix the returns of builtin functions to actually return.
2010-04-08 Eric AnholtPut function bodies under function signatures, instead...
2010-03-31 Ian RomanickUse ir_function::add_signature to create link between...
2010-03-29 Eric AnholtAdd support for builtin radians() and degrees().
2010-03-29 Eric AnholtAdd the instruction for the parameter variable declarat...
2010-03-29 Eric AnholtImplement dot() builtin.
2010-03-29 Eric AnholtImplement exp2() and log2(), and make ir_unop_exp and...
2010-03-29 Eric AnholtImplement builtin length() function.
2010-03-29 Eric AnholtAdd sqrt() builtin as an IR operation.
2010-03-29 Eric AnholtAdd builtin pow() function.
2010-03-29 Eric AnholtImplement some binary gentype builtin functions.
2010-03-29 Eric AnholtImplement additional unary gentype builtins.
2010-03-29 Eric AnholtImplement the first builtin function: exp().