summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/renderer_canvas_render_rd.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add motion vector support for animated surfaces like skeletons or blend shapes.Dario2023-08-161-2/+2
| | | | | | | | Extends mesh instances that required custom vertex buffers to create two alternating buffers that are written to and binds them to use them as the previous vertex buffer when generating motion vectors.
* | 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
|/ | | | | | | This is needed to allow 2D to fully make use of 3D effects (e.g. glow), and can be used to substantially improve quality of 2D rendering at the cost of performance Additionally, the 2D rendering pipeline is done in linear space (we skip linear_to_srgb conversion in 3D tonemapping) so the entire Viewport can be kept linear. This is necessary for proper HDR screen support in the future.
* Merge pull request #77740 from ChibiDenDen/simplify_vulkanYuri Sizov2023-07-121-24/+4
|\ | | | | | | Replace sampler arrays with constant sampler elements, simplify and reuse code for all shaders
| * 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`
| * Fix "Light Only" mode of `CanvasItemMaterial`Danil Alexeev2023-05-131-2/+2
| |
* | Changed Subtract blend mode of Forward+ and Mobile renderers to match ↵Allen Pestaluky2023-05-261-2/+2
|/ | | | | | | | behaviour of the Godot 3 and Compatibility renderers The OpenGL implementation has used GL_FUNC_REVERSE_SUBTRACT for a long time, but the new RenderingDevice abstraction used by the Vulkan renderers had been mistakenly set to BLEND_OP_SUBTRACT instead of BLEND_OP_REVERSE_SUBTRACT. Fixes #77448
* 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
| | | | are visible
* Merge pull request #73478 from NewDefectus/masterRémi Verschelde2023-02-211-2/+1
|\ | | | | | | Use the original canvas to calculate light positioning
| * 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
| | | | The decal atlas is used for Light2Ds, decals, and Light3Ds
* 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 ↵clayjohn2023-01-201-1/+1
| | | | canvas renderer
* Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTUREclayjohn2023-01-181-6/+7
| | | | in favour of texture hints
* fix normal map not flipping in sprite2Djainl28patel2023-01-141-0/+2
|
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Avoid updating particles during 2D renderingclayjohn2022-12-221-1/+1
| | | | In 2D the particle uniform set isn't obtained until the render pass. So in 2D just avoid rendering if not updated yet.
* Implement render_target_was_used API so that Viewports can properly check if ↵clayjohn2022-12-161-0/+1
| | | | | | they have been used. For the RD renderer, this does not work for Viewports used in scene shaders yet
* 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
| | | | This ensures that the SDF is updated even if not used in a canvas_item shader
* Code simplifications found by cppcheckMarkus Sauermann2022-11-211-7/+1
| | | | | | | They are based on: - Boolean arithmetic simplifications - setting variables that are not accessed - constant variables
* Fix drawing of 2D skeletons in the RD renderer.clayjohn2022-11-181-12/+0
| | | | | | Also clean up skeleton code in preparation for adding them to GLES3 Properly update Mesh2D AABBs when skeleton is updated
* Merge pull request #67374 from MrBlockers/fix-draw-primitiveRémi Verschelde2022-11-111-1/+1
|\ | | | | | | Fix draw_primitive ignoring texture argument
| * Fix draw_primitive ignoring texture argumentMrBlockers2022-10-211-1/+1
| |
* | Add 2D shadows and canvas SDF to OpenGL3 rendererclayjohn2022-10-281-1/+2
| | | | | | | | | | | | This is an initial implementation based on the current RD implementation Performance will improve later
* | Merge pull request #67043 from clayjohn/clip_childrenClay John2022-10-271-5/+42
|\ \ | | | | | | Improve behaviour of clip_children by clipping to parent alpha value but still retaining parent color
| * | Implement multiple clip_children modes for CanvasItemsclayjohn2022-10-141-4/+12
| | |
| * | Improve behaviour of clip_children by clippingclayjohn2022-10-131-4/+33
| |/ | | | | | | | | to parent alpha value, but still retaining parent color
* / 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
| | | | | | | | Replace all TODO uses of `#warning` by proper TODO comments, and will open matching bug reports to keep track of them. We don't have a great track record fixing TODOs, but I'd wager we're even worse for fixing these "TODO #warning" so we should prohibit this usage.
* Allow clearing backbuffer after finishing CanvasGroupclayjohn2022-10-071-0/+2
| | | | | This avoids an issue where having multiple CanvasGroups overlap would create a weird artifact
* Merge pull request #66683 from clayjohn/SRGB-canvasitemRémi Verschelde2022-10-051-1/+1
|\ | | | | | | Default CanvasItem materials to use sRGB space for uniform colors
| * Default CanvasItem materials to not convert uniform colors to linear space.clayjohn2022-09-301-1/+1
| | | | | | | | | | The 2D renderer in Godot is totally in sRGB space so it is appropriate to keep 2D uniform colors in sRGB space
* | Rename Projection `matrix` to `columns`Aaron Franke2022-10-041-3/+3
|/
* Clean up canvas light shader API.clayjohn2022-09-281-0/+2
| | | | | Expose LIGHT_ENERGY and LIGHT_IS_DIRECTIONAL. Add LIGHT_DIRECTION
* 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 similar
| * Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Affects the Math class, a good chunk of the audio code, and a lot of other miscellaneous classes, too. - `var2str` -> `var_to_str` - `str2var` -> `str_to_var` - `bytes2var` -> `bytes_to_var` - `bytes2var_with_objects` -> `bytes_to_var_with_objects` - `var2bytes` -> `var_to_bytes` - `var2bytes_with_objects` -> `var_to_bytes_with_objects` - `linear2db` -> `linear_to_db` - `db2linear` -> `db_to_linear` - `deg2rad` -> `deg_to_rad` - `rad2deg` -> `rad_to_deg` - `dict2inst` -> `dict_to_inst` - `inst2dict` -> `inst_to_dict`
* | 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
| * Add shader uniform hints for screen textures so users can specify custom ↵clayjohn2022-08-091-8/+21
| | | | | | | | | | | | | | | | filter and repeat modes. At this time, it works best in the Vulkan Renderers as they support using multiple samplers with the same texture. In GLES3 this feature really only allows you to use the screen texture without mipmaps if you want to save the cost of generating them.
* | Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio2022-08-041-1/+1
|/ | | | | | `shader_uniform` is now consistenly used across both per-shader and per-instance shader uniform methods. This makes methods easier to find in the class reference when looking for them.
* 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
| | | | | The `global_shader_uniform` name is longer, but it makes it much easier to find the methods when searching in the class reference.