summaryrefslogtreecommitdiffstats
path: root/src/extras
Commit message (Expand)AuthorAgeFilesLines
* Implement MetalRough shader optimization TODOMichael Brasser2020-03-274-20/+4
* Add missing QPainterPath includesUlf Hermann2020-03-112-0/+2
* Allow Qt3DWindow to choose which graphics API to use on constructionJean-Michaël Celerier2020-03-112-3/+73
* Add missing documentationMike Krus2020-03-101-0/+18
* Remove QtGui module path from OpenGL related pathsMike Krus2020-02-061-1/+1
* Make sure debug overlay is disabled by defaultMike Krus2020-01-271-0/+1
* Add Profiling OverlayMike Krus2020-01-173-1/+23
* Fix deprecation handlingMike Krus2020-01-141-0/+1
* QDistanceFieldMaterial: Use a smaller Z offsetMartin Andersson2019-12-181-1/+1
* QText2DEntity: Support display of empty stringsVolker Enderlein2019-12-131-8/+5
* QDistanceFieldMaterial: Don't scale rgb colors with distance field alphaMartin Andersson2019-12-092-2/+2
* Fix a crash in Qt3DWindow when the window has no heightJean-Michaël Celerier2019-11-261-1/+1
* Doc: Fix documentation warningsTopi Reinio2019-11-131-1/+1
* QForwardRenderer: rename clearBuffers to buffersToClearPaul Lemire2019-10-072-9/+9
* Clean up includesMike Krus2019-10-011-3/+0
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-0/+4
|\
| * Reset input axis changes when enabling camera controllerMike Krus2019-09-301-0/+4
* | Update QRenderSettings to use direct syncPaul Lemire2019-09-251-2/+6
* | QForwardRenderer: fix doc and add REVISION on clearBuffersPaul Lemire2019-09-192-1/+3
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-116-11/+12
|\|
| * Disable frame action when camera controller is disabledMike Krus2019-09-041-1/+2
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-315-10/+10
| |\
| | * Minor fixes for QSprite* classesMichael Brasser2019-08-303-6/+6
| | * Update MetalRoughMaterial documentionMichael Brasser2019-08-291-3/+3
| | * Add missing * for SkyboxEntity QML type documentationMats Honkamaa2019-08-261-1/+1
* | | QDistanceFieldGlyphCache: make sure the arbiter of atlas can be setWang Chuan2019-08-261-1/+3
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-311-0/+45
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-301-0/+45
| |\|
| | * Add QML documentation to QSkyboxEntityPaul Lemire2019-07-241-0/+45
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-236-0/+31
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-166-0/+31
| |\|
| | * Document an example of how textureScale might be usedMichael Brasser2019-07-156-0/+31
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-111-1/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-271-1/+8
| |\|
| | * Doc: Extend Qt3D documentationPaul Wicking2019-06-071-1/+8
* | | Replace QLatin1Literal with QLatin1StringGiuseppe D'Angelo2019-06-111-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-06-031-1/+50
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-261-1/+50
| |\|
| | * Doc: Add MetalRoughMaterial QML documentationPaul Wicking2019-05-161-1/+50
* | | Add clearBuffers to QForwardRendererJoni Poikelin2019-05-292-1/+28
* | | Fix some deprecation warningsFriedemann Kleint2019-05-281-3/+3
* | | Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-3/+0
|/ /
* / Switch export macros to standard formKai Koehne2019-04-0240-42/+42
|/
* Fix light attenuation for ES 2Michael Brasser2019-03-064-8/+18
* Doc: clarify some propertiesJoni Poikelin2019-02-143-17/+36
* dFdx/dFdy require GL_OES_standard_derivatives under ES 2Michael Brasser2019-02-041-0/+1
* Document that QMetalRoughMaterial has an ES 3 techniqueMichael Brasser2019-01-281-1/+1
* Fix env-map less renderingMike Krus2019-01-092-28/+0
* Enable ES3 rendering of MetalRoughMaterialMichael Brasser2018-12-052-1/+32
* Add missing precision specifiers for ES3Michael Brasser2018-12-052-11/+11