glsl: Generate compile errors for explicit blend indices < 0 or > 1.
[mesa.git] / src / glsl / ir.cpp
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Kenneth Graunkeglsl2: Initialize ir_instruction::type and ir_rvalue...
2010-07-21 Kenneth Graunkeir_constant_expression: Add support for array == and !=.
2010-07-21 Kenneth Graunkeglsl2: Extend ir_constant to store constant arrays...
2010-07-21 Ian Romanickglsl2: Implement utility routine to talloc reparent...
2010-07-21 Ian Romanickglsl2: Add and use new variable mode ir_var_temporary
2010-07-21 Eric Anholtglsl2: strdup the field names used in dereference_record.
2010-07-19 Eric Anholtglsl2: Give IR nodes a type field.
2010-07-19 Eric Anholtglsl2: Remove the const disease from function signature...
2010-07-19 Eric Anholtglsl2: Make cross() be an expression operation.
2010-07-12 Ian Romanickir_function_signature: Add method to get the function...
2010-07-12 Ian Romanickir_call: Add method to set the function signature being...
2010-07-01 Eric Anholtglsl2: Add ir_unop_fract as an expression type.
2010-06-30 Eric Anholtglsl2: Make function names and variable names be childr...
2010-06-29 Ian Romanickir_swizzle: Add new constructor, refactor constructors
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...