glsl2: Emit array constructors inline.
[mesa.git] / src / glsl / ast_function.cpp
2010-07-21 Kenneth Graunkeglsl2: Emit array constructors inline.
2010-07-21 Kenneth Graunkeglsl2: Add some comments.
2010-07-21 Kenneth Graunkeglsl2: Replace insert_before/remove pairs with exec_nod...
2010-07-21 Ian Romanickglsl2: glsl_type has its own talloc context, don't...
2010-07-21 Ian Romanickglsl2: Add and use new variable mode ir_var_temporary
2010-07-20 Eric Anholtglsl2: Always insert function calls into the instructio...
2010-07-19 Eric Anholtglsl2: Remove the const disease from function signature...
2010-07-14 Kenneth Graunkeast_function: Actually do type conversion on function...
2010-07-09 Kenneth Graunkeast_function: Fix non-float constructors with matrix...
2010-07-09 Kenneth Graunkeast_function: Move error return earlier and don't inden...
2010-07-09 Kenneth Graunkeast_function: Remove unnecessary check for empty constr...
2010-06-30 Kenneth Graunkeglsl2: Use _mesa_glsl_parse_state as the talloc parent...
2010-06-29 Ian Romanickglsl2: Use talloc_strdup when generating constructor...
2010-06-29 Ian Romanickglsl2: Don't flatten constructor parameters to scalars
2010-06-29 Ian Romanickglsl2: Always emit matrix constructors inline
2010-06-29 Ian Romanickglsl2: Always emit vector constructors inline
2010-06-28 Ian Romanickglsl2: Use i2b and f2b IR opcodes for casting int or...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...