summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-2218-66/+67
* 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-0921-140/+1105
|\| |
| * | Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-2621-159/+1195
| |\|
| | * 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 the build with -no-guiLiang Qi2019-04-091-0/+3
| | * Fix backend node creation order using an initialization queueJim Albamont2019-04-081-0/+80
| | * Fix Entity parenting hierarchyJim Albamont2019-04-0413-1/+503
| | * 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-1518-68/+575
|\| |
| * | Remove unused codev5.13.0-beta3v5.13.0-beta2Mike Krus2019-04-041-30/+0
| * | Merge branch '5.12' into 5.13Paul Lemire2019-04-0218-41/+570
| |\|
| | * 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-154-3/+376
| | |\
| | | * 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
| | | * Add manual test for backend node creation for componentsSvenn-Arne Dragly2019-02-223-1/+160
| | * | 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
* | | Update the backend's buffer data when updating part of QBufferGiulio Camuffo2019-04-021-1/+1
* | | Make it possible to partially update a texturePaul Lemire2019-03-2014-3/+1654
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-195-28/+16
|\| |
| * | Fix deprecation warnings about Qt3DRender::QBuffer::BufferTypeFriedemann Kleint2019-03-125-28/+16
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-091-8/+8
|\| |
| * | Fix deprecation warnings about setDataType()/setDataSize()Friedemann Kleint2019-03-071-8/+8
* | | QSortPolicy: add sorting by TexturePaul Lemire2019-03-061-0/+79
* | | Rework internal Texture HandlingPaul Lemire2019-03-046-359/+20
* | | Add QNoPicking FrameGraph nodePaul Lemire2019-02-283-0/+183
* | | Add a viewport property to QPickEventGiulio Camuffo2019-02-254-33/+56
* | | Cache light/renderable/computable vectorsJames Turner2019-02-202-24/+90
* | | Add QRasterMode render stateJuan Jose Casafranca2019-02-1211-1/+409