summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/renderer_canvas_render_rd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde2022-05-031-41/+41
|\
| * Rename Basis "elements" to "rows"Aaron Franke2022-04-291-9/+9
| * Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-32/+32
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-6/+0
|/
* Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde2022-04-271-4/+4
|\
| * Fix more issues found by cppcheck.bruvzg2022-04-201-4/+4
* | Fix clearing backbuffer if there are no itemsNNesh2022-04-251-3/+13
|/
* Moved particles into ParticlesStorageBastiaan Olij2022-04-171-22/+25
* Merge canvas and decal into TextureStorage and add render targetBastiaan Olij2022-04-171-37/+43
* Fix some issues found by cppcheck.bruvzg2022-04-061-6/+6
* Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorageBastiaan Olij2022-04-021-22/+26
* Extract global variable, shader and material storageBastiaan Olij2022-03-311-37/+44
* Extract Decal and Decal atlas from Storage classBastiaan Olij2022-03-211-4/+7
* Rename several transform built-ins in shadersYuri Roubinsky2022-03-181-1/+1
* Merge pull request #58993 from notSanil/device-limit-exceeded-fixRémi Verschelde2022-03-171-1/+1
|\
| * Fix device limit exceeding for uniform buffernotSanil2022-03-161-1/+1
* | Split dummy renderer classes into separate filesBastiaan Olij2022-03-161-5/+7
* | Change some math macros to constexprkobewi2022-03-091-2/+2
|/
* Add a UniformSet cachereduz2022-03-061-14/+15
* Merge pull request #54489 from briansemrau/texture-delete-updateRémi Verschelde2022-01-191-9/+0
|\
| * Fix materials not updating when texture replaced/deletedBrian Semrau2021-11-011-9/+0
* | New OpenGL batching canvas rendererclayjohn2022-01-111-7/+7
* | Fix incorrect format and buffer used for bone weights.bruvzg2022-01-051-1/+1
* | Merge pull request #54791 from NHodgesVFX/masterRémi Verschelde2022-01-041-0/+2
|\ \
| * | add more OpenGL attributesNHodgesVFX2021-11-081-0/+2
| |/
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* | Fix multimesh still drawing when visible instances is zeroBrian Semrau2021-11-121-0/+4
* | Fix default_texture_param in shader pipeline to support uniform arraysYuri Roubinsky2021-11-121-3/+12
|/
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-3/+1
* Added support for uniform arrays in shadersYuri Roubinsky2021-10-041-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-14/+14
* Rename RID's `getornull()` to `get_or_null()`Hugo Locurcio2021-09-291-12/+12
* Fix editor freeze when asigning Skeleton2D to Polygon2DHendrik Brucker2021-09-291-0/+1
* Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-211-1/+1
* Merge pull request #51604 from TechnoPorg/fix-vulkan-parent-materialJFonS2021-09-121-4/+6
|\
| * Vulkan: Fix CanvasItem::use_parent_materialTechnoPorg2021-08-171-4/+6
* | Merge pull request #51873 from Chaosus/fix_uniform_error_spamClay John2021-08-311-1/+1
|\ \
| * | Fix incorrect checking of uniform set to prevent error spam (2)Yuri Roubinsky2021-08-191-1/+1
| |/
* | Makes FontData importable resource.bruvzg2021-08-271-0/+8
* | Add comments at the top of each built-in shader to ease debuggingHugo Locurcio2021-08-181-0/+2
|/
* Makes a clear error message if shader compilation failedYuri Roubinsky2021-08-161-2/+1
* Fix Gradient, Color Picker BG, Fix CanvasItem::draw_texture_rect p_tileNathan Franke2021-08-071-0/+4
* Fix incorrect checking of uniform set to prevent error spamYuri Roubinsky2021-08-061-1/+2
* Fix various typos with codespellluz paz2021-07-251-1/+1
* Use C++11 raw literals for shader code to improve readabilityHugo Locurcio2021-07-191-1/+12
* Fix material invalidation on reimport.reduz2021-07-071-3/+1
* Unify material parameter updatereduz2021-07-061-80/+2
* Keep the drawing transform when drawing meshing in CanvasItemGilles Roudière2021-06-221-2/+3