summaryrefslogtreecommitdiff
path: root/src/glsl/builtins/ir
AgeCommit message (Expand)Author
2010-09-22glsl: Rework assignments with write_masks to have LHS chan count match RHS.Eric Anholt
2010-09-18glsl/builtins: Switch comparison functions to just return an expression.Kenneth Graunke
2010-09-18glsl/builtins: Fix equal and notEqual builtins.Kenneth Graunke
2010-09-13glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequalIan Romanick
2010-09-09glsl2: Implement noise[1234] built-in functions using ir_unop_noiseIan Romanick
2010-09-09glsl/builtins: normalize of a negative scalar should be -1.0.Kenneth Graunke
2010-09-08glsl: Fix for scalar float built-in definitions.Kenneth Graunke
2010-09-08glsl: Fix typo in builtin step() using a wrong channel.Eric Anholt
2010-09-08glsl/builtins: Don't use ir_binop_dot on floating point values.Kenneth Graunke
2010-09-08glsl/builtins: Simplify degenerate scalar float cases.Kenneth Graunke
2010-09-04glsl/builtins: Convert assignments to new format (with write mask).Kenneth Graunke
2010-09-01glsl: Add forgotten implementations of equal/notEqual on bvecs.Kenneth Graunke
2010-08-31glsl2: fix bug in atan(y, x) functionBrian Paul
2010-08-23mesa: Add new ir_unop_any() expression operation.Eric Anholt
2010-08-13glsl2: Rework builtin function generation.Kenneth Graunke