summaryrefslogtreecommitdiffstats
path: root/src/glsl/ast_function.cpp
Commit message (Expand)AuthorAgeFilesLines
* ast_function: Fix non-float constructors with matrix arguments.Kenneth Graunke2010-07-091-22/+55
* ast_function: Move error return earlier and don't indent the world.Kenneth Graunke2010-07-091-142/+139
* ast_function: Remove unnecessary check for empty constructors.Kenneth Graunke2010-07-091-9/+0
* glsl2: Use _mesa_glsl_parse_state as the talloc parent, not glsl_shader.Kenneth Graunke2010-06-301-5/+5
* glsl2: Use talloc_strdup when generating constructor temporary namesIan Romanick2010-06-291-8/+13
* glsl2: Don't flatten constructor parameters to scalarsIan Romanick2010-06-291-129/+59
* glsl2: Always emit matrix constructors inlineIan Romanick2010-06-291-1/+321
* glsl2: Always emit vector constructors inlineIan Romanick2010-06-291-1/+100
* glsl2: Use i2b and f2b IR opcodes for casting int or float to boolIan Romanick2010-06-281-9/+9
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+751