Merge remote branch 'origin/master' into nv50-compiler
[mesa.git] / src / glsl / ir.cpp
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Kenneth Graunkeglsl: Add proper handling for constant matrix-from...
2010-09-02 Kenneth Graunkeglsl: Move generate_constructor_(matrix|vector) to...
2010-09-01 Ian Romanickglsl2: Allow ir_constant::zero to create boolean constants
2010-08-29 Vinson Leeglsl: Completely initialize value member in ir_constant...
2010-08-29 Vinson Leeglsl: Initialize the rest of values of ir_constant...
2010-08-26 Kenneth Graunkeglsl: Move is_built_in flag from ir_function_signature...
2010-08-26 Eric Anholtglsl: Don't consider things with a type containing...
2010-08-24 Chia-I Wuglsl: Include main/core.h.
2010-08-23 Eric Anholtmesa: Add new ir_unop_any() expression operation.
2010-08-17 Ian Romanickir_constant: Don't assert on out-of-bounds array accesses
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-05 Eric Anholtglsl2: Remove the shader_in/shader_out tracking separat...
2010-08-04 Ian Romanickglsl2: Add ir_assignment::write_mask and associated...
2010-08-02 Eric Anholtglsl2: Initialize the ARB_fcc fields of ir_variable.
2010-07-30 Kenneth Graunkeglsl2: Initialize ir_function_signature::is_built_in.
2010-07-29 Eric Anholtglsl2: Fix spelling of "sentinel."
2010-07-28 Kenneth Graunkeglsl2: Add new ir_constant::zero static method.
2010-07-27 Eric Anholtglsl2: When stealing var->constant_value, steal its...
2010-07-27 Eric Anholtglsl2: Also steal the constant components of aggregate...
2010-07-27 Kenneth Graunkeglsl2: Steal ir_variable's constant_value field.
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...