summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/renderer_canvas_render_rd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Resolve load and store ops automatically for render passes for discardable te...Dario2024-11-251-4/+5
* Mask out shadows on CanvasItems that don't have a matching item_shadow_maskclayjohn2024-11-211-24/+37
* Merge pull request #98307 from clayjohn/Light2D-shadow-projectionThaddeus Crews2024-11-101-20/+27
|\
| * Precompute projection matrices when rendering 2D shadowsclayjohn2024-10-181-20/+27
* | 2D: Fix various issues and minor performance optimisationsStuart Carnie2024-10-301-117/+258
|/
* Configure MSAA properly in canvas renderer's pipelines.DarioSamo2024-10-041-1/+4
* Properly utilize surface information when creating pipelines and vertex array...clayjohn2024-10-031-12/+2
* Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-277/+237
* Combine texture and instance data into one uniform set in the 2D rendererclayjohn2024-09-271-93/+71
* [2D,Metal]: Fix subpixel blending; fix inconsistent blend state in MetalStuart Carnie2024-09-201-0/+5
* 2D: Remove redundant assignmentStuart Carnie2024-09-171-4/+4
* 2D: Fix use-after-free in batch renderingStuart Carnie2024-09-141-91/+90
* 2D: Add batching to RendererCanvasRenderRDStuart Carnie2024-09-121-826/+1038
* Merge pull request #90993 from darksylinc/matias-TheForgeRémi Verschelde2024-08-221-1/+2
|\
| * Add debug utilities for VulkanMatias N. Goldberg2024-08-211-1/+2
* | Simplify and fix Rect2/AABB get_support functionAaron Franke2024-08-191-1/+1
|/
* Fix Parallax2D repeats being not relative to its transformkleonc2024-08-191-17/+16
* Linearize color if HDR 2D is onFeiyue Zhang2024-07-241-4/+9
* Fix LCD font AA modulation in RendererRD.bruvzg2024-07-081-6/+6
* Fixes SDF Collision Enable/Disablecosparks2024-04-221-1/+1
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-2/+11
* Add new Parallax2D nodemarkdibarry2024-03-031-2/+23
* Merge pull request #86564 from Giwayume/feature/canvas-item-shader-custom-dataRémi Verschelde2024-02-081-0/+5
|\
| * Add custom shader attributes to Canvas Item ShadersGiwayume2024-01-231-0/+5
* | Clean up outdated `USE_LIGHT_SHADER_CODE` usagejsjtxietian2024-01-241-1/+0
* | Fix incorrect mapping of initial action as clear region continue to clear.Dario2024-01-091-2/+1
* | Acyclic Command Graph for RenderingDevice.Dario2024-01-081-7/+7
|/
* Merge pull request #85811 from clayjohn/2D-render-infoRémi Verschelde2023-12-121-8/+52
|\
| * Implement render info counters for the 2D rendererclayjohn2023-12-061-8/+52
* | Fix CanvasOcclusionShaderRD format error with double precision build.bruvzg2023-12-061-8/+29
|/
* Ensure 2D MSAA resolve is performed when 3D content but no 2D content in sceneBastiaan Olij2023-11-161-0/+1
* Add property hint for 2D shadow size project settingHugo Locurcio2023-10-221-1/+1
* Merge pull request #79169 from reduz/debug-canvas-item-redrawRémi Verschelde2023-10-111-0/+47
|\
| * Debug CanvasItem redrawJuan Linietsky2023-08-281-0/+47
* | Replace `sanity` with `safety` for checksA Thousand Ships2023-10-081-1/+1
* | Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-1/+1
* | [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-251-7/+7
* | Merge pull request #81350 from DarioSamo/mipmap-biasRémi Verschelde2023-09-221-1/+1
|\ \
| * | Fix mipmap bias behavior by refactoring how samplers are created by Material ...Dario2023-09-061-1/+1
* | | Merge pull request #81160 from paddy-exe/canvas-uv-world-spaceRémi Verschelde2023-09-191-0/+1
|\ \ \ | |/ / |/| |
| * | Add option to use world coordinates in canvas item shaderPatrick2023-08-301-0/+1
| |/
* / Use 16-bit index buffers instead of 32 when unnecessaryMatias N. Goldberg2023-09-031-9/+9
|/
* Merge pull request #80323 from garychia/canvas_point_sizeRémi Verschelde2023-08-211-1/+2
|\
| * Ensure POINT_SIZE takes effectChia-Hsiang Cheng2023-08-061-1/+2
* | 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
|\ \ | |/ |/|