summaryrefslogtreecommitdiffstats
path: root/src/render/io
Commit message (Expand)AuthorAgeFilesLines
* Don't use deprecated API for plugin loadingSean Harmer2016-01-151-2/+2
* RenderView/GraphicsContext: support SSBO/UBO with buffer used as ParametersPaul Lemire2016-01-132-2/+8
* GraphicsContext: use GLBuffer instead of QOpenGLBufferPaul Lemire2016-01-132-8/+17
* RenderView: sliglty modified to later accommodate compute callsPaul Lemire2016-01-131-1/+1
* GLBuffer: modified to be used as a generic GL bufferPaul Lemire2016-01-132-7/+48
* Rename UniformBuffer to GLBufferPaul Lemire2016-01-133-18/+18
* Replace QTextStream with QString::splitRefMauro Persano2016-01-071-38/+52
* Use QString::splitRef rather than QString::split.Volker Krause2016-01-061-1/+1
* Avoid expensive QHash::keys() call in obj loader.Volker Krause2016-01-051-6/+4
* Move QTextStream creation out of the loop.Volker Krause2016-01-051-1/+2
* Add we mean it headersLaszlo Agocs2015-12-151-0/+11
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-094-10/+11
* Move core/io content to render/geometry and ioKevin Ottens2015-12-023-0/+135
* QAxisAlignedBoundingBox is used only in ObjLoaderKevin Ottens2015-12-024-2/+253
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-231-1/+1
* Added support for partial OBJ mesh loadingMike Krus2015-11-212-22/+53
* QSceneLoader: do not leak built scenePaul Lemire2015-11-162-3/+5
* Fix some syncqt warningsLaszlo Agocs2015-11-131-1/+1
* Create proper plugin infrastructure for sceneloadersAndy Nichols2015-11-049-28/+316
* Remove some uncessary QOpenGL* includesAndy Nichols2015-11-031-2/+0
* Qt3DRender::QAbstractSceneLoaderPrivate: Remove unnecessary exportAndy Nichols2015-10-301-2/+1
* Rename Renderer -> Render throughoutSean Harmer2015-10-1910-21/+21
* Uniform Buffers: try to minimize bind / unbindPaul Lemire2015-10-142-4/+16
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1312-46/+46
* Add "We mean it" warnings to private headersSean Harmer2015-10-136-0/+66
* Final batch of file moves for nowSean Harmer2015-10-1314-715/+430
* Remove Q prefix from graphics helpersSean Harmer2015-10-132-13/+13
* Rename RenderShader -> ShaderSean Harmer2015-10-131-1/+1
* Rename RenderShaderData -> ShaderDataSean Harmer2015-10-131-1/+1
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-1316-74/+78
* Assert on packed input data in TexImageData::setImage.Fredrik Orderud2015-09-211-0/+1
* Fix ICC warning of change of signThiago Macieira2015-08-311-1/+1
* Always Flip UV Coordinates in ObjloaderAndy Nichols2015-08-201-0/+2
* Add support for ETC1 compressed textures in PKM containersLaszlo Agocs2015-08-172-1/+38
* Cleanup: remove QAbstractMesh/QMeshData/MeshDataManagerPaul Lemire2015-08-114-414/+0
* Add support for loading scenes from glTF 0.8 filesAndy Nichols2015-08-083-1277/+0
* QMesh converted to QGeometryRendererPaul Lemire2015-08-072-28/+28
* QGeometryFunctor: will allow to load whole geometries as jobsPaul Lemire2015-08-072-1/+69
* QAbstractAttribute: Type abstracted with an enumPaul Lemire2015-08-074-99/+99
* QBuffer/RenderBuffer: add a functor propertyPaul Lemire2015-08-073-0/+29
* QBufferFunctor: provides a way to load buffer data in jobsPaul Lemire2015-08-072-1/+67
* QAbstractBuffer/QBuffer cleanupPaul Lemire2015-08-072-47/+0
* QAttribute: Add default attribute names getterPaul Lemire2015-08-072-0/+31
* New Buffer API Frontend ClassesGiuseppe D'Angelo2015-08-0712-115/+282
* Functors: remove dynamic_castPaul Lemire2015-07-281-18/+19
* TextureDataManager/TextureImageData improvedPaul Lemire2015-07-242-1/+15
* Enable Attribute::dump() to dump useful dataAndy Nichols2015-07-231-13/+17
* Fix obj loader out of range access with textureless facesJoni Poikelin2015-07-091-1/+1
* Add semicolon to Q_UNUSED expressionsMarc Mutz2015-06-111-2/+2
* Properly initialize q_ptr (or avoid where it is not needed)Konstantin Ritt2015-05-206-20/+12