Use glsl_type::element_type to get the type of array elements
[mesa.git] / builtin_function.cpp
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().