index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
servers
/
rendering_server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented multimesh_get_buffer_rd_rid function into RenderingServer.
David House
2024-11-14
1
-0
/
+1
*
Merge pull request #85430 from Calinou/os-expose-rendering-driver-method
Thaddeus Crews
2024-11-11
1
-0
/
+13
|
\
|
*
Expose RenderingServer methods to get rendering driver and method name
Hugo Locurcio
2024-10-02
1
-0
/
+13
*
|
Merge pull request #93401 from Repiteo/style/clang-tidy-fixes
Thaddeus Crews
2024-11-04
1
-1
/
+1
|
\
\
|
*
|
Style: Apply `clang-tidy` fixes (superficial)
Thaddeus Crews
2024-11-04
1
-1
/
+1
*
|
|
Merge pull request #96705 from elmajime/camera_from_external_feed
Thaddeus Crews
2024-11-04
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added external camera feed from external plugin on Android
maxime.chambefort
2024-10-30
1
-0
/
+1
*
|
|
2D: Fix various issues and minor performance optimisations
Stuart Carnie
2024-10-30
1
-0
/
+1
*
|
|
Merge pull request #85338 from EMBYRDEV/shadow-caster-mask
Thaddeus Crews
2024-10-24
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add `shadow_caster_mask` to Light3D.
Hannah Crawford
2024-08-12
1
-0
/
+1
*
|
|
Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...
Dario
2024-10-02
1
-0
/
+12
|
|
/
|
/
|
*
|
Implement vertex shading
ywmaa
2024-09-29
1
-2
/
+1
*
|
Add external texture support (GLES3)
David Snopek
2024-09-20
1
-0
/
+1
*
|
Merge pull request #96928 from dsnopek/rename-and-expose-texture-create-external
Rémi Verschelde
2024-09-19
1
-0
/
+5
|
\
\
|
*
|
Expose a function to create textures from a native handle in the compatibilit...
David Snopek
2024-09-19
1
-0
/
+5
*
|
|
Betsy: Add caching and BC1 compression support
BlueCube3310
2024-09-11
1
-0
/
+1
|
/
/
*
|
2D: Add batching to RendererCanvasRenderRD
Stuart Carnie
2024-09-12
1
-0
/
+1
*
|
Expose the function 'RenderingServer.canvas_item_attach_skeleton'
Hei
2024-08-25
1
-0
/
+1
*
|
Merge pull request #91535 from BlueCube3310/betsy-bc6h
Rémi Verschelde
2024-08-21
1
-0
/
+1
|
\
\
|
*
|
Add Betsy to speed up BC6 compression
BlueCube3310
2024-08-18
1
-0
/
+1
*
|
|
Merge pull request #91818 from rburing/fti_multimesh
Rémi Verschelde
2024-08-20
1
-0
/
+7
|
\
\
\
|
*
|
|
Fixed Timestep Interpolation: MultiMesh
Ricardo Buring
2024-08-18
1
-0
/
+7
|
|
/
/
*
/
/
Implement support for bicubic lightmap filtering
BlueCube3310
2024-08-19
1
-0
/
+2
|
/
/
*
/
Fixed Timestep Interpolation (3D)
Ricardo Buring
2024-07-07
1
-0
/
+2
|
/
*
Fix AABB computation for position compression to not depend on vertex order
Arseny Kapoulkine
2024-07-03
1
-16
/
+18
*
Add more validation to UBO size and alignment in Compatibility renderer
clayjohn
2024-06-14
1
-1
/
+1
*
Improve Mesh class description
Mateus Elias
2024-05-26
1
-0
/
+1
*
Add antialias support for CanvasItem draw primitives
Yaohua Xiong
2024-05-13
1
-3
/
+3
*
Improvements to VRS/Foveated rendering
Bastiaan Olij
2024-05-03
1
-1
/
+7
*
Merge pull request #91372 from clayjohn/RS-blend-shape-tangent
Rémi Verschelde
2024-05-01
1
-0
/
+4
|
\
|
*
Enable tangents in blend shape format when using normals
clayjohn
2024-04-30
1
-0
/
+4
*
|
OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR
Bastiaan Olij
2024-05-01
1
-0
/
+1
|
/
*
Use WorkerThreadPool for Server threads
Juan Linietsky
2024-04-10
1
-9
/
+0
*
Add support for OpenXR composition layers
David Snopek
2024-04-04
1
-0
/
+1
*
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
1
-0
/
+9
*
Add new Parallax2D node
markdibarry
2024-03-03
1
-0
/
+1
*
Merge pull request #86743 from Mickeon/autocompletion-optimise-object
Rémi Verschelde
2024-03-01
1
-3
/
+3
|
\
|
*
Optimise Object's `get_argument_options`
Micky
2024-02-29
1
-3
/
+3
*
|
Merge pull request #88738 from clayjohn/mesh_compression-tangents
Rémi Verschelde
2024-02-27
1
-2
/
+4
|
\
\
|
*
|
Avoid singularity when generated tangents and validate that tangents are good...
clayjohn
2024-02-23
1
-2
/
+4
|
|
/
*
/
Properly calculate binormal when creating SurfaceTool from arrays
clayjohn
2024-02-23
1
-1
/
+1
|
/
*
Implement hooks into renderer
Bastiaan Olij
2024-02-18
1
-0
/
+28
*
Add optional depth fog
Eidolon
2024-02-17
1
-1
/
+5
*
Support custom AABB within MultiMesh resources
Arman Elgudzhyan
2024-02-15
1
-0
/
+2
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-3
/
+3
*
Add a reflection mask to the reflection probes.
Marcel Offermans
2024-01-20
1
-0
/
+1
*
Deprecate RenderingServer's `has_feature` and Features enum
Micky
2024-01-10
1
-4
/
+7
*
Merge pull request #86798 from Mickeon/autocompletion-rendering-server
Rémi Verschelde
2024-01-09
1
-0
/
+19
|
\
|
*
Add autocompletion for RenderingServer's global shader & has_os_feature
Micky
2024-01-08
1
-0
/
+19
*
|
Acyclic Command Graph for RenderingDevice.
Dario
2024-01-08
1
-1
/
+0
|
/
[next]