summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Texture property update: notify frontend only when properties have changedPaul Lemire2018-08-143-1/+4
| * GLTexture: simplify createOrUpdateGLFunctionPaul Lemire2018-08-142-59/+71
| * Texture: remove invalid property namePaul Lemire2018-08-131-3/+0
| * Improve backend texture unit testsPaul Lemire2018-08-131-0/+186
| * Allow to build assimp sceneparser on Android when using clangPaul Lemire2018-08-132-2/+4
| * Fix typo on loadscenejob.cppPaul Lemire2018-08-131-1/+1
| * ResourceAccessor: allow read-only access to texturesLaszlo Agocs2018-08-103-5/+14
| * Properly update properties from Backend to Frontend texturesPaul Lemire2018-08-0816-72/+423
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-0718-22/+755
|\|
| * Apply similar logic to the native Qt 3D animation clip selectionSean Harmer2018-08-023-6/+42
| * Add support for loading specific animations from glTF 2 filesSean Harmer2018-08-0213-12/+639
| * Doc: Fix incorrect GoochMaterial properties nameTakumi ASAKI2018-08-011-4/+4
| * Enable ConstantInterpolation for fcurvesJuan Jose Casafranca2018-07-312-2/+23
| * Add changes file for Qt 5.9.6Antti Kokko2018-07-311-0/+25
| * Add changes file for Qt 5.9.5Antti Kokko2018-07-311-0/+24
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-313-3/+5
|\|
| * Bump versionOswald Buddenhagen2018-07-301-1/+1
| * Request manager to cleanup ShaderBuilder entries that are removedPaul Lemire2018-07-301-0/+1
| * Doc: Use correct module namePaul Wicking2018-07-302-3/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-2129-210/+782
|\|
| * QTextureImage: warn user that remote urls on QTextureImage aren't yet supportedPaul Lemire2018-07-201-1/+11
| * Texture: properly handle texture sharing with remote URLsPaul Lemire2018-07-206-37/+106
| * QDownloadHelperService: add couple comments to give more contextPaul Lemire2018-07-201-0/+2
| * Fix crash when using Scene3D and updating data frequentlyPaul Lemire2018-07-201-1/+25
| * Fix: Do not enforce TextureImage to be parented only by TexturePaul Lemire2018-07-1816-112/+508
| * QSkyboxEntity fixes:Paul Lemire2018-07-183-5/+5
| * CalcBoundingVolumeJob: handle UnsignedByte index typePaul Lemire2018-07-182-41/+58
| * Renderer: do not lookup cleanup texturesPaul Lemire2018-07-183-10/+10
| * QNode: _q_postConstructorInit set scene on whole subtreePaul Lemire2018-07-182-3/+57
* | Fix deprecated function call warningSimon Hausmann2018-07-181-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-1413-14/+123
|\|
| * Check animator can be played in frontend and backendJuan Jose Casafranca2018-07-116-1/+49
| * Doc: Remove private classes from public documentationPaul Wicking2018-07-114-1/+5
| * Do not delay cleanup of backend Texture instancesPaul Lemire2018-07-117-12/+104
| * More fuzzy evaluation when calculating rootsChristian Strømme2018-07-102-1/+14
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-074-75/+226
|\|
| * Entity: don't release child data in cleanupPaul Lemire2018-07-061-4/+0
| * Avoid busy loop in QAspectManager while simulation loop is not startedMauro Persano2018-07-041-35/+36
| * Handle reparenting to nodes which have no backendPaul Lemire2018-07-042-36/+190
* | Check animator can be played in frontend and backendJuan Jose Casafranca2018-07-056-1/+49
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-3018-62/+280
|\|
| * Doc: Fix QRenderAspect \inmodule commandTopi Reinio2018-06-271-2/+2
| * Fix QTextureImageData data access with individual TextureImagesLaszlo Agocs2018-06-271-3/+5
| * Don't abort rendering when env light textures are not setPaul Lemire2018-06-271-2/+10
| * Fix deadlock in scene2dMäättä Antti2018-06-262-1/+25
| * QGraphicsApiFilter: fix Vulkan enum value aliasingPaul Lemire2018-06-252-4/+13
| * Fix race condition when executing multiple filterlayerjobs at oncePaul Lemire2018-06-2511-50/+225
* | Prepare for introduction of WebAssemblyEskil Abrahamsen Blomfeldt2018-06-271-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-2394-139/+198
|\|
| * Fix compile warningsPaul Lemire2018-06-205-7/+11