glsl2: fix bug in atan(y, x) function
[mesa.git] / src / glsl / builtin_function.cpp
2010-09-01 Brian Paulglsl2: fix bug in atan(y, x) function
2010-08-30 Eric Anholtglsl: Clear the static values of builtin function profi...
2010-08-27 Eric Anholtglsl: Regenerate for double destroy fix.
2010-08-26 Kenneth Graunkeglsl: Use a single shared namespace in the symbol table.
2010-08-24 Chia-I Wuglsl: Include main/core.h.
2010-08-23 Eric Anholtglsl: Rebuild builtins for any() change.
2010-08-23 Eric Anholtglsl: Regenerate builtins with the new sorting.
2010-08-18 Kenneth Graunkeglsl: Refresh autogenerated file builtin_function.cpp.
2010-08-18 Kenneth Graunkeglsl2: Regenerate builtin_function.cpp.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Kenneth Graunkeglsl2: Refresh autogenerated file builtin_function...
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Kenneth Graunkeglsl2: Rework builtin function generation.
2010-08-12 Ian Romanickglsl2: Use Elements from main/compiler.h instead of...
2010-08-09 Kenneth Graunkeglsl2: Refresh autogenerated file builtin_function...
2010-08-02 Eric Anholtglsl2: Fix expression type in builtin tan().
2010-07-30 Eric Anholtglsl2: Fix the implementation of atan(y, x).
2010-07-28 Kenneth Graunkeglsl2: Fix outerProduct builtin.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Kenneth Graunkeglsl2: Refresh autogenerated file builtin_function...
2010-07-22 Eric Anholtglsl2: Fix the type of (1.0 - arg2) for mix(gen, gen...
2010-07-21 Ian Romanicklinker: Link built-in functions instead of including...
2010-07-20 Eric Anholtglsl2: Fix asin() implementation.
2010-07-20 Eric Anholtglsl2: notEqual() produces a boolean value, not the...
2010-07-19 Ian Romanickglsl2: Use Elements macro
2010-07-19 Eric Anholtglsl2: Fix the expression type for atan's pi * sign(y).
2010-07-19 Eric Anholtglsl2: Make cross() be an expression operation.
2010-07-14 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-07-07 Eric Anholtglsl: Fix the setup of refract()'s output for vec3...
2010-07-03 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-07-01 Eric Anholtglsl2: Add ir_unop_fract as an expression type.
2010-07-01 Eric Anholtglsl2: Don't break sign() down by vector components.
2010-06-30 Eric Anholtglsl2: Fix reversed value of step().
2010-06-30 Eric Anholtglsl2: Fix up the implementation of fract() for vector...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...