summaryrefslogtreecommitdiff
path: root/drivers/gles3/rasterizer_scene_gles3.cpp
AgeCommit message (Expand)Author
2017-09-21Added proximity and distance fade to SpatialMaterialJuan Linietsky
2017-09-07Ability to use a sky for reflection together with a background color.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-06Force redraw when HDR auto exposure is enable in all frames, fixes #10784Juan Linietsky
2017-09-05Merge pull request #10990 from MednauN/unshaded-fixRémi Verschelde
2017-09-05Fix unshaded materials renderEvgeny Zuev
2017-09-05Automatically redraw when shaders using TIME are visible, fixes #10554Juan Linietsky
2017-09-04Fix opaque pre pass, closes #10472Juan Linietsky
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam
2017-09-01Merge pull request #10846 from hpvb/fix-sign-compareRémi Verschelde
2017-09-01Removed ontop property, added a material rendering priority system. Fixes #99...Juan Linietsky
2017-09-01Fix files headerPoommetee Ketson
2017-09-01Fix signed and unsigned comparisonsHein-Pieter van Braam
2017-08-30Improved default directional shadow params, added bias split scale, closes #9828Juan Linietsky
2017-08-29-Fixed screen edge SSAO filter, fixes #9678Juan Linietsky
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-25Fixed opaque unshaded materials, they go through the regular opaque render li...Juan Linietsky
2017-08-22Invalid materials or shaders will now interrupt the next chain in materials, ...Juan Linietsky
2017-08-21Several fixes to subsurface scattering. Closes #9530Juan Linietsky
2017-08-20Implemented missing opaque prepass render mode, fixes #9452Juan Linietsky
2017-08-19-Fix all shadow and culling related issues, fixes #9330Juan Linietsky
2017-08-17Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-08-Restored Sprite3D to working function, fixes #2061, fixes #9738Juan Linietsky
2017-08-03Fix rendering of ImmediateGeometry with UVsHenrik Andersson
2017-08-03Make it possible to render ImmediateGeometryHenrik Andersson
2017-07-26Fixes to glow and auto exposure, closes #9797, closes #9106Juan Linietsky
2017-07-24Fix switching SRGB extension happen before binding of textureEvgeny Zuev
2017-07-22Several changes to better run in mobile.Juan Linietsky
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
2017-07-15Many fixes to improve GI Probe qualityJuan Linietsky
2017-07-15-Fix for multiple reflection probes causing issues.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-07-05Fixed bug regarding to strange black shapes appearing in ice from material te...Juan Linietsky
2017-07-05Some changes to dual paraboloid envmap generation, fixes somme bleedingJuan Linietsky
2017-07-04Implemented environment arrays for skybox reflection and roughness, quality i...Juan Linietsky
2017-06-24-Restored support for Canvas BG mode on EnvironmentJuan Linietsky
2017-06-17Fix transparent background rendering, closes #8703Juan Linietsky
2017-06-16-Fix freezes caused by etccomp2, closes #9183Juan 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