summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3drender
Commit message (Expand)AuthorAgeFilesLines
* Silence ICC warning about unused local variableThiago Macieira2017-04-071-1/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-04-0240-71/+92
|\
| * Coding convention fix for Src/Quick3DRobert Brock2017-04-0140-71/+92
* | Move scene2d to own module and implement conditional plugin loadingAntti Määttä2017-02-289-1661/+2
* | QShaderData: fix texture support in propertiesKevin Ottens2017-02-241-5/+3
* | Cleanup scene2d console messages at startupAntti Määttä2017-02-171-2/+2
* | QMemoryBarrier cleanupPaul Lemire2017-02-162-8/+8
* | Fix Clang warnings: out of order initializationMike Krus2017-02-111-3/+3
* | Fix texture binding on macosAntti Määttä2017-01-301-4/+11
* | Fix scene2d autotest shutdown crashAntti Määttä2017-01-301-3/+5
* | Merge branch 'wip/qtquickintegration' into devSean Harmer2017-01-299-2/+1652
|\ \
| * | Change renderOnce to RenderPolicy enumAntti Määttä2017-01-275-33/+43
| * | Add QmlEngine contructor parameter to Scene2DAntti Määttä2017-01-273-4/+55
| * | Use only one thread in the scene2d rendererAntti Määttä2017-01-264-23/+44
| * | Resend render event when texture is not in useAntti Määttä2017-01-261-0/+1
| * | Add Scene2D logging categoryAntti Määttä2017-01-264-5/+121
| * | Fix scene2d unit testsAntti Määttä2017-01-262-9/+11
| * | Fix qscene2d autotestsAntti Määttä2017-01-261-5/+10
| * | Update scene2d implementationAntti Määttä2017-01-266-208/+280
| * | Change namespaceAntti Määttä2017-01-245-24/+44
| * | Move scene2d to quick3drenderAntti Määttä2017-01-245-0/+1346
| * | Merge branch 'dev' into wip/qtquickintegrationSean Harmer2017-01-202-0/+23
| |\ \
| * | | Add scene2d to quick3drenderAntti Määttä2017-01-182-0/+6
| | |/ | |/|
* | | Add Quick3DMemoryBarrierPaul Lemire2017-01-253-2/+163
| |/ |/|
* | Quick3DBuffer: add helper method to read binary filePaul Lemire2017-01-132-0/+23
|/
* Remove CONFIG+=static when gcov is enabledPaul Lemire2016-11-231-1/+0
* LCOV exclusion comments squashedPaul Lemire2016-11-232-2/+2
* MSVC2015_64 "internal compiler error" fixesv5.8.0-alpha1Tomi Korpipää2016-08-313-7/+8
* Adjust to qtConfig() changes in qtbaseLiang Qi2016-08-211-2/+0
* Add partial data update support for QBufferOleg Evseev2016-08-132-9/+21
* Quick3DBuffer: do not always convert from QJSValuePaul Lemire2016-07-171-2/+10
* Merge branch '5.6' into 5.7Sean Harmer2016-05-191-1/+1
|\
| * Eliminate references to dead memoryWieland Hagen2016-05-041-1/+1
* | Enable QT_NO_FOREACH for all Qt3D libraries and pluginsMarc Mutz2016-05-141-0/+3
* | quick3d: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-05-1413-27/+45
* | Introduce local macros for declaring types as movable/primitive/sharedMarc Mutz2016-05-051-1/+1
* | Get rid of QLayer::namesKevin Ottens2016-05-043-0/+199
* | Make QAbstractNodeFactory privateSean Harmer2016-05-011-1/+1
* | Q_NULLPTR -> nullptrSean Harmer2016-05-017-11/+11
* | Strip out cloning subsystemSean Harmer2016-04-294-15/+8
* | Rename QTechniqueFilter::criteria() to matchAll()Sean Harmer2016-04-271-3/+3
* | Moves QSortCriterion flag to QSortPolicy and remove itFranck Arrecot2016-04-263-189/+0
* | QNode: make cleanup a private slotPaul Lemire2016-04-232-6/+0
* | QVectorize Quick3DShaderDataArrayRobert Brock2016-04-212-3/+3
* | QVectorize QRenderTargetSelectorWieland Hagen2016-04-201-1/+1
* | Merge branch '5.6' into 5.7Sean Harmer2016-04-162-7/+3
|\|
| * standardize statement order in project files a bitOswald Buddenhagen2016-02-251-2/+1
| * rely on the automatically defined QT_BUILD_*_LIBOswald Buddenhagen2016-02-252-3/+1
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-2/+1
* | QAbstractTextureProvider renamed to QAbstractTexturePaul Lemire2016-04-061-1/+1