summaryrefslogtreecommitdiff
path: root/drivers/gles3/shaders/scene.glsl
AgeCommit message (Expand)Author
2017-10-30Merge pull request #12288 from tagcup/expose_viewport_sizeJuan Linietsky
2017-10-26Expose VIEWPORT_SIZE in shader language.Ferenc Arn
2017-10-23Revert "Rename Schlick GGX to GGX."Rémi Verschelde
2017-10-22Partially undo #11807.Ferenc Arn
2017-10-22Merge pull request #12297 from tagcup/clearcoat_fixRémi Verschelde
2017-10-21Don't add clearcoat BRDF to specular light as-is.Ferenc Arn
2017-10-21Rename Schlick GGX to GGX.Ferenc Arn
2017-10-21Corrections to #11807.Ferenc Arn
2017-10-21Merge pull request #11807 from tagcup/roughness_metallic_limiting_casesJuan Linietsky
2017-10-14Fix render mode specular schlick ggxHiroshi Ogawa
2017-10-11Fix the condition when specular light calculation is avoided (should be rough...Ferenc Arn
2017-10-09Fix anisotropic GGX D function, and introduce and use anistropic GGX G function.Ferenc Arn
2017-10-03Various clean ups and cosmetic changes in scene.glsl.Ferenc Arn
2017-10-02Merge pull request #11700 from tagcup/clearcoat_fixAndreas Haas
2017-10-02missing PI division on vertex shaderJuan Linietsky
2017-10-01Slight proposed fixes to PBR.Juan Linietsky
2017-10-01Using advise from Matias, left the 0-1 range for lights, divisiom by PI, and ...Juan Linietsky
2017-10-01Switched Burley/Lambert, and restored diffuse term to 0-1 range for compatibi...Juan Linietsky
2017-10-01Merge pull request #11694 from tagcup/lambert_normalizationJuan Linietsky
2017-10-01Add missing N.L factor to Burley's contribution to radiance.Ferenc Arn
2017-09-30Fix environmental BRDF.Ferenc Arn
2017-09-29Fix clearcoat without Schlick-GGX specular.Ferenc Arn
2017-09-29Ensure that Lambert is energy conserving.Ferenc Arn
2017-09-29Merge pull request #11672 from tagcup/fix_oren_nayarGilles Roudiere
2017-09-28Fix Oren-Nayar diffuse.Ferenc Arn
2017-09-29Fixed typo: 'texure' to 'texture'Indah Sylvia
2017-09-27Fixes to light shaders, should work now..Juan Linietsky
2017-09-26Avoid pow in Burley diffuse.Ferenc Arn
2017-09-23Added light affect parameter to baked AOJuan Linietsky
2017-09-23Fixes to rim parameter in shaderJuan Linietsky
2017-09-21Added proximity and distance fade to SpatialMaterialJuan Linietsky
2017-09-12Many fixes to visual script, changed virtuals override for a proper selector.Juan Linietsky
2017-09-07Fixed orthogonal projection in all effects and post processesJuan Linietsky
2017-09-07Several fixes to directional shadows, closes #10926Juan Linietsky
2017-09-05Fix directional vertex shaded light which was using normal instead of light c...Juan Linietsky
2017-09-04Fix opaque pre pass, closes #10472Juan Linietsky
2017-09-03Added transmission shader parameter.Juan Linietsky
2017-08-29removed DISCARD built in variable, replaced by actual discard GLSL instructio...Juan Linietsky
2017-08-27-Moved script run to editor, removed from projectJuan Linietsky
2017-08-25Fixed opaque unshaded materials, they go through the regular opaque render li...Juan Linietsky
2017-08-22Fade last cascade in directional shadow, closes #9779Juan Linietsky
2017-08-08-Restored Sprite3D to working function, fixes #2061, fixes #9738Juan Linietsky
2017-08-06Use vertex distance instead of z, fixes #9108Juan Linietsky
2017-07-29Few small GI Probe fixesJuan Linietsky
2017-07-22Several changes to better run in mobile.Juan Linietsky
2017-07-15Many fixes to improve GI Probe qualityJuan Linietsky
2017-07-15Fix to make voxel cone tracing work properly againJuan Linietsky
2017-07-15-Fix for multiple reflection probes causing issues.Juan Linietsky
2017-07-08Some adjustments to toon material to make it more flexibleJuan Linietsky
2017-07-08Added triplanar mapping, toon mode, and more specular modes for materials. Ad...Juan Linietsky