aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ast_function.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl/ast: don't crash when func_name is NULLDave Airlie2016-06-061-0/+4
* glsl: do not raise uninitialized warning with out function parametersAlejandro Piñeiro2016-05-261-0/+28
* glsl: reindent line in ast_function.cppDave Airlie2016-05-241-1/+1
* glsl: be more strict when validating shader inputsIlia Mirkin2016-05-131-8/+18
* glsl: make sure that interpolateAt arguments are variablesIlia Mirkin2016-05-131-1/+1
* glsl: subroutine types cannot be used in constructors.Dave Airlie2016-05-041-0/+6
* glsl: removing double semi-colonsJakob Sinclair2016-04-261-1/+1
* glsl: add is_lhs bool on ast_expressionAlejandro Piñeiro2016-03-291-0/+4
* glsl: fix emit_inline_matrix_constructor for doublesIago Toral Quiroga2016-02-191-6/+13
* glsl: Mark float constants as suchIago Toral Quiroga2016-02-191-5/+5
* glsl: fix indentation in emit_inline_matrix_constructorIago Toral Quiroga2016-02-191-75/+75
* glsl: return cloned signature, not the builtin oneIlia Mirkin2016-02-071-1/+2
* glsl: move to compiler/Emil Velikov2016-01-261-0/+2098