index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
servers
/
rendering
/
renderer_rd
/
renderer_canvas_render_rd.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add motion vector support for animated surfaces like skeletons or blend shapes.
Dario
2023-08-16
1
-2
/
+2
*
|
Fallback to linear color texture when using 2D HDR and MSDF font
clayjohn
2023-08-15
1
-3
/
+3
*
|
Add option to enable HDR rendering in 2D
clayjohn
2023-08-07
1
-21
/
+52
|
/
*
Merge pull request #77740 from ChibiDenDen/simplify_vulkan
Yuri Sizov
2023-07-12
1
-24
/
+4
|
\
|
*
replace sampler arrays with constant sampler elements
ChibiDenDen
2023-06-22
1
-24
/
+4
*
|
Merge pull request #75181 from dalexeev/fix-light-only-mode
Yuri Sizov
2023-05-27
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix "Light Only" mode of `CanvasItemMaterial`
Danil Alexeev
2023-05-13
1
-2
/
+2
*
|
Changed Subtract blend mode of Forward+ and Mobile renderers to match behavio...
Allen Pestaluky
2023-05-26
1
-2
/
+2
|
/
*
Set value of line_point_count outside of initialization
James Christie
2023-03-16
1
-2
/
+3
*
Fixes a canvas item set to clip children being drawn as black if no children ...
SlugFiller
2023-03-07
1
-10
/
+18
*
Merge pull request #73478 from NewDefectus/master
Rémi Verschelde
2023-02-21
1
-2
/
+1
|
\
|
*
Use the original canvas to calculate light positioning
Alon Ran
2023-02-21
1
-2
/
+1
*
|
Forbid passing multiview sampler to the custom function in shaders
Yuri Rubinsky
2023-02-21
1
-1
/
+1
|
/
*
Avoid shading CanvasGroup nodes twice
clayjohn
2023-02-03
1
-0
/
+2
*
Avoid crash when CanvasTexture used with light decal atlas
clayjohn
2023-01-30
1
-0
/
+3
*
Automatically transform Skeleton2D calculations so pivots are not needed
clayjohn
2023-01-27
1
-0
/
+1
*
Stop incrementing light_count once max number of lights are reached in 2D can...
clayjohn
2023-01-20
1
-1
/
+1
*
Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTURE
clayjohn
2023-01-18
1
-6
/
+7
*
fix normal map not flipping in sprite2D
jainl28patel
2023-01-14
1
-0
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Avoid updating particles during 2D rendering
clayjohn
2022-12-22
1
-1
/
+1
*
Implement render_target_was_used API so that Viewports can properly check if ...
clayjohn
2022-12-16
1
-0
/
+1
*
Refactor `ShaderData` & fix the sorting of shader uniforms
Yuri Rubinsky
2022-12-15
1
-93
/
+0
*
Detect and report if 2D particles use the screen SDF
clayjohn
2022-12-07
1
-7
/
+10
*
Code simplifications found by cppcheck
Markus Sauermann
2022-11-21
1
-7
/
+1
*
Fix drawing of 2D skeletons in the RD renderer.
clayjohn
2022-11-18
1
-12
/
+0
*
Merge pull request #67374 from MrBlockers/fix-draw-primitive
Rémi Verschelde
2022-11-11
1
-1
/
+1
|
\
|
*
Fix draw_primitive ignoring texture argument
MrBlockers
2022-10-21
1
-1
/
+1
*
|
Add 2D shadows and canvas SDF to OpenGL3 renderer
clayjohn
2022-10-28
1
-1
/
+2
*
|
Merge pull request #67043 from clayjohn/clip_children
Clay John
2022-10-27
1
-5
/
+42
|
\
\
|
*
|
Implement multiple clip_children modes for CanvasItems
clayjohn
2022-10-14
1
-4
/
+12
|
*
|
Improve behaviour of clip_children by clipping
clayjohn
2022-10-13
1
-4
/
+33
|
|
/
*
/
Clean up Basis from Euler code
Aaron Franke
2022-10-21
1
-1
/
+1
|
/
*
SCons: Re-enable treating `#warning` as error with `werror`
Rémi Verschelde
2022-10-10
1
-4
/
+1
*
Allow clearing backbuffer after finishing CanvasGroup
clayjohn
2022-10-07
1
-0
/
+2
*
Merge pull request #66683 from clayjohn/SRGB-canvasitem
Rémi Verschelde
2022-10-05
1
-1
/
+1
|
\
|
*
Default CanvasItem materials to not convert uniform colors to linear space.
clayjohn
2022-09-30
1
-1
/
+1
*
|
Rename Projection `matrix` to `columns`
Aaron Franke
2022-10-04
1
-3
/
+3
|
/
*
Clean up canvas light shader API.
clayjohn
2022-09-28
1
-0
/
+2
*
Fix/restore BackBufferCopy
Hendrik Brucker
2022-09-15
1
-4
/
+17
*
Rename `uniform` to `parameter` across the engine
Yuri Rubinsky
2022-09-01
1
-2
/
+2
*
Fix updating OccluderPolygon shapes
sakrel
2022-08-29
1
-2
/
+2
*
Merge pull request #64367 from Mickeon/rename-var-to-str
Rémi Verschelde
2022-08-26
1
-1
/
+1
|
\
|
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-1
/
+1
*
|
Add font LCD sub-pixel anti-aliasing support.
bruvzg
2022-08-23
1
-11
/
+63
|
/
*
Merge pull request #64167 from clayjohn/screen-texture-hint
Max Hilbrunner
2022-08-19
1
-8
/
+21
|
\
|
*
Add shader uniform hints for screen textures so users can specify custom filt...
clayjohn
2022-08-09
1
-8
/
+21
*
|
Rename shader parameter uniform setter/getter methods for consistency
Hugo Locurcio
2022-08-04
1
-1
/
+1
|
/
*
Changed storage structs to private
Bastiaan Olij
2022-08-01
1
-11
/
+11
*
Rename RenderingServer global shader uniform methods to be more explicit
Hugo Locurcio
2022-07-28
1
-2
/
+2
[prev]
[next]