summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename MeshData -> QMeshDataSean Harmer2014-08-1830-122/+119
* The gltf parser is now privateSean Harmer2014-08-184-3/+3
* Mark assimp parser and helpers as privateSean Harmer2014-08-186-6/+6
* Make AbstractSceneParser privateSean Harmer2014-08-187-8/+5
* Mark backend framegraph nodes as privateSean Harmer2014-08-1823-88/+90
* Mark backend render classes as private and fix compilationSean Harmer2014-08-17126-485/+436
* shaderpropertyparser is not a public headerThiago Macieira2014-08-175-4/+4
* Fix use of variable before initializationThiago Macieira2014-08-171-1/+1
* Ignore the ICC warning about K&R-style parameters in CThiago Macieira2014-08-171-0/+3
* ICC doesn't have -Wno-ignored-qualifiersThiago Macieira2014-08-171-1/+2
* Remove the << version of qCWarning from headersThiago Macieira2014-08-171-4/+7
* Add virtual destructors to classes containing virtualsThiago Macieira2014-08-177-0/+14
* Fix compilation: ISO C++ does not allow anonymous structsThiago Macieira2014-08-171-10/+11
* Fix warning about unused parametersThiago Macieira2014-08-174-7/+7
* Clean up the headersThiago Macieira2014-08-1722-65/+65
* simple-qml: use renderStates instead of drawStatesPaul Lemire2014-08-151-1/+1
* Fix in assimpparserPaul Lemire2014-08-151-1/+1
* Avoid naming classes DrawStateLouai Al-Khanji2014-08-1548-220/+257
* Fix template specializationsLouai Al-Khanji2014-08-151-0/+66
* Don't redefine _USE_MATH_DEFINES macro definition if already definedLouai Al-Khanji2014-08-153-3/+15
* Disable precompiled headers.Louai Al-Khanji2014-08-150-0/+0
* Fix QChangeArbiter compilation on WindowsLouai Al-Khanji2014-08-151-2/+2
* Use new custom parser private api and switch to 5.4 branchSean Harmer2014-08-153-14/+14
* Disable precompiled headers.Louai Al-Khanji2014-08-152-0/+3
* RenderView check if allocator exists before deallocatingPaul Lemire2014-08-141-1/+4
* Simple-qml updated to use multiple render pass and drawstatesPaul Lemire2014-08-142-2/+89
* RenderView builds a DrawStateSet for each RenderPassPaul Lemire2014-08-143-6/+92
* Added missing backend drawstatesPaul Lemire2014-08-145-24/+135
* RenderRenderPass has a list of QDrawStatePaul Lemire2014-08-142-0/+31
* Use GL enum values for frontend drawstate enumsPaul Lemire2014-08-147-51/+51
* QRenderPass clone drawStates and bindings on doClonePaul Lemire2014-08-141-7/+5
* Quick3DRenderPass added QQmlListProperty fo QDrawStatesPaul Lemire2014-08-142-8/+49
* QRenderPass has a list of QDrawStatePaul Lemire2014-08-143-0/+45
* QDithering exported to QMLPaul Lemire2014-08-141-0/+2
* Added QDitheringPaul Lemire2014-08-143-2/+144
* QScissorTest exported to QMLPaul Lemire2014-08-141-0/+2
* Added QScissorTestPaul Lemire2014-08-143-2/+276
* QStencilTest exported to QMLPaul Lemire2014-08-141-0/+2
* Added QStencilTestPaul Lemire2014-08-143-2/+269
* QFrontFace exported to QMLPaul Lemire2014-08-141-0/+2
* Added QFrontFacePaul Lemire2014-08-143-2/+195
* QCullFace exported to QMLPaul Lemire2014-08-141-0/+2
* Added QCullFacePaul Lemire2014-08-143-2/+198
* QDepthMask exported to QMLPaul Lemire2014-08-141-0/+2
* Added QDepthMaskPaul Lemire2014-08-143-2/+187
* QDepthTest exposed to QMLPaul Lemire2014-08-141-0/+2
* Added QDepthTestPaul Lemire2014-08-143-2/+200
* QAlphaTest exported to QMLPaul Lemire2014-08-141-0/+2
* Added QAlphaTestPaul Lemire2014-08-143-2/+229
* QBlendEquation exported to QMLPaul Lemire2014-08-141-0/+2