summaryrefslogtreecommitdiff
path: root/src/effects/private/DropShadowBase.qml
Commit message (Expand)AuthorAgeFilesLines
* Port 17 effects to RHI, remove 8 unportable onesLaszlo Agocs2020-06-091-99/+0
* Account for the device pixel ratio when showing a DropShadowAndy Shaw2019-07-031-2/+3
* add qmlRegisterModule to QML plugins (QUIP 99)Shawn Rutledge2018-10-231-3/+3
* Fix licensingJani Heikkinen2017-05-101-27/+26
* Use fallback blur shader for radius * 2 + 1 != sampleCount.Gunnar Sletta2015-11-051-1/+1
* Clamp DropShadow's radius to [0, floor(samples/2)]Gunnar Sletta2015-10-191-1/+1
* Make DropShadow properties into 'real' again.Gunnar Sletta2015-10-191-5/+5
* Change the default DropShadow offset back to 0.Gunnar Sletta2015-08-171-2/+2
* Implement DropShadow using the new gaussian blur.Gunnar Sletta2015-03-241-0/+99