summaryrefslogtreecommitdiffstats
path: root/src/render/io
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-143-1/+15
* [.*SceneParser] Minor clean-upKonstantin Ritt2015-03-164-27/+25
* Nano optimization to GLTFParserKonstantin Ritt2015-03-041-3/+3
* Avoid warning with MSVCLaszlo Agocs2015-02-131-1/+1
* Make scene parsers operate on URLs instead of raw filenamesLaszlo Agocs2015-02-133-6/+10
* Fix image format for texturesLaszlo Agocs2015-02-111-3/+3
* Copyright header change.Mika Salmela2015-02-0919-363/+268
* Texture API refactoringPaul Lemire2015-02-082-24/+20
* Make ctor of QAbstractTextureProvider protectedPaul Lemire2015-02-081-23/+25
* QTexture renamed to QAbstractTextureProviderPaul Lemire2015-02-082-6/+6
* TextureData add setter for CubeMapFacePaul Lemire2015-02-081-0/+5
* QMeshData: move default attribute names getter to cppPaul Lemire2015-01-262-5/+30
* RenderShaderData handling entirely reworkedPaul Lemire2015-01-182-0/+6
* [QMeshData] Rename PrimitiveTypes to PrimitiveTypeKonstantin Ritt2015-01-053-6/+6
* Fix simple typoKonstantin Ritt2015-01-051-1/+1
* Define GL_UNIFORM_BUFFER for dynamic GL buildsSean Harmer2014-12-121-0/+4
* UniformBuffer: update takes an offsetPaul Lemire2014-12-122-5/+3
* UniformBuffer: wraps around the GL calls needed to have a UBOPaul Lemire2014-12-123-2/+181
* Optimize: Remove temporary allocations in QMeshData::attributeNames.Milian Wolff2014-12-093-11/+22
* renderlogging.h -> renderlogging_p.hSean Harmer2014-11-195-5/+5
* Rename AxisAlignedBoundingBox->QAxisAlignedBoundingBoxSean Harmer2014-11-184-9/+9
* QTransform refactoredPaul Lemire2014-10-301-1/+1
* QTechnique refactoredPaul Lemire2014-10-301-21/+21
* QTexture refactoringPaul Lemire2014-10-301-6/+3
* QMeshData: enum for primitivesPaul Lemire2014-10-224-10/+21
* QAbstractMeshData merged with QMeshData and moved to RendererPaul Lemire2014-10-227-42/+173
* QAbstractMesh: setDirty -> updatePaul Lemire2014-10-201-1/+1
* QShaderProgram: remove source file properties, replace by helper methodPaul Lemire2014-10-181-2/+3
* Have copy() only on QNodeKevin Ottens2014-10-161-6/+7
* Hide doClone implementations behind a macroKevin Ottens2014-10-151-8/+1
* Silence warnings in GLTF parserSean Harmer2014-10-041-0/+2
* QNode refactoringPaul Lemire2014-10-031-19/+34
* GLTFParser commented out parts to adapt to QParameter changesPaul Lemire2014-09-301-70/+70
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-301-3/+7
* LoadSceneJobPaul Lemire2014-09-301-1/+1
* Comparison operator for QAbstractMeshFunctor subclassesPaul Lemire2014-09-301-0/+6
* QParameter new overloaded ctorsPaul Lemire2014-09-291-1/+1
* Add an example to exercise tessellation shader supportSean Harmer2014-09-211-3/+4
* Add support for remaining shader stages and rename some propertiesSean Harmer2014-09-211-2/+2
* Assimp external dependencyPaul Lemire2014-08-197-1335/+7
* Texture renamed to QTexturePaul Lemire2014-08-194-15/+15
* Texture subclass of QNodePaul Lemire2014-08-191-1/+1
* Mark ObjLoader as privateSean Harmer2014-08-183-2/+2
* Rename MeshData -> QMeshDataSean Harmer2014-08-1810-66/+63
* The gltf parser is now privateSean Harmer2014-08-183-2/+2
* Mark assimp parser and helpers as privateSean Harmer2014-08-185-5/+5
* Make AbstractSceneParser privateSean Harmer2014-08-185-4/+4
* Mark backend render classes as private and fix compilationSean Harmer2014-08-173-44/+46
* Fix in assimpparserPaul Lemire2014-08-151-1/+1
* Avoid naming classes DrawStateLouai Al-Khanji2014-08-152-5/+7