aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickshapes/shaders/blit.frag
Commit message (Collapse)AuthorAgeFilesLines
* Update opensource license to .frag and .vert filesv5.15.18-lts-lgpl5.15Tarja Sundqvist2025-06-061-20/+20
| | | | | | | | The commercial license was updated to source files in df8183117bf244e22c96151f798a1f8f8134e960. Change-Id: Id4d5bf211cafdb56b8bda02fb7b6ea61bd8e7878 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Add license headers to shader sourceEskil Abrahamsen Blomfeldt2023-11-141-0/+39
| | | | | | | | | | | Change-Id: I007eaddf0a3a9e7e6242d4e02b487fa0806c96a7 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> (cherry picked from commit 85e65e101bb7f4eecff0bdbbc6bde59ea8f6d73e) Reviewed-by: Christian Strømme <christian.stromme@qt.io> (cherry picked from commit 960d6b5da1985552a1cba80732bb94f25340bd48) (cherry picked from commit 929bbcfde1b1a2baf10846f2131cedf4eac8f783) Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit 6ac454e9d303e75e79c5d138895f3db9a2c4fedc)
* Move QtQuick.Shapes implementation to qtquickshapes, privately exportedPaolo Angelelli2018-06-211-0/+9
This change moves the implementation of QtQuick.Shapes into an own qt module, where classes are privately exported. In this way Shapes QML types can be internally (= from other Qt modules) instantiated also from cpp. Change-Id: I428f981f0a1f3083e6571cbeaffa706fd8ef7254 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>