glsl: Add an ir_variable::reinit_interface_type() function.
[mesa.git] / src / glsl / ast_array_index.cpp
2013-10-09 Paul Berryglsl: Update ir_variable::max_ifc_array_access properly.
2013-10-09 Paul Berryglsl: Move update of max_array_access into a separate...
2013-08-02 Paul Berryglsl: Permit non-ubo input interface arrays to use...
2013-05-13 Ian Romanickglsl: Generate ir_binop_vector_extract for indexing...
2013-04-08 Ian Romanickglsl: Don't early-out for error-type inputs
2013-04-08 Ian Romanickglsl: Don't emit spurious errors for constant indexes...
2013-04-08 Ian Romanickglsl: Collect all of the non-constant index error check...
2013-04-08 Ian Romanickglsl: Minor code compaction in _mesa_ast_array_index_to_hir
2013-04-08 Ian Romanickglsl: Remove some unnecessary uses of error_emitted
2013-04-08 Ian Romanickglsl: Refactor handling of ast_array_index to a separat...