summaryrefslogtreecommitdiffstats
path: root/src/extras/shaders
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use correct implicit geometric shadowing/masking term in BRDFSean Harmer2017-04-142-2/+2
* Merge branch '5.8' into 5.9Sean Harmer2017-04-021-83/+173
|\
| * Unroll loops in ES2 shadersMauro Persano2017-03-161-83/+173
* | 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
* | Move metal/rough exposure correction in the main() functionsKevin Ottens2017-02-232-9/+7
* | Move environment light uniforms in light.inc.fragKevin Ottens2017-02-233-12/+15
* | Metal/Rough materials: metallic -> metalnessKevin Ottens2017-02-162-11/+11
* | SkyboxEntity can gamma correct the fragmentsKevin Ottens2017-01-311-1/+15
* | Don't hardcode gamma in metal/rough materialsKevin Ottens2017-01-312-4/+6
* | Merge branch 'wip/animation' into devSean Harmer2017-01-312-0/+66
|\ \
| * | Animation support for Qt3DAntti Määttä2017-01-312-0/+66
| |/
* | Uniform color PBR lighting to Qt3DExtrasKevin Ottens2017-01-311-0/+217
* | QTexturedMetalRoughMaterial: albedo really is baseColorKevin Ottens2017-01-311-2/+2
* | QDistanceFieldMaterial: distance field text rendering shadersWieland Hagen2017-01-304-0/+110
* | Adding PBR lighting to Qt3DExtrasKevin Ottens2017-01-272-0/+318
|/
* Merge branch '5.7' into 5.8Sean Harmer2016-10-102-8/+4
|\
| * Fix initialization of loop variables in lighting shadersTim Blechmann2016-10-042-8/+4
* | QSkyboxEntity: remove camera translation propertyPaul Lemire2016-08-262-8/+12
|/
* Improve the lighting shadersSean Harmer2016-07-122-80/+146
* Apply Gram-Schmidt when generating the world -> tangent matrixSean Harmer2016-07-121-11/+19
* Fix normal mapped ads lighting modelMäättä Antti2016-06-172-28/+48
* Repair attenuation handlingKevin Ottens2016-04-281-7/+15
* Move defaults and geometries out of Qt3DRender and into Qt3DExtrasPaul Lemire2016-04-2339-0/+1363