glsl: Initialize data in ast_function_expression::hir.
[mesa.git] / src / glsl / ast_function.cpp
2010-08-29 Vinson Leeglsl: Initialize data in ast_function_expression::hir.
2010-08-24 Chia-I Wuglsl: Include main/core.h.
2010-08-17 Ian Romanickglsl2: Fix transpose of rows and cols
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Ian Romanickglsl2: Use MIN2 from macros.h instead of open coding it
2010-08-06 Ian Romanickglsl2: Log a better error message when a matching funct...
2010-08-04 Ian Romanickglsl2: Generate masked assignments in vector and matrix...
2010-08-04 Kenneth Graunkeglsl2: Remove uses of deprecated TALLOC_CTX type.
2010-08-03 Eric Anholtglsl2: No need to strdup the name passed in to ir_varia...
2010-07-29 Eric Anholtglsl2: Fix spelling of "sentinel."
2010-07-28 Kenneth Graunkeast_function: Set constant_value on return value tempor...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-21 Kenneth Graunkeglsl2: Extend ir_constant to store constant arrays...
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...