summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qshadergraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-31/+31
* QShaderGraph: don't generate statements with undefined inputsNicolas Guichard2020-02-191-0/+47
* QShaderGraph: Fix statement creation for graphs with dangling branchesNicolas Guichard2020-02-171-5/+12
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-111-21/+21
|\
| * QShaderGenerator: stop abusing from auto everywherePaul Lemire2019-04-091-21/+21
* | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-6/+6
|/
* Implement graph layers support in QShaderGraphKevin Ottens2017-08-021-7/+33
* [Shader Graph Gen.] Introduce QShaderGraph::StatementKevin Ottens2017-06-201-0/+148
* [Shader Graph Gen.] Introduce QShaderGraphKevin Ottens2017-06-201-0/+88