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_scene_render_rd.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Moving SSEffects settings into class
Bastiaan Olij
2022-10-04
1
-46
/
+0
*
Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...
Bastiaan Olij
2022-10-04
1
-2448
/
+62
*
Add various null checks in RenderingServer
Haoyu Qiu
2022-09-30
1
-0
/
+1
*
Fix MSVC warning C4702: unreachable code
Rémi Verschelde
2022-09-28
1
-2
/
+0
*
Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1
Rémi Verschelde
2022-09-22
1
-1
/
+1
*
Split rendering driver project setting into renderer_name and rendering_drive...
clayjohn
2022-09-19
1
-2
/
+2
*
Extract shared scene data into a separate class
Bastiaan Olij
2022-09-15
1
-52
/
+71
*
Properly scale SSR reflection based on metallic value for dielectric materials
clayjohn
2022-09-09
1
-2
/
+2
*
Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray
Rémi Verschelde
2022-09-02
1
-1
/
+1
|
\
|
*
Change Array arguments to TypedArray
kobewi
2022-09-01
1
-1
/
+1
*
|
Extracting render buffers and changing it to a more generic solution
Bastiaan Olij
2022-09-01
1
-980
/
+379
*
|
Implement Physical Light Units as an optional setting.
clayjohn
2022-08-31
1
-97
/
+96
|
/
*
Add a per-light volumetric fog energy property
Hugo Locurcio
2022-08-30
1
-2
/
+2
*
Merge pull request #63003 from Geometror/msaa-2d
Rémi Verschelde
2022-08-30
1
-4
/
+4
|
\
|
*
Implement MSAA for 2D [Vulkan only]
Hendrik Brucker
2022-08-13
1
-4
/
+4
*
|
Merge pull request #64223 from Calinou/taa-fxaa-use-negative-mipmap-lod-bias
Rémi Verschelde
2022-08-26
1
-0
/
+13
|
\
\
|
*
|
Automatically use negative mipmap LOD bias when TAA and/or FXAA are enabled
Hugo Locurcio
2022-08-25
1
-0
/
+13
*
|
|
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-4
/
+4
|
/
/
*
|
Merge pull request #64110 from Geometror/fix-light-shadow-off
Hugo Locurcio
2022-08-20
1
-2
/
+8
|
\
\
|
|
/
|
/
|
|
*
Fix OmniLight/SpotLight shadow opacity calculation
Hendrik Brucker
2022-08-20
1
-2
/
+8
*
|
Use negative mipmap LOD bias for sub-native bilinear 3D scale
Hugo Locurcio
2022-08-10
1
-2
/
+1
*
|
Fix resource leaks in VoxelGI
Bastiaan Olij
2022-08-09
1
-13
/
+2
|
/
*
Add a shadow opacity property to Light3D
Hugo Locurcio
2022-08-07
1
-7
/
+14
*
Changed storage structs to private
Bastiaan Olij
2022-08-01
1
-10
/
+10
*
Merge pull request #63527 from BastiaanOlij/rework_environment
Rémi Verschelde
2022-07-29
1
-383
/
+85
|
\
|
*
Restructure environment in render implementation
Bastiaan Olij
2022-07-29
1
-383
/
+85
*
|
Allow changing mipmap LOD bias when FSR 1.0 scaling is not used
Hugo Locurcio
2022-07-28
1
-6
/
+4
|
/
*
Change RendererSceneRender::GeometryInstance so more code is shared among ren...
Bastiaan Olij
2022-07-27
1
-7
/
+7
*
Move Sky(RD) into environment
Bastiaan Olij
2022-07-26
1
-1044
/
+39
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-21
/
+21
*
Merge pull request #62513 from reduz/shader_preprocessor_remake
Rémi Verschelde
2022-07-23
1
-0
/
+4
|
\
|
*
Clean up Shader Preprocessor
reduz
2022-07-22
1
-0
/
+4
*
|
Merge pull request #62478 from BastiaanOlij/split_effects_20220628
Rémi Verschelde
2022-07-22
1
-322
/
+39
|
\
\
|
|
/
|
/
|
|
*
Move screen space effects into a separate class
Bastiaan Olij
2022-07-19
1
-322
/
+39
*
|
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-7
/
+7
|
/
*
Adding Variable Rate Shading support to Godot
Bastiaan Olij
2022-07-17
1
-7
/
+35
*
Rename soft shadow quality project settings for easier searching
Hugo Locurcio
2022-07-13
1
-4
/
+4
*
Merge pull request #62277 from RandomShaper/depth_buffer_no_sampling
Rémi Verschelde
2022-07-08
1
-1
/
+1
|
\
|
*
Rationalize certain cases of texture usage flags
Pedro J. Estébanez
2022-06-27
1
-1
/
+1
*
|
Merge pull request #62344 from BastiaanOlij/extract_dependencies
Rémi Verschelde
2022-07-06
1
-36
/
+36
|
\
\
|
*
|
Split dependency logic
Bastiaan Olij
2022-06-28
1
-36
/
+36
|
|
/
*
|
Merge pull request #62467 from RandomShaper/descriptor_rw_matters
Rémi Verschelde
2022-06-28
1
-4
/
+11
|
\
\
|
*
|
Consider uniform writability part of the interface of the set
Pedro J. Estébanez
2022-06-27
1
-4
/
+11
|
|
/
*
/
Fixed FSR. Before, it was commiting the
Je06jm
2022-06-27
1
-2
/
+2
|
/
*
Moved cube_to_dp and cubemap logic into CopyEffects
Bastiaan Olij
2022-06-24
1
-2
/
+2
*
Split GI effects and fix stereoscopic rendering of GI effects
Bastiaan Olij
2022-06-22
1
-35
/
+34
*
Introduce eye_offset for correcting stereoscopic reflections
Bastiaan Olij
2022-06-17
1
-1
/
+1
*
Tweak Light3D property hints for greater flexibility
Hugo Locurcio
2022-06-13
1
-3
/
+9
*
Initial TAA implementation
jfons
2022-06-07
1
-9
/
+72
*
Add Cone and Cylinder shapes to FogVolume
Hugo Locurcio
2022-05-25
1
-1
/
+2
[prev]
[next]