summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Unblacklist passingDaniel Smith2019-06-271-4/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-182-1/+331
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-152-1/+331
| |\
| | * Fix removal of components when they are destroyedMike Krus2019-05-281-1/+10
| | * Fix Parameter priority sortingPaul Lemire2019-05-241-0/+321
* | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-121-3/+4
* | | Replace QLatin1Literal with QLatin1StringGiuseppe D'Angelo2019-06-111-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Paul Lemire2019-06-039-2/+202
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-06-039-2/+202
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-292-3/+4
| | |\|
| | | * Clean up warningsMike Krus2019-05-282-3/+4
| | * | Introduce EntityAccumulatorMike Krus2019-05-251-1/+56
| | * | Introduce EntityVisitorMike Krus2019-05-251-0/+79
| | * | Iterate on child handlesMike Krus2019-05-258-0/+64
* | | | Uniform: add handling of uniform of Image based typesPaul Lemire2019-06-051-0/+61
* | | | Register QShaderImage type with QMLPaul Lemire2019-06-051-0/+2
* | | | Add ShaderImage backend nodePaul Lemire2019-06-053-1/+233
* | | | Add QShaderImage frontend classPaul Lemire2019-06-053-1/+509
* | | | GraphicsHelpers: add bindImageTexture supportPaul Lemire2019-06-041-0/+31
|/ / /
* | | Fix some deprecation warningsFriedemann Kleint2019-05-283-8/+17
* | | Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-2211-51/+52
* | | tst_QFrameAllocator: actually test somethingMarc Mutz2019-05-241-5/+5
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-187-69/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-137-69/+8
| |\|
| | * QChannelMapping: only send const char *propertyName to backendPaul Lemire2019-05-104-50/+6
| | * Restore ShaderBuilder unit testsPaul Lemire2019-05-101-1/+0
| | * Update ShaderBuilder tests following changes in QShaderGeneratorPaul Lemire2019-05-093-19/+3
* | | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-05-0917-140/+849
|\| |
| * | Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-2617-159/+939
| |\|
| | * Fix FrameGraph node parentingJim Albamont2019-04-161-34/+18
| | * Cache light/renderable/computable vectorsJames Turner2019-04-102-22/+97
| | * Disable ShaderBuilder unit testsPaul Lemire2019-04-101-0/+1
| | * Fix backend node creation order using an initialization queueJim Albamont2019-04-081-0/+80
| | * Fix Entity parenting hierarchyJim Albamont2019-04-0410-1/+250
| | * Animations: handle variable length propertiesPaul Lemire2019-04-035-102/+499
| * | Disable ShaderBuilder unit testsPaul Lemire2019-04-251-0/+3
* | | tst_raycastingjob: update QML import versionsPaul Lemire2019-04-245-21/+26
* | | Merge remote-tracking branch origin/5.13 into devPaul Lemire2019-04-1515-67/+415
|\| |
| * | Remove unused codev5.13.0-beta3v5.13.0-beta2Mike Krus2019-04-041-30/+0
| * | Merge branch '5.12' into 5.13Paul Lemire2019-04-0215-40/+410
| |\|
| | * Update the backend's buffer data when updating part of QBufferGiulio Camuffo2019-04-021-1/+1
| | * Unify shader include handlingMichael Brasser2019-04-016-0/+31
| | * Dont play animations that are disabledJuan Jose Casafranca2019-03-281-9/+47
| | * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-151-2/+216
| | |\
| | | * Make sure backend node is created when component is added to Entityv5.12.2Svenn-Arne Dragly2019-02-221-0/+84
| | | * Add test for component added to parent with pending backend creationSvenn-Arne Dragly2019-02-221-2/+76
| | | * Fix broken creation order for nodes used as propertiesSvenn-Arne Dragly2019-02-221-0/+56
| | * | tests/auto/render/render.pro: Remove duplicate entry "scene2d"Friedemann Kleint2019-03-071-1/+0
| | * | Use slerp for animating rotation channelsJuan Jose Casafranca2019-02-224-2/+96
| | |/
| | * Fix: rebuild material and layer caches when FrameGraph tree is dirtyPaul Lemire2019-02-192-33/+84