qt5base-lts/tests/auto/gui
Nicolas Guichard f9086ebd01 QShaderGenerator: Allow more expressions in input nodes
Currently QShaderGenerator will crash when encountering some expressions
in input nodes.

For example, this node prototype would make it crash:
"VERTEX_COLOR": {
  "outputs": ["color", "alpha"],
  "rules": [
    "headerSnippets": ["in vec4 vertexColor;"],
    "substitution": "vec3 $color = vertexColor.rgb;
                     float $alpha = vertexColor.a;"
  ]
}

Change-Id: I37abb8099d376843a4cb13228140467dc1b8f60c
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
2020-02-20 08:00:20 +01:00
..
image Fix accuracy of ARGB32->A2RGB30 conversions 2019-11-07 10:42:08 +01:00
itemmodels Remove usages of deprecated APIs of corelib 2019-07-05 11:25:46 +02:00
kernel Flatten version-specific blacklisting on macOS to all macOS versions 2020-01-22 17:58:31 +01:00
math3d Remove usages of deprecated APIs of qtbase/gui 2019-07-13 10:43:15 +02:00
painting Fix: QPainter off-by-one clipping for some non-integer scalings 2019-10-18 06:11:39 +00:00
qopengl unblacklist passing tests 2019-07-08 11:01:42 +00:00
qopenglconfig Deprecate conversion functions between QList and QSet 2019-05-07 14:15:44 +00:00
qvulkan
rhi Avoid EGL_BAD_MATCH in tst_qrhi autotest 2019-10-31 14:41:07 +01:00
text Markdown importer: properly set hyperlinks 2020-02-03 14:58:06 +01:00
util QShaderGenerator: Allow more expressions in input nodes 2020-02-20 08:00:20 +01:00
gui.pro Introduce the Qt graphics abstraction as private QtGui helpers 2019-06-13 10:13:45 +02:00