summaryrefslogtreecommitdiff
path: root/drivers/gles3/rasterizer_scene_gles3.h
AgeCommit message (Expand)Author
2018-09-12Removed unused function RasterizerSceneGLES3::_copy_to_front_bufferWilson E. Alvarez
2018-07-22transmission was broken, fix was made. Also fixed treshold.Juan Linietsky
2018-07-22Fix opaque pre pass not casting shadowsJuan Linietsky
2018-07-02Added ability for SSAO to affect AO textures tooJuan Linietsky
2018-03-13Fixed several leaks in VisualServerScene, RasterizerSceneGLES3 and Rasterizer...Wilson E. Alvarez
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-14-Add lightmapperJuan Linietsky
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
2017-12-01small fix so shadows dont need to use a separate material for world vertex co...Juan Linietsky
2017-12-01Properly take into consideration that VERTEX must be written to in opaque pre...Juan Linietsky
2017-10-30Merge pull request #12288 from tagcup/expose_viewport_sizeJuan Linietsky
2017-10-26Expose VIEWPORT_SIZE in shader language.Ferenc Arn
2017-10-22Many fixes to SSAO, should be good now.Juan Linietsky
2017-09-29Ability to set a custom FOV makes it possible to use sky on orthogonal view. ...Juan Linietsky
2017-09-21Added proximity and distance fade to SpatialMaterialJuan Linietsky
2017-09-14Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez
2017-09-04Fix opaque pre pass, closes #10472Juan Linietsky
2017-09-01Merge pull request #10846 from hpvb/fix-sign-compareRémi Verschelde
2017-09-01Fix some argument ordering, closes #10010Juan Linietsky
2017-09-01Removed ontop property, added a material rendering priority system. Fixes #99...Juan Linietsky
2017-09-01Fix signed and unsigned comparisonsHein-Pieter van Braam
2017-08-29Changed bools to uint32_t as this may be a compiler bug..Juan Linietsky
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-21Several fixes to subsurface scattering. Closes #9530Juan Linietsky
2017-08-19-Fix all shadow and culling related issues, fixes #9330Juan Linietsky
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-11Some fixes for shaders and WebGL2Fabio Alessandrelli
2017-07-22Several changes to better run in mobile.Juan Linietsky
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
2017-07-08Merge pull request #9564 from Noshyaar/pr-thresholdRémi Verschelde
2017-07-08Added triplanar mapping, toon mode, and more specular modes for materials. Ad...Juan Linietsky
2017-07-08Refactor 'treshold' to 'threshold'Poommetee Ketson
2017-06-25BuildSystem: generated files have .gen.extensionPoommetee Ketson
2017-06-24-Restored support for Canvas BG mode on EnvironmentJuan Linietsky
2017-06-16TIME constant reverted to a single float, fixes #9123Juan Linietsky
2017-06-16Cleaned up Screen Space Reflections, closes #8119Juan Linietsky
2017-06-16Fixes to SSR, WIP.Juan Linietsky
2017-06-15fix bug related to unshaded materials not working on MSVC. Not cleanest solut...Juan Linietsky
2017-06-14Fixed several bugs with directional light, and changed defaults to be more se...Juan Linietsky
2017-06-13Remove default shadow bias of 0.1 for spot and omni light, fixes #8654Juan Linietsky
2017-06-11Restored multiple viewport function, as well as view modes.Juan Linietsky
2017-06-07Fog is complete!Juan Linietsky
2017-06-05-working SCREEN_TEXTURE, SCREEN_UV shader variablesJuan Linietsky
2017-05-30Several fixes related to PBR and EnvironmentJuan Linietsky
2017-05-25Removed skybox support, added panorama support. Skybox support may come back ...Juan Linietsky
2017-04-08Particle system is complete. Rejoice!Juan Linietsky
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-06New particle system, mostly working, some small features missing.Juan Linietsky
2017-03-05Make that Whole New World great againRémi Verschelde