summaryrefslogtreecommitdiff
path: root/servers/rendering/renderer_rd/renderer_canvas_render_rd.cpp
AgeCommit message (Expand)Author
2021-08-16Makes a clear error message if shader compilation failedYuri Roubinsky
2021-08-07Fix Gradient, Color Picker BG, Fix CanvasItem::draw_texture_rect p_tileNathan Franke
2021-08-06Fix incorrect checking of uniform set to prevent error spamYuri Roubinsky
2021-07-25Fix various typos with codespellluz paz
2021-07-19Use C++11 raw literals for shader code to improve readabilityHugo Locurcio
2021-07-07Fix material invalidation on reimport.reduz
2021-07-06Unify material parameter updatereduz
2021-06-22Keep the drawing transform when drawing meshing in CanvasItemGilles Roudière
2021-06-17Implement animation slice drawing in CanvasItemreduz
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-25Merge pull request #48837 from Soupstraw/shader-piRémi Verschelde
2021-05-25Added constants PI, TAU and E to the shader languageJoosep Jääger
2021-05-23Support for 2D particles to collide against SDFreduz
2021-05-11Fixes missng 2D engine bitsreduz
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-14Refactor GLSL shader compilationreduz
2021-02-18Reorganize Project Settingsreduz
2021-02-10Make Servers truly Thread Safereduz
2021-02-01Merge pull request #37547 from aaronfranke/tauRémi Verschelde
2021-01-26Reorganize RenderingDevice barriersreduz
2021-01-09Fix LIGHT compilation for canvas shaderYuri Roubinsky
2021-01-09Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke
2021-01-06Added ability to visualize native shadersreduz
2021-01-04fix inconsistent normal map shader variable namingHendrik Brucker
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Consistently use normal_mapMarcel Admiraal
2020-12-28Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-06Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal
2020-12-04Rename RD texture "type" to "texture_type"Aaron Franke
2020-12-04Rename RD uniform "type" to "uniform_type"Aaron Franke
2020-12-04RenderingServer reorganizationreduz