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
*
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-2
/
+2
|
\
|
*
Fix splash screen upside down on Android
Matias N. Goldberg
2024-10-31
1
-2
/
+2
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-0
/
+14
|
\
|
|
*
Add Swappy & Pre-Transformed Swapchain
Matias N. Goldberg
2024-10-28
1
-0
/
+14
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
fix missing cleanup and null checks for various singletons
rune-scape
2024-06-18
1
-0
/
+2
*
Handle error when setting boot image if swap chain is not available. Skip res...
Dario
2024-02-13
1
-1
/
+5
*
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
1
-9
/
+9
*
Use render method from OS in compositor RD; Update related UI
jsjtxietian
2023-12-14
1
-1
/
+1
*
Fix bad parameter of rendering_method crashes Godot
jsjtxietian
2023-11-10
1
-3
/
+4
*
Fix drawing of viewports without swapping buffers
Pedro J. Estébanez
2023-10-03
1
-2
/
+3
*
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
[next]