summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* QTexture refactoringPaul Lemire2014-10-305-25/+35
* Rename RendererAspect -> QRenderAspectSean Harmer2014-10-2618-36/+36
* QLayer: QString name property converted to QStringList namesPaul Lemire2014-10-227-19/+19
* QParameterMapper: renamed to QParameterMappingPaul Lemire2014-10-225-21/+21
* QMeshData: enum for primitivesPaul Lemire2014-10-221-1/+1
* QAbstractMeshData merged with QMeshData and moved to RendererPaul Lemire2014-10-222-3/+3
* QTechniqueFilter: renamed criteria property to requiresPaul Lemire2014-10-206-6/+6
* QShaderProgram: remove source file properties, replace by helper methodPaul Lemire2014-10-188-29/+32
* QRenderPassFilter: renamed criteria property to includesPaul Lemire2014-10-174-9/+9
* QRenderPass: renamed criteria property to annotationsPaul Lemire2014-10-1710-21/+21
* QTechnique: renamed criteria property to annotationsPaul Lemire2014-10-171-2/+2
* Renamed QCriterion to QAnnotationPaul Lemire2014-10-1722-50/+50
* QAbstractShapeMesh removedPaul Lemire2014-10-172-3/+3
* Hide doClone implementations behind a macroKevin Ottens2014-10-152-8/+1
* Work around MSVC compiler bug vs QStringLiteralSean Harmer2014-10-111-4/+4
* Silence warnings in examplesSean Harmer2014-10-043-3/+3
* Use the window aspect ratio for the camera in the shadow map exampleGiuseppe D'Angelo2014-10-041-1/+1
* Give a fixed size to the FBO in the shadow map exampleGiuseppe D'Angelo2014-10-041-2/+2
* simple-cpp fix to work with refactored QNodePaul Lemire2014-10-031-18/+9
* DeferredRendererQMLPaul Lemire2014-10-033-96/+92
* QAbstract removed from corePaul Lemire2014-10-036-6/+3
* QNode refactoringPaul Lemire2014-10-0311-117/+89
* Add a toyplane meshGiuseppe D'Angelo2014-10-032-0/+50983
* Shadow Map example: Add plane animationsPaul Lemire2014-10-031-1/+52
* Add a shadow map QML exampleGiuseppe D'Angelo2014-10-0316-1/+1152
* Add simple-cpp exampleGiuseppe D'Angelo2014-10-023-0/+193
* Add a simple-qml example backGiuseppe D'Angelo2014-10-015-0/+234
* Tessellation-Modes example updated to use uniforms arrayPaul Lemire2014-09-303-28/+14
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-302-3/+3
* Comparison operator for QAbstractMeshFunctor subclassesPaul Lemire2014-09-301-0/+8
* QParameter new overloaded ctorsPaul Lemire2014-09-291-12/+8
* Rename simple-qml to playground-qmlGiuseppe D'Angelo2014-09-2912-2/+2
* Simplify examples.pro's dependency managementGiuseppe D'Angelo2014-09-291-79/+24
* Renamed QScene to QSceneLoaderPaul Lemire2014-09-286-7/+7
* Remove unnecessary #includeSean Harmer2014-09-281-1/+0
* Added C++ Deferred Renderer examplePaul Lemire2014-09-281-1/+1
* Renamed deferred-renderer example to deferred-renderer-qmlPaul Lemire2014-09-2828-6/+1082
* Add the cylinder meshKevin Ottens2014-09-288-0/+442
* Add an example to exercise tessellation shader supportSean Harmer2014-09-2122-1/+1289
* Add a wireframe example to exercise geometry shader supportSean Harmer2014-09-2115-1/+12892
* Add support for remaining shader stages and rename some propertiesSean Harmer2014-09-214-20/+20
* Added effect for GL2 in Deferred examplePaul Lemire2014-09-156-184/+446
* Updated examples to use ClearBufferPaul Lemire2014-09-159-89/+127
* Added Deferred-Renderer examplePaul Lemire2014-09-156-1/+526
* simple-qml updated to use RenderTargetsPaul Lemire2014-09-152-3/+64
* Transform QAbstractScene to QComponentPaul Lemire2014-09-152-3/+5
* Texture renamed to QTexturePaul Lemire2014-08-192-2/+2
* Fix glsl errors in simple-qmlSean Harmer2014-08-191-3/+6
* simple-qml: use renderStates instead of drawStatesPaul Lemire2014-08-151-1/+1
* Simple-qml updated to use multiple render pass and drawstatesPaul Lemire2014-08-142-2/+89