summaryrefslogtreecommitdiffstats
path: root/doc/classes/RenderingServer.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+10
|\
| * Merge pull request #98683 from clayjohn/wireframeThaddeus Crews2024-11-181-1/+3
| |\
| | * Ensure shadow material and mesh are not used with wireframe modeclayjohn2024-11-161-1/+3
| * | Implemented multimesh_get_buffer_rd_rid function into RenderingServer.David House2024-11-141-0/+7
| |/
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-3/+17
|\|
| * Merge pull request #99020 from Mickeon/documentation-example-pruning-2Thaddeus Crews2024-11-121-3/+3
| |\
| | * Clean up more `[b]Example:[/b]` lines from the class referenceMicky2024-11-111-3/+3
| * | Merge pull request #85430 from Calinou/os-expose-rendering-driver-methodThaddeus Crews2024-11-111-0/+14
| |\ \
| | * | Expose RenderingServer methods to get rendering driver and method nameHugo Locurcio2024-10-021-0/+14
* | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-2/+2
|\| | |
| * | | Fix many untagged true/false/null in the documentationMicky2024-11-101-2/+2
* | | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+8
|\| | |
| * | | Merge pull request #96705 from elmajime/camera_from_external_feedThaddeus Crews2024-11-041-0/+8
| |\ \ \
| | * | | Added external camera feed from external plugin on Androidmaxime.chambefort2024-10-301-0/+8
* | | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-0/+8
|\| | | |
| * | | | Merge pull request #85338 from EMBYRDEV/shadow-caster-maskThaddeus Crews2024-10-241-0/+8
| |\ \ \ \
| | * | | | Add `shadow_caster_mask` to Light3D.Hannah Crawford2024-08-121-0/+8
* | | | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-5/+5
|\| | | | |
| * | | | | Merge pull request #96893 from tetrapod00/docs-crosslink-antialiasingClay John2024-10-171-5/+5
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Docs: Add cross-links to antialiasing project settingstetrapod002024-09-111-5/+5
| | | |_|/ | | |/| |
* | / | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-9/+9
|/ / / /
* | | / Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-0/+33
| |_|/ |/| |
* | | Docs: remove duplicate wordsMax Hilbrunner2024-09-301-1/+1
* | | Merge pull request #96184 from biswas08433/patch-1Rémi Verschelde2024-09-261-0/+3
|\ \ \
| * | | Clarify transform data ordering in RenderingServer.multimesh_set_bufferbiswas084332024-09-231-0/+3
* | | | Fix incorrect Reinhard tonemap operatorRie2024-09-251-1/+1
|/ / /
* | | Add external texture support (GLES3)David Snopek2024-09-201-1/+4
* | | Merge pull request #97231 from timothyqiu/missing-periodRémi Verschelde2024-09-201-1/+1
|\ \ \
| * | | Add missing period for sentences in classrefHaoyu Qiu2024-09-201-1/+1
* | | | Fix typo in CompositorEffect documentationJiří Švejda2024-09-191-1/+1
|/ / /
* | | Merge pull request #96928 from dsnopek/rename-and-expose-texture-create-externalRémi Verschelde2024-09-191-0/+24
|\ \ \
| * | | Expose a function to create textures from a native handle in the compatibilit...David Snopek2024-09-191-0/+24
| |/ /
* / / Fix typo in RenderingServer docsKiisu_Master2024-09-131-1/+1
|/ /
* | Document use of pre-calculated triangulation when drawing polygonsDanil Alexeev2024-09-041-0/+1
* | Expose the function 'RenderingServer.canvas_item_attach_skeleton'Hei2024-08-251-0/+8
* | Merge pull request #91818 from rburing/fti_multimeshRémi Verschelde2024-08-201-0/+42
|\ \
| * | Fixed Timestep Interpolation: MultiMeshRicardo Buring2024-08-181-0/+42
* | | Merge pull request #89919 from BlueCube3310/bicubic-lightmapRémi Verschelde2024-08-201-0/+7
|\ \ \
| * | | Implement support for bicubic lightmap filteringBlueCube33102024-08-191-0/+7
| |/ /
* / / Fix Parallax2D repeats being not relative to its transformkleonc2024-08-191-1/+2
|/ /
* / Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-0/+16
|/
* Improve Mesh class descriptionMateus Elias2024-05-261-0/+3
* Add antialias support for CanvasItem draw primitivesYaohua Xiong2024-05-131-0/+3
* Fix various typos with codespellRémi Verschelde2024-05-071-3/+3
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-1/+22
* OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-011-0/+6
* Fix syntax error in camera_attributes_set_exposure documentationHaoyu Qiu2024-04-251-4/+4
* Merge pull request #90396 from kleonc/rendering-server-instance-set-transform...Rémi Verschelde2024-04-081-1/+1
|\
| * Fix RenderingServer.instance_set_transform docs saying it's not globalkleonc2024-04-081-1/+1
* | Use `[codeblock lang=text]` more often in class refMicky2024-04-081-1/+1