summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Always Flip UV Coordinates in ObjloaderAndy Nichols2015-08-2016-0/+2
* Avoid signed-unsigned comparison warningLaszlo Agocs2015-08-201-1/+1
* Create proper Quick extended classes in scene loadersLaszlo Agocs2015-08-2020-40/+753
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Andy Nichols2015-08-201-3/+3
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-191-3/+3
| |\
| | * Scene3DItem: Account for device pixel ratioAndy Nichols2015-08-181-3/+3
* | | qgltf: Set the correct internal format for ETC1 texturesLaszlo Agocs2015-08-201-2/+2
* | | Remove outdated codeFrank Meerkoetter2015-08-191-39/+0
* | | Remove outdated codeFrank Meerkoetter2015-08-191-41/+0
* | | Remove unused codeFrank Meerkoetter2015-08-191-22/+0
* | | Adapt to the changed interface of the ValueTypeProviderFrank Meerkoetter2015-08-191-89/+36
* | | Remove QQmlVMEVariant specific workaroundFrank Meerkoetter2015-08-191-9/+1
|/ /
* | Fix qgltf tool invocationLaszlo Agocs2015-08-181-1/+3
* | Rename tools directory backLaszlo Agocs2015-08-184-1/+1
* | qgltf: Add support for invoking etc1toolLaszlo Agocs2015-08-171-1/+42
* | Add support for ETC1 compressed textures in PKM containersLaszlo Agocs2015-08-175-4/+65
* | Fix build errors on OS X 10.8Andy Nichols2015-08-172-9/+10
* | Merge remote-tracking branch 'origin/5.5' into devAndy Nichols2015-08-17873-5931/+191301
|\|
| * Add the GPLv3 license textThiago Macieira2015-08-132-0/+698
| * Call the correct super constructorJørgen Lind2015-08-131-1/+1
| * Temporarily rename the tools directoryLaszlo Agocs2015-08-114-0/+0
| * Renderer/GLHelpers: handle primitive restart when possiblePaul Lemire2015-08-1112-13/+71
| * QGraphicsHelperGL4: dedicated helper for OpenGL 4.3+Paul Lemire2015-08-114-1/+985
| * Cleanup: remove QAbstractMesh/QMeshData/MeshDataManagerPaul Lemire2015-08-1135-1285/+20
| * TessellatedQuadMesh converted to QGeometryRendererPaul Lemire2015-08-112-40/+32
| * Renderer: restore verticesPerPatch handlingPaul Lemire2015-08-111-0/+3
| * RenderGeometry: verticesPerPatch property addedPaul Lemire2015-08-113-0/+29
| * QGeometry: add verticesPerPath propertyPaul Lemire2015-08-113-0/+41
| * simple-cpp: uses the Qt3D::QWindowPaul Lemire2015-08-111-25/+5
| * Deferred-renderer-cpp: use the QWindow classPaul Lemire2015-08-111-14/+7
| * qgltf: do not use class headersLaszlo Agocs2015-08-111-11/+11
| * Fix mixed up shader code in Scene3DLaszlo Agocs2015-08-101-3/+3
| * Make concrete collider types inherit from QAbstractColliderSean Harmer2015-08-1012-28/+28
| * Add QAbstractCollider typeSean Harmer2015-08-105-2/+233
| * Add QGeometryCollider C++ and QML typesSean Harmer2015-08-105-2/+228
| * Add QCapsuleCollider C++ and QML typesSean Harmer2015-08-105-2/+329
| * Add QBoxCollider C++ and QML typesSean Harmer2015-08-105-2/+278
| * Add some properties to QSphereColliderSean Harmer2015-08-102-0/+46
| * Fix class name in logic QML pluginSean Harmer2015-08-102-5/+5
| * Add collision aspect QML pluginSean Harmer2015-08-105-0/+125
| * Add new collision aspectSean Harmer2015-08-1012-0/+654
| * Remove unused member variableSean Harmer2015-08-103-7/+4
| * Remove vtable from QRay3DSean Harmer2015-08-101-1/+1
| * Sphere exported in RendererPaul Lemire2015-08-091-1/+1
| * QRayCastingService implementation using bounding volumesRémi Benoit2015-08-0919-16/+1054
| * Collision detection service skeletonRémi Benoit2015-08-0911-0/+472
| * bigscene-instanced-qml example demonstrating instancingPaul Lemire2015-08-097-1/+298
| * QSphereMesh: allow to modify instanceCountPaul Lemire2015-08-091-1/+0
| * Fix Attribute Parameter mappingAndy Nichols2015-08-083-5/+5
| * glTF: Support generating and using Core profile and GL2 shadersAndy Nichols2015-08-083-22/+136