summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/renderer_canvas_render_rd.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Add motion vector support for animated surfaces like skeletons or blend shapes.Dario2023-08-161-2/+2
* | Fallback to linear color texture when using 2D HDR and MSDF fontclayjohn2023-08-151-3/+3
* | Add option to enable HDR rendering in 2Dclayjohn2023-08-071-21/+52
|/
* Merge pull request #77740 from ChibiDenDen/simplify_vulkanYuri Sizov2023-07-121-24/+4
|\
| * replace sampler arrays with constant sampler elementsChibiDenDen2023-06-221-24/+4
* | Merge pull request #75181 from dalexeev/fix-light-only-modeYuri Sizov2023-05-271-2/+2
|\ \ | |/ |/|
| * Fix "Light Only" mode of `CanvasItemMaterial`Danil Alexeev2023-05-131-2/+2
* | Changed Subtract blend mode of Forward+ and Mobile renderers to match behavio...Allen Pestaluky2023-05-261-2/+2
|/
* Set value of line_point_count outside of initializationJames Christie2023-03-161-2/+3
* Fixes a canvas item set to clip children being drawn as black if no children ...SlugFiller2023-03-071-10/+18
* Merge pull request #73478 from NewDefectus/masterRémi Verschelde2023-02-211-2/+1
|\
| * Use the original canvas to calculate light positioningAlon Ran2023-02-211-2/+1
* | Forbid passing multiview sampler to the custom function in shadersYuri Rubinsky2023-02-211-1/+1
|/
* Avoid shading CanvasGroup nodes twiceclayjohn2023-02-031-0/+2
* Avoid crash when CanvasTexture used with light decal atlasclayjohn2023-01-301-0/+3
* Automatically transform Skeleton2D calculations so pivots are not neededclayjohn2023-01-271-0/+1
* Stop incrementing light_count once max number of lights are reached in 2D can...clayjohn2023-01-201-1/+1
* Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTUREclayjohn2023-01-181-6/+7
* fix normal map not flipping in sprite2Djainl28patel2023-01-141-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Avoid updating particles during 2D renderingclayjohn2022-12-221-1/+1
* Implement render_target_was_used API so that Viewports can properly check if ...clayjohn2022-12-161-0/+1
* Refactor `ShaderData` & fix the sorting of shader uniformsYuri Rubinsky2022-12-151-93/+0
* Detect and report if 2D particles use the screen SDFclayjohn2022-12-071-7/+10
* Code simplifications found by cppcheckMarkus Sauermann2022-11-211-7/+1
* Fix drawing of 2D skeletons in the RD renderer.clayjohn2022-11-181-12/+0
* Merge pull request #67374 from MrBlockers/fix-draw-primitiveRémi Verschelde2022-11-111-1/+1
|\
| * Fix draw_primitive ignoring texture argumentMrBlockers2022-10-211-1/+1
* | Add 2D shadows and canvas SDF to OpenGL3 rendererclayjohn2022-10-281-1/+2
* | Merge pull request #67043 from clayjohn/clip_childrenClay John2022-10-271-5/+42
|\ \
| * | Implement multiple clip_children modes for CanvasItemsclayjohn2022-10-141-4/+12
| * | Improve behaviour of clip_children by clippingclayjohn2022-10-131-4/+33
| |/
* / Clean up Basis from Euler codeAaron Franke2022-10-211-1/+1
|/
* SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-4/+1
* Allow clearing backbuffer after finishing CanvasGroupclayjohn2022-10-071-0/+2
* Merge pull request #66683 from clayjohn/SRGB-canvasitemRémi Verschelde2022-10-051-1/+1
|\
| * Default CanvasItem materials to not convert uniform colors to linear space.clayjohn2022-09-301-1/+1
* | Rename Projection `matrix` to `columns`Aaron Franke2022-10-041-3/+3
|/
* Clean up canvas light shader API.clayjohn2022-09-281-0/+2
* Fix/restore BackBufferCopyHendrik Brucker2022-09-151-4/+17
* Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-2/+2
* Fix updating OccluderPolygon shapessakrel2022-08-291-2/+2
* Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde2022-08-261-1/+1
|\
| * Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* | Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-11/+63
|/
* Merge pull request #64167 from clayjohn/screen-texture-hintMax Hilbrunner2022-08-191-8/+21
|\
| * Add shader uniform hints for screen textures so users can specify custom filt...clayjohn2022-08-091-8/+21
* | Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio2022-08-041-1/+1
|/
* Changed storage structs to privateBastiaan Olij2022-08-011-11/+11
* Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio2022-07-281-2/+2