summaryrefslogtreecommitdiffstats
path: root/src/extras
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.9.0' into 5.9Sean Harmer2017-05-209-250/+377
|\
| * Don't use seamless cubemap on GL <3.2Sean Harmer2017-05-171-2/+0
| * Ensure normal vector is normalized following interpolationSean Harmer2017-05-161-2/+4
| * Match the Blinn-Phong specular power to be consistent with IBLSean Harmer2017-05-162-61/+56
| * Improve the roughness to mip level mappingSean Harmer2017-05-162-20/+122
| * Fix speed regressions in ES2 shadersOleg Evseev2017-05-161-173/+137
| * Add a new mirrored property to QPlane(Mesh|Geometry)Kevin Ottens2017-05-055-7/+73
* | Fix build with QT_STRICT_ITERATORSSergio Martins2017-05-191-1/+1
* | Implement PIMPL for Qt3DWindowJere Tuliniemi2017-05-154-51/+147
|/
* Fix -Werror=unused-parameter issueSean Harmer2017-04-271-1/+1
* Enable the seamless cubemap extension for SkyboxEntitySean Harmer2017-04-141-0/+5
* Don't generate mips for skybox entity when using loaded textureSean Harmer2017-04-141-0/+1
* Use correct implicit geometric shadowing/masking term in BRDFSean Harmer2017-04-142-2/+2
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-04-0247-163/+288
|\
| * Coding convention fix for Src/ExtrasRobert Brock2017-04-0146-80/+115
| * Unroll loops in ES2 shadersMauro Persano2017-03-161-83/+173
* | Remove pointless template member function from QAbstractFunctorSean Harmer2017-03-301-1/+1
* | Pass QVector2D by value in QTextureMaterialSean Harmer2017-03-282-3/+3
* | Mark protected ctor of QTexturedMetalRoughMaterial explicitSean Harmer2017-03-281-1/+1
* | Mark property setters in QSkyboxEntity as slotsSean Harmer2017-03-281-4/+4
* | Mark protected ctor of QMetalRoughMaterial explicitSean Harmer2017-03-281-1/+1
* | Add arguments to notify signals in QFirstpersonCameraControllerSean Harmer2017-03-282-4/+4
* | Mark getters as const in QExtrudedTextMeshSean Harmer2017-03-282-6/+6
* | Pass by QString and QFont const ref in QExtrudedText* classesSean Harmer2017-03-284-12/+12
* | Mark ctor of QExtrudedTextMesh explicitSean Harmer2017-03-281-1/+1
* | Mark protected ctor of QExtrudedTextGeometry explicitSean Harmer2017-03-271-1/+1
* | Doc: added parameter specificationsNico Vertriest2017-03-211-1/+1
* | Don't call QWindow::create() from the constructorSean Harmer2017-03-151-1/+0
* | Use correct license for library source codeSean Harmer2017-03-152-64/+36
* | Add zooming with scroll wheel to default camera controllersAndy Maloney2017-03-144-0/+34
* | Remove env light API from metal/rough materialsKevin Ottens2017-02-246-155/+14
* | MetalRough: Don't call pbrIblModel if we have no env lightKevin Ottens2017-02-243-11/+16
* | Integrate the light uniforms in the metal/rough materialsKevin Ottens2017-02-242-25/+236
* | QDistanceFieldText cleanupPaul Lemire2017-02-239-129/+142
* | QDistanceFieldGlyphCache cleanupPaul Lemire2017-02-2312-361/+339
* | Move metal/rough exposure correction in the main() functionsKevin Ottens2017-02-232-9/+7
* | Move environment light uniforms in light.inc.fragKevin Ottens2017-02-235-16/+19
* | Start using REVISION on our propertiesKevin Ottens2017-02-232-2/+2
* | Metal/Rough materials: metallic -> metalnessKevin Ottens2017-02-168-49/+49
* | Extruded Text cleanupPaul Lemire2017-02-166-177/+122
* | Fix crash when running 3d-text examplev5.9.0-alpha1Antti Määttä2017-02-131-2/+5
* | Move animations from extras to animationsAntti Määttä2017-02-0723-2686/+0
* | Add accessor for QRenderSettingsMike Krus2017-02-062-0/+6
* | SkyboxEntity can gamma correct the fragmentsKevin Ottens2017-01-314-1/+46
* | QSkyBoxEntity: use QTextureLoader for dds cubemapsKevin Ottens2017-01-312-6/+15
* | QForwardRenderer exposes the gamma of its viewportKevin Ottens2017-01-312-0/+27
* | Don't hardcode gamma in metal/rough materialsKevin Ottens2017-01-312-4/+6
* | Remove exposure property from metal/rough materialsKevin Ottens2017-01-316-66/+0
* | Merge branch 'wip/animation' into devSean Harmer2017-01-3130-3/+3250
|\ \