summaryrefslogtreecommitdiff
path: root/src/effects/private
Commit message (Expand)AuthorAgeFilesLines
* CMake: Update project to use latest CMake APIAlexandru Croitor2020-11-251-1/+1
* Fix effects for dynamic source item updatesEskil Abrahamsen Blomfeldt2020-09-152-1/+19
* License the Qt Graphical Effects module under BSDVolker Hilsheimer2020-06-304-77/+121
* Add missing overrideAlexander Volkov2020-06-101-1/+1
* Port 17 effects to RHI, remove 8 unportable onesLaszlo Agocs2020-06-0914-1992/+6
* Regenerate projectsAlexandru Croitor2020-03-123-11/+13
* Regenerate projectsAlexandru Croitor2019-11-152-4/+2
* Regenerate before mergeAlexandru Croitor2019-10-152-16/+0
* Fix cmake configure stepSimon Hausmann2019-09-192-28/+86
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-163-30/+19
|\
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-08-111-2/+3
| |\
| | * Account for the device pixel ratio when showing a DropShadowAndy Shaw2019-07-031-2/+3
* | | Initial CMake portAlexandru Croitor2019-08-152-0/+117
|/ /
* | Fix Qt6 buildAlexandru Croitor2019-08-011-2/+3
|/
* add qmlRegisterModule to QML plugins (QUIP 99)Shawn Rutledge2018-10-239-17/+20
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-161-1/+6
|\
| * Do not try to create a surface if context creation failsAndras Mantia2018-06-141-1/+6
* | Remove the code to manually initialize resources in static buildsSimon Hausmann2018-04-261-8/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-301-1/+1
| |\
| | * Ensure m_maxBlurSamples is initialized to 0Svenn-Arne Dragly2017-09-191-1/+1
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-221-1/+1
|/ /
* | Support OpenGL core profileJoni Poikelin2017-06-087-333/+253
|/
* Fix licensingJani Heikkinen2017-05-108-223/+215
* Enable the use of QML cache creation at build timev5.9.0-beta4v5.9.0-beta3v5.9.0-beta2Simon Hausmann2017-04-061-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * Fix QQmlExtensionInterface usagev5.6.1-1v5.6.15.6.1J-P Nurmi2016-05-101-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-081-0/+2
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-171-0/+2
| |\
| | * Fix crash when a ShaderEffectSource is missing a sourceItemv5.6.05.6.0Gunnar Sletta2016-02-251-0/+2
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-1/+1
|\ \ \ | |/ /
| * | Make ShaderEffectSource work with SourceProxy when sourceRect is unset.Gunnar Sletta2016-03-041-1/+1
| |/
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-alpha1Liang Qi2016-02-152-14/+56
|\ \ | |/
| * Make Item::layer::effect: Effect {} work againv5.6.0-rc1Gunnar Sletta2016-01-112-11/+26
| * Fix SourceProxy's method for determining when to activate.v5.6.0-beta1Gunnar Sletta2015-12-081-13/+40
* | Updated license headersAntti Kokko2016-01-205-65/+95
* | Enable using the module in a statically built applicationAndy Shaw2015-12-212-2/+10
|/
* Use fallback blur shader for radius * 2 + 1 != sampleCount.Gunnar Sletta2015-11-052-4/+5
* Move QtGraphicalEffectsPlugin classname declaration to private qmldirMitch Curtis2015-11-031-0/+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
* Ensure GL_MAX_VARYING_VECTORS is definedSamuel Gaist2015-10-191-0/+4
* Correct value of GL_MAX_VARYING_FLOATSSamuel Gaist2015-10-191-1/+1
* restore previous context in QGfxShaderBuilderJoerg Bornemann2015-09-071-1/+7
* Rename uniform step->dirstep to avoid conflicts with built-inGunnar Sletta2015-08-281-4/+4
* Change the default DropShadow offset back to 0.Gunnar Sletta2015-08-171-2/+2
* Fix warnings in gradients.Gunnar Sletta2015-06-301-1/+2
* Implement DropShadow using the new gaussian blur.Gunnar Sletta2015-03-243-0/+101
* Improve Gaussian Blur.Gunnar Sletta2015-03-135-10/+449
* Let sourceproxy auto-configure layers.Gunnar Sletta2015-03-101-13/+10