generate_builtins.py: Clean up generated output a bit.
[mesa.git] / src / glsl / builtins /
2010-08-18 Kenneth Graunkegenerate_builtins.py: Clean up generated output a bit.
2010-08-18 Kenneth Graunkeglsl/builtins: Add forgotten hyperbolic trig builtins...
2010-08-18 Kenneth Graunkeglsl2: Fix cut and paste error in EXT_texture_array...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Kenneth Graunkeglsl2: Add builtins profile for GLSL 1.30.
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-11 Kenneth Graunketexture_builtins.py: Remove useless comments.
2010-08-09 Kenneth Graunketexture_builtins.py: Fix cut and paste errors in functi...
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/builtins: Add 1.30 bvec variant of the "mix"...
2010-07-22 Kenneth Graunkeglsl2/builtins: Fix 1.30 sign implementation for ints.
2010-07-22 Kenneth Graunkeglsl2/builtins: Fix "mod" builtin to use scalar/vector...
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 Graunkeglsl2/builtins: Rework clamp to use scalar/vector combi...
2010-07-14 Kenneth Graunkeglsl2/builtins: Rework min/max to use scalar/vector...
2010-07-07 Eric Anholtglsl: Fix the setup of refract()'s output for vec3...
2010-07-03 Kenneth Graunkeglsl2/builtins: Use vector ops in the 130 version of...
2010-07-03 Kenneth Graunkeglsl2/builtins: Use vector ops in "smoothstep."
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...