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
/
renderer_rd
/
renderer_compositor_rd.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use 16-bit index buffers instead of 32 when unnecessary
Matias N. Goldberg
2023-09-03
1
-9
/
+9
*
Add option to enable HDR rendering in 2D
clayjohn
2023-08-07
1
-1
/
+3
*
Move roughness limiter and sort into their own classes
Bastiaan Olij
2023-03-09
1
-4
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Enable using filtering on boot image in RD renderer
clayjohn
2022-12-16
1
-1
/
+8
*
SCons: Re-enable treating `#warning` as error with `werror`
Rémi Verschelde
2022-10-10
1
-4
/
+2
*
Adding getters to RenderTarget and implementing override functionality for XR
Bastiaan Olij
2022-10-05
1
-5
/
+1
*
Add various null checks in RenderingServer
Haoyu Qiu
2022-09-30
1
-0
/
+4
*
Split rendering driver project setting into renderer_name and rendering_drive...
clayjohn
2022-09-19
1
-3
/
+8
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-1
/
+1
*
Add a Framebuffer cache
Juan Linietsky
2022-08-05
1
-0
/
+2
*
Split dependency logic
Bastiaan Olij
2022-06-28
1
-6
/
+9
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-1
/
+0
*
Moved particles into ParticlesStorage
Bastiaan Olij
2022-04-17
1
-0
/
+2
*
Move light, reflection probe and lightmap into LightStorage
Bastiaan Olij
2022-04-17
1
-0
/
+2
*
Merge canvas and decal into TextureStorage and add render target
Bastiaan Olij
2022-04-17
1
-5
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-2
/
+2
*
Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorage
Bastiaan Olij
2022-04-02
1
-0
/
+2
*
Extract global variable, shader and material storage
Bastiaan Olij
2022-03-31
1
-0
/
+2
*
Extract Decal and Decal atlas from Storage class
Bastiaan Olij
2022-03-21
1
-0
/
+2
*
Merge pull request #58993 from notSanil/device-limit-exceeded-fix
Rémi Verschelde
2022-03-17
1
-1
/
+1
|
\
|
*
Fix device limit exceeding for uniform buffer
notSanil
2022-03-16
1
-1
/
+1
*
|
Split dummy renderer classes into separate files
Bastiaan Olij
2022-03-16
1
-5
/
+9
|
/
*
Add a UniformSet cache
reduz
2022-03-06
1
-4
/
+7
*
[Windows] Fix Vulkan driver crash on sub-window minimization.
bruvzg
2022-02-17
1
-0
/
+3
*
Revert "Add new scaling modes for splash screen"
Rémi Verschelde
2022-01-19
1
-47
/
+13
*
Add new scaling modes for splash screen
Samuel Pedrajas
2022-01-18
1
-13
/
+47
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-2
/
+2
*
Implemented AMD's FSR as a computer shader for upscaling 3D scenes
Je06jm
2021-11-23
1
-3
/
+3
*
Construct values only when necessary.
Anilforextra
2021-09-25
1
-1
/
+1
*
Add source rectangle to blit
Bastiaan Olij
2021-08-29
1
-8
/
+18
*
Fixes to mobile renderer
reduz
2021-08-17
1
-0
/
+2
*
Fix 'Attempted to remove invalid ID' errors
Rafał Mikrut
2021-07-31
1
-1
/
+1
*
Use fragment shader instead of compute shader for effects for mobile renderer
Bastiaan Olij
2021-07-25
1
-0
/
+3
*
Removes lines about window size from the console output
Yuri Roubinsky
2021-07-14
1
-3
/
+0
*
Fix Boot Splash
reduz
2021-07-03
1
-3
/
+78
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Implement shader caching
reduz
2021-05-31
1
-0
/
+42
*
Implementing blit shader with versions
Bastiaan Olij
2021-05-12
1
-55
/
+40
*
Create mobile renderer
Bastiaan Olij
2021-05-03
1
-1
/
+10
*
Move clustered renderer functionality
Bastiaan Olij
2021-04-05
1
-1
/
+1
*
Renaming RendererSceneRenderForward to RendererSceneRenderForwardClustered so...
Bastiaan Olij
2021-03-10
1
-1
/
+1
*
Threaded optimizations to cull and render
reduz
2021-01-05
1
-4
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename RD uniform "type" to "uniform_type"
Aaron Franke
2020-12-04
1
-1
/
+1
*
RenderingServer reorganization
reduz
2020-12-04
1
-0
/
+183