summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/storage_rd/mesh_storage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-0/+6
|\
| * Implemented multimesh_get_buffer_rd_rid function into RenderingServer.David House2024-11-141-0/+6
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-4/+3
|\|
| * Merge pull request #97744 from Nazarwadim/use_local_vector_for_skeletonThaddeus Crews2024-10-101-4/+3
| |\
| | * Use local vector for skeletonNazarii2024-10-021-4/+3
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | Properly utilize surface information when creating pipelines and vertex array...clayjohn2024-10-031-1/+1
* | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-89/+108
|/
* Merge pull request #94893 from rune-scape/no-const-cast-mesh-storageRémi Verschelde2024-09-101-2/+2
|\
| * Avoid const_cast in mesh_storage.hrune-scape2024-08-281-2/+2
* | Merge pull request #95961 from RadiantUwU/fix-mesh-recursionRémi Verschelde2024-09-031-0/+1
|\ \ | |/ |/|
| * Fix shadow mesh recursion.Radiant2024-08-311-0/+1
* | Merge pull request #91818 from rburing/fti_multimeshRémi Verschelde2024-08-201-22/+31
|\ \
| * | Fixed Timestep Interpolation: MultiMeshRicardo Buring2024-08-181-22/+31
* | | Relax motion vector updates to allow skipped frames for skeletonsArseny Kapoulkine2024-08-171-2/+3
|/ /
* / Fix for multimesh motion vector corruption by resetting motion vector state a...Sen2024-08-081-3/+7
|/
* Track compositor effects that use motion vectors so we enable required logicBastiaan Olij2024-06-121-3/+3
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* Fixed reversed custom AABB null check when recalculating multimesh AABBsArman Elgudzhyan2024-02-181-2/+2
* Support custom AABB within MultiMesh resourcesArman Elgudzhyan2024-02-151-4/+28
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-3/+3
* Merge pull request #84894 from clayjohn/tangent-error-messageYuri Sizov2024-01-241-0/+14
|\
| * Store ArrayMesh path in RenderingServer for use in error messagesclayjohn2023-11-141-0/+14
* | Acyclic Command Graph for RenderingDevice.Dario2024-01-081-4/+2
* | Merge pull request #86245 from ecmjohnson/fix-skeleton-cullingRémi Verschelde2024-01-081-1/+3
|\ \
| * | Check skeleton RID when using cached AABBErik Johnson2023-12-171-1/+3
* | | Fix potential integer underflow in rounded up divisionsEddieBreeg2024-01-021-6/+6
|/ /
* / Transform mesh's AABB to skeleton's space when calculate mesh's bounds.ShirenY2023-12-091-12/+25
|/
* Add padding to normal attribute in Compatibility renderer to match the RD ren...clayjohn2023-10-241-1/+0
* Some more fixes for compressed meshesclayjohn2023-10-241-5/+3
* Implementation of tool to automatically upgrade and re-save meshesclayjohn2023-10-231-1/+1
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-72/+150
* Fix mismatch between surface vertex array generation inside the function and ...Dario2023-09-271-7/+7
* [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-251-48/+48
* Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-251-1/+11
* Add motion vector support for animated surfaces like skeletons or blend shapes.Dario2023-08-161-33/+91
* Merge pull request #80424 from DarioSamo/rd-buffer-copy-vulkanRémi Verschelde2023-08-161-6/+3
|\
| * Add buffer_copy method to RenderingDevice interface and an implementation for...Dario2023-08-121-6/+3
* | Fix incorrect error checking and notifications introduced in PR #80414.Dario2023-08-131-1/+4
|/
* Improve handling of motion vectors for multimesh instances.Dario2023-08-091-16/+32
* Fix invalid RID errors when freeing a mesh with blend shapesbitsawer2023-06-191-4/+7
* Fix AABB for unused bonesLyuma2023-05-191-2/+2
* Fix AABB calculation for meshes using Skeleton2DSlugFiller2023-03-051-8/+9
* Fix MultiMesh visible_instance_count being ignored after the first frameRicardo Buring2023-02-031-1/+5
* Notify dependencies when setting custom mesh AABBRicardo Buring2023-02-021-0/+2
* Check if Skeleton exists before reading when calculating blend shapesclayjohn2023-01-311-1/+4
* Automatically transform Skeleton2D calculations so pivots are not neededclayjohn2023-01-271-0/+21
* Fix range loop iteration regressionsbitsawer2023-01-261-1/+1
* Use range iterators in LocalVector loopskobewi2023-01-211-9/+9